diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
commit | a3b5135851621cb514e7708d11f9dc82f851ea5c (patch) | |
tree | b2b32cc424aeb8dc4d13263958511bf8ca92bc34 /multimedia | |
parent | 095098375dd5bb1d27d533ffc7dc27305e105c95 (diff) | |
download | marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2 marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip |
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
48 files changed, 0 insertions, 3535 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile deleted file mode 100644 index ea46048fc..000000000 --- a/multimedia/cheese/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: cheese -# Date created: 13 January 2008 -# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/cheese/Makefile,v 1.43 2009/09/25 04:49:26 marcus Exp $ -# - -PORTNAME= cheese -PORTVERSION= 2.28.1 -CATEGORIES= multimedia gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A Photobooth-inspired app for taking pictures and videos from webcam - -BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat - -USE_XORG= xxf86vm -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ - gnomedocutils gnomedesktop -USE_GETTEXT= yes -USE_GSTREAMER= good -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -DOCS= AUTHORS COPYING ChangeLog NEWS README -GCONF_SCHEMAS= cheese.schemas - -.ifndef (NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/multimedia/cheese/distinfo b/multimedia/cheese/distinfo deleted file mode 100644 index 0700030e8..000000000 --- a/multimedia/cheese/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/cheese-2.28.1.tar.bz2) = 9accb0d6fa3f1f7644bade886c6078c3 -SHA256 (gnome2/cheese-2.28.1.tar.bz2) = a1a2bb43c161829cbd1f87753abf26ed6d5fb79cd1ab9723dd65865d33950df4 -SIZE (gnome2/cheese-2.28.1.tar.bz2) = 4852259 diff --git a/multimedia/cheese/files/patch-src_cheese-webcam.c b/multimedia/cheese/files/patch-src_cheese-webcam.c deleted file mode 100644 index a0b5afd21..000000000 --- a/multimedia/cheese/files/patch-src_cheese-webcam.c +++ /dev/null @@ -1,40 +0,0 @@ ---- src/cheese-webcam.c.orig 2008-09-09 11:59:18.000000000 -0400 -+++ src/cheese-webcam.c 2008-09-09 12:01:14.000000000 -0400 -@@ -301,7 +301,9 @@ cheese_webcam_get_video_devices_from_hal - { - char *device; - char *gstreamer_src, *product_name; -+#ifdef VIDIOC_QUERYCAP - struct v4l2_capability v2cap; -+#endif - struct video_capability v1cap; - - device = libhal_device_get_property_string (hal_ctx, udis[i], "video4linux.device", &error); -@@ -327,7 +329,11 @@ cheese_webcam_get_video_devices_from_hal - libhal_free_string (device); - continue; - } -+#ifdef VIDIOC_QUERYCAP - ok = ioctl (fd, VIDIOC_QUERYCAP, &v2cap); -+#else -+ ok = -1; -+#endif - if (ok < 0) - { - ok = ioctl (fd, VIDIOCGCAP, &v1cap); -@@ -346,6 +352,7 @@ cheese_webcam_get_video_devices_from_hal - } - else - { -+#ifdef VIDIOC_QUERYCAP - guint cap = v2cap.capabilities; - g_print ("Detected v4l2 device: %s\n", v2cap.card); - g_print ("Driver: %s, version: %d\n", v2cap.driver, v2cap.version); -@@ -361,6 +368,7 @@ cheese_webcam_get_video_devices_from_hal - } - gstreamer_src = "v4l2src"; - product_name = (char *) v2cap.card; -+#endif - } - - priv->webcam_devices[priv->num_webcam_devices].hal_udi = g_strdup (udis[i]); diff --git a/multimedia/cheese/pkg-descr b/multimedia/cheese/pkg-descr deleted file mode 100644 index 51402b10a..000000000 --- a/multimedia/cheese/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Cheese is a Photobooth-inspired GNOME application for taking pictures and -videos from a webcam. It also includes fancy graphical effects based on the -gstreamer-backend. - -WWW: http://www.gnome.org/projects/cheese/ diff --git a/multimedia/cheese/pkg-plist b/multimedia/cheese/pkg-plist deleted file mode 100644 index 361917ff7..000000000 --- a/multimedia/cheese/pkg-plist +++ /dev/null @@ -1,332 +0,0 @@ -bin/cheese -libexec/cheese/cheese-bugreport.sh -share/applications/cheese.desktop -%%DATADIR%%/cheese-prefs.ui -%%DATADIR%%/cheese-ui.xml -%%DATADIR%%/cheese.ui -%%DATADIR%%/effects/Hulk.png -%%DATADIR%%/effects/Mauve.png -%%DATADIR%%/effects/NoirBlanc.png -%%DATADIR%%/effects/Saturation.png -%%DATADIR%%/effects/dicetv.png -%%DATADIR%%/effects/edgetv.png -%%DATADIR%%/effects/identity.png -%%DATADIR%%/effects/shagadelictv.png -%%DATADIR%%/effects/vertigotv.png -%%DATADIR%%/effects/videoflip_h.png -%%DATADIR%%/effects/videoflip_v.png -%%DATADIR%%/effects/warptv.png -%%DATADIR%%/gtkrc -%%DATADIR%%/icons/hicolor/16x16/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/16x16/actions/cheese-take-burst.png -%%DATADIR%%/icons/hicolor/16x16/actions/cheese-take-photo.png -%%DATADIR%%/icons/hicolor/22x22/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/22x22/actions/cheese-take-burst.png -%%DATADIR%%/icons/hicolor/22x22/actions/cheese-take-photo.png -%%DATADIR%%/icons/hicolor/24x24/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/24x24/actions/cheese-take-burst.png -%%DATADIR%%/icons/hicolor/24x24/actions/cheese-take-photo.png -%%DATADIR%%/icons/hicolor/32x32/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/32x32/actions/cheese-take-burst.png -%%DATADIR%%/icons/hicolor/32x32/actions/cheese-take-photo.png -%%DATADIR%%/icons/hicolor/48x48/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/48x48/actions/cheese-take-burst.png -%%DATADIR%%/icons/hicolor/48x48/actions/cheese-take-photo.png -%%DATADIR%%/icons/hicolor/scalable/actions/cheese-take-burst.svg -%%DATADIR%%/icons/hicolor/scalable/actions/cheese-take-photo.svg -%%DATADIR%%/icons/hicolor/scalable/actions/browse-webcam-effects.svg -%%DATADIR%%/pixmaps/camera-icon.svg -%%DATADIR%%/pixmaps/cheese-1.svg -%%DATADIR%%/pixmaps/cheese-2.svg -%%DATADIR%%/pixmaps/cheese-3.svg -%%DATADIR%%/pixmaps/thumbnail-frame.png -%%DATADIR%%/sounds/shutter0.ogg -%%DATADIR%%/sounds/shutter1.ogg -%%DATADIR%%/sounds/shutter2.ogg -%%DATADIR%%/sounds/shutter3.ogg -%%DATADIR%%/sounds/shutter4.ogg -share/dbus-1/services/org.gnome.Cheese.service -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -share/gnome/help/cheese/C/cheese.xml -share/gnome/help/cheese/C/figures/cheese-effects.jpg -share/gnome/help/cheese/C/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/C/figures/cheese-main.jpg -share/gnome/help/cheese/C/figures/cheese-preferences.jpg -share/gnome/help/cheese/C/figures/cheese-share.jpg -share/gnome/help/cheese/C/figures/cheese-wide.jpg -share/gnome/help/cheese/C/legal.xml -share/gnome/help/cheese/ca/cheese.xml -share/gnome/help/cheese/ca/figures/cheese-effects.jpg -share/gnome/help/cheese/ca/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/ca/figures/cheese-main.jpg -share/gnome/help/cheese/ca/figures/cheese-preferences.jpg -share/gnome/help/cheese/ca/figures/cheese-share.jpg -share/gnome/help/cheese/ca/figures/cheese-wide.jpg -share/gnome/help/cheese/de/cheese.xml -share/gnome/help/cheese/de/figures/cheese-effects.jpg -share/gnome/help/cheese/de/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/de/figures/cheese-main.jpg -share/gnome/help/cheese/de/figures/cheese-preferences.jpg -share/gnome/help/cheese/de/figures/cheese-share.jpg -share/gnome/help/cheese/de/figures/cheese-wide.jpg -share/gnome/help/cheese/el/cheese.xml -share/gnome/help/cheese/el/figures/cheese-effects.jpg -share/gnome/help/cheese/el/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/el/figures/cheese-main.jpg -share/gnome/help/cheese/el/figures/cheese-preferences.jpg -share/gnome/help/cheese/el/figures/cheese-share.jpg -share/gnome/help/cheese/el/figures/cheese-wide.jpg -share/gnome/help/cheese/en_GB/cheese.xml -share/gnome/help/cheese/en_GB/figures/cheese-effects.jpg -share/gnome/help/cheese/en_GB/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/en_GB/figures/cheese-main.jpg -share/gnome/help/cheese/en_GB/figures/cheese-preferences.jpg -share/gnome/help/cheese/en_GB/figures/cheese-share.jpg -share/gnome/help/cheese/en_GB/figures/cheese-wide.jpg -share/gnome/help/cheese/es/cheese.xml -share/gnome/help/cheese/es/figures/cheese-effects.jpg -share/gnome/help/cheese/es/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/es/figures/cheese-main.jpg -share/gnome/help/cheese/es/figures/cheese-preferences.jpg -share/gnome/help/cheese/es/figures/cheese-share.jpg -share/gnome/help/cheese/es/figures/cheese-wide.jpg -share/gnome/help/cheese/fr/cheese.xml -share/gnome/help/cheese/fr/figures/cheese-effects.jpg -share/gnome/help/cheese/fr/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/fr/figures/cheese-main.jpg -share/gnome/help/cheese/fr/figures/cheese-preferences.jpg -share/gnome/help/cheese/fr/figures/cheese-share.jpg -share/gnome/help/cheese/fr/figures/cheese-wide.jpg -share/gnome/help/cheese/it/cheese.xml -share/gnome/help/cheese/it/figures/cheese-effects.jpg -share/gnome/help/cheese/it/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/it/figures/cheese-main.jpg -share/gnome/help/cheese/it/figures/cheese-preferences.jpg -share/gnome/help/cheese/it/figures/cheese-share.jpg -share/gnome/help/cheese/it/figures/cheese-wide.jpg -share/gnome/help/cheese/nl/cheese.xml -share/gnome/help/cheese/nl/figures/cheese-effects.jpg -share/gnome/help/cheese/nl/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/nl/figures/cheese-main.jpg -share/gnome/help/cheese/nl/figures/cheese-preferences.jpg -share/gnome/help/cheese/nl/figures/cheese-share.jpg -share/gnome/help/cheese/nl/figures/cheese-wide.jpg -share/gnome/help/cheese/oc/cheese.xml -share/gnome/help/cheese/oc/figures/cheese-effects.jpg -share/gnome/help/cheese/oc/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/oc/figures/cheese-main.jpg -share/gnome/help/cheese/oc/figures/cheese-preferences.jpg -share/gnome/help/cheese/oc/figures/cheese-share.jpg -share/gnome/help/cheese/oc/figures/cheese-wide.jpg -share/gnome/help/cheese/pt_BR/cheese.xml -share/gnome/help/cheese/pt_BR/figures/cheese-effects.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-main.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-preferences.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-share.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-wide.jpg -share/gnome/help/cheese/ru/cheese.xml -share/gnome/help/cheese/ru/figures/cheese-effects.jpg -share/gnome/help/cheese/ru/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/ru/figures/cheese-main.jpg -share/gnome/help/cheese/ru/figures/cheese-preferences.jpg -share/gnome/help/cheese/ru/figures/cheese-share.jpg -share/gnome/help/cheese/ru/figures/cheese-wide.jpg -share/gnome/help/cheese/sv/cheese.xml -share/gnome/help/cheese/sv/figures/cheese-effects.jpg -share/gnome/help/cheese/sv/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/sv/figures/cheese-main.jpg -share/gnome/help/cheese/sv/figures/cheese-preferences.jpg -share/gnome/help/cheese/sv/figures/cheese-share.jpg -share/gnome/help/cheese/sv/figures/cheese-wide.jpg -share/gnome/help/cheese/th/cheese.xml -share/gnome/help/cheese/th/figures/cheese-effects.jpg -share/gnome/help/cheese/th/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/th/figures/cheese-main.jpg -share/gnome/help/cheese/th/figures/cheese-preferences.jpg -share/gnome/help/cheese/th/figures/cheese-share.jpg -share/gnome/help/cheese/th/figures/cheese-wide.jpg -share/gnome/help/cheese/zh_CN/cheese.xml -share/gnome/help/cheese/zh_CN/figures/cheese-effects.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-fullscreen.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-main.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-preferences.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-share.jpg -share/gnome/help/cheese/zh_CN/figures/cheese-wide.jpg -share/icons/hicolor/16x16/apps/cheese.png -share/icons/hicolor/22x22/apps/cheese.png -share/icons/hicolor/24x24/apps/cheese.png -share/icons/hicolor/256x256/apps/cheese.png -share/icons/hicolor/32x32/apps/cheese.png -share/icons/hicolor/48x48/apps/cheese.png -share/icons/hicolor/scalable/apps/cheese.svg -share/locale/af/LC_MESSAGES/cheese.mo -share/locale/ar/LC_MESSAGES/cheese.mo -share/locale/as/LC_MESSAGES/cheese.mo -share/locale/ast/LC_MESSAGES/cheese.mo -share/locale/be/LC_MESSAGES/cheese.mo -share/locale/be@latin/LC_MESSAGES/cheese.mo -share/locale/bg/LC_MESSAGES/cheese.mo -share/locale/bn/LC_MESSAGES/cheese.mo -share/locale/bn_IN/LC_MESSAGES/cheese.mo -share/locale/ca/LC_MESSAGES/cheese.mo -share/locale/ca@valencia/LC_MESSAGES/cheese.mo -share/locale/cs/LC_MESSAGES/cheese.mo -share/locale/da/LC_MESSAGES/cheese.mo -share/locale/de/LC_MESSAGES/cheese.mo -share/locale/dz/LC_MESSAGES/cheese.mo -share/locale/el/LC_MESSAGES/cheese.mo -share/locale/en_GB/LC_MESSAGES/cheese.mo -share/locale/es/LC_MESSAGES/cheese.mo -share/locale/et/LC_MESSAGES/cheese.mo -share/locale/eu/LC_MESSAGES/cheese.mo -share/locale/fi/LC_MESSAGES/cheese.mo -share/locale/fr/LC_MESSAGES/cheese.mo -share/locale/ga/LC_MESSAGES/cheese.mo -share/locale/gl/LC_MESSAGES/cheese.mo -share/locale/gu/LC_MESSAGES/cheese.mo -share/locale/he/LC_MESSAGES/cheese.mo -share/locale/hi/LC_MESSAGES/cheese.mo -share/locale/hr/LC_MESSAGES/cheese.mo -share/locale/hu/LC_MESSAGES/cheese.mo -share/locale/it/LC_MESSAGES/cheese.mo -share/locale/ja/LC_MESSAGES/cheese.mo -share/locale/kn/LC_MESSAGES/cheese.mo -share/locale/ko/LC_MESSAGES/cheese.mo -share/locale/ku/LC_MESSAGES/cheese.mo -share/locale/lt/LC_MESSAGES/cheese.mo -share/locale/lv/LC_MESSAGES/cheese.mo -share/locale/mai/LC_MESSAGES/cheese.mo -share/locale/mk/LC_MESSAGES/cheese.mo -share/locale/ml/LC_MESSAGES/cheese.mo -share/locale/mr/LC_MESSAGES/cheese.mo -share/locale/nb/LC_MESSAGES/cheese.mo -share/locale/nl/LC_MESSAGES/cheese.mo -share/locale/nn/LC_MESSAGES/cheese.mo -share/locale/oc/LC_MESSAGES/cheese.mo -share/locale/or/LC_MESSAGES/cheese.mo -share/locale/pa/LC_MESSAGES/cheese.mo -share/locale/pl/LC_MESSAGES/cheese.mo -share/locale/ps/LC_MESSAGES/cheese.mo -share/locale/pt/LC_MESSAGES/cheese.mo -share/locale/pt_BR/LC_MESSAGES/cheese.mo -share/locale/ro/LC_MESSAGES/cheese.mo -share/locale/ru/LC_MESSAGES/cheese.mo -share/locale/sl/LC_MESSAGES/cheese.mo -share/locale/sq/LC_MESSAGES/cheese.mo -share/locale/sr/LC_MESSAGES/cheese.mo -share/locale/sr@latin/LC_MESSAGES/cheese.mo -share/locale/sv/LC_MESSAGES/cheese.mo -share/locale/ta/LC_MESSAGES/cheese.mo -share/locale/te/LC_MESSAGES/cheese.mo -share/locale/th/LC_MESSAGES/cheese.mo -share/locale/tr/LC_MESSAGES/cheese.mo -share/locale/uk/LC_MESSAGES/cheese.mo -share/locale/vi/LC_MESSAGES/cheese.mo -share/locale/zh_CN/LC_MESSAGES/cheese.mo -share/locale/zh_HK/LC_MESSAGES/cheese.mo -share/locale/zh_TW/LC_MESSAGES/cheese.mo -share/omf/cheese/cheese-C.omf -share/omf/cheese/cheese-ca.omf -share/omf/cheese/cheese-de.omf -share/omf/cheese/cheese-el.omf -share/omf/cheese/cheese-en_GB.omf -share/omf/cheese/cheese-es.omf -share/omf/cheese/cheese-fr.omf -share/omf/cheese/cheese-it.omf -share/omf/cheese/cheese-nl.omf -share/omf/cheese/cheese-oc.omf -share/omf/cheese/cheese-pt_BR.omf -share/omf/cheese/cheese-ru.omf -share/omf/cheese/cheese-sv.omf -share/omf/cheese/cheese-th.omf -share/omf/cheese/cheese-zh_CN.omf -@dirrm share/omf/cheese -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrm share/gnome/help/cheese/zh_CN/figures -@dirrm share/gnome/help/cheese/zh_CN -@dirrm share/gnome/help/cheese/th/figures -@dirrm share/gnome/help/cheese/th -@dirrm share/gnome/help/cheese/sv/figures -@dirrm share/gnome/help/cheese/sv -@dirrm share/gnome/help/cheese/ru/figures -@dirrm share/gnome/help/cheese/ru -@dirrm share/gnome/help/cheese/pt_BR/figures -@dirrm share/gnome/help/cheese/pt_BR -@dirrm share/gnome/help/cheese/oc/figures -@dirrm share/gnome/help/cheese/oc -@dirrm share/gnome/help/cheese/nl/figures -@dirrm share/gnome/help/cheese/nl -@dirrm share/gnome/help/cheese/it/figures -@dirrm share/gnome/help/cheese/it -@dirrm share/gnome/help/cheese/fr/figures -@dirrm share/gnome/help/cheese/fr -@dirrm share/gnome/help/cheese/es/figures -@dirrm share/gnome/help/cheese/es -@dirrm share/gnome/help/cheese/en_GB/figures -@dirrm share/gnome/help/cheese/en_GB -@dirrm share/gnome/help/cheese/el/figures -@dirrm share/gnome/help/cheese/el -@dirrm share/gnome/help/cheese/de/figures -@dirrm share/gnome/help/cheese/de -@dirrm share/gnome/help/cheese/ca/figures -@dirrm share/gnome/help/cheese/ca -@dirrm share/gnome/help/cheese/C/figures -@dirrm share/gnome/help/cheese/C -@dirrm share/gnome/help/cheese -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/effects -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm libexec/cheese -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile deleted file mode 100644 index dff9410d5..000000000 --- a/multimedia/clutter-gst/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: clutter-gst -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= clutter-gst -PORTVERSION= 0.10.0 -CATEGORIES= multimedia -MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/0.10/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Clutter GStreamer integration - -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter - -USE_GMAKE= yes -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomehack ltverhack gnomeprefix -USE_GSTREAMER= yes -USE_XORG= xp x11 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/multimedia/clutter-gst/distinfo b/multimedia/clutter-gst/distinfo deleted file mode 100644 index cef7aa3a4..000000000 --- a/multimedia/clutter-gst/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (clutter-gst-0.10.0.tar.bz2) = 876317e3f445bd28fcb9206b2272c102 -SHA256 (clutter-gst-0.10.0.tar.bz2) = 8d946f62b6b26de111fc23a885c377e47b157d169408bbae47c662ab9a494108 -SIZE (clutter-gst-0.10.0.tar.bz2) = 399277 diff --git a/multimedia/clutter-gst/pkg-descr b/multimedia/clutter-gst/pkg-descr deleted file mode 100644 index e45e23ccd..000000000 --- a/multimedia/clutter-gst/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Clutter-GStreamer (clutter-gst) is an integration library for using GStreamer -with Clutter. - -Clutter is an open source software library for creating fast, visually -rich and animated graphical user interfaces. It uses OpenGL for drawing -primitives and has multiple backends, allowing its usage on different -platforms. - -GStreamer is a streaming media framework, based on graphs of filters -which operate on media data. Applications using this library can do -anything from real-time sound processing to playing videos, and just -about anything else media-related. Its plugin-based architecture means -that new data types or processing capabilities can be added simply by -installing new plug-ins. - -WWW: http://clutter-project.org/ diff --git a/multimedia/clutter-gst/pkg-plist b/multimedia/clutter-gst/pkg-plist deleted file mode 100644 index b813b7500..000000000 --- a/multimedia/clutter-gst/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -include/clutter-1.0/clutter-gst/clutter-gst-audio.h -include/clutter-1.0/clutter-gst/clutter-gst-util.h -include/clutter-1.0/clutter-gst/clutter-gst-version.h -include/clutter-1.0/clutter-gst/clutter-gst-video-sink.h -include/clutter-1.0/clutter-gst/clutter-gst-video-texture.h -include/clutter-1.0/clutter-gst/clutter-gst.h -lib/libclutter-gst-0.10.a -lib/libclutter-gst-0.10.la -lib/libclutter-gst-0.10.so -lib/libclutter-gst-0.10.so.0 -libdata/pkgconfig/clutter-gst-0.10.pc -%%DOCSDIR%%/ClutterGstAudio.html -%%DOCSDIR%%/ClutterGstVideoSink.html -%%DOCSDIR%%/ClutterGstVideoTexture.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/clutter-gst-Utilities.html -%%DOCSDIR%%/clutter-gst-Versioning-Macros.html -%%DOCSDIR%%/clutter-gst.devhelp -%%DOCSDIR%%/clutter-gst.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/license.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -@dirrmtry %%DOCSDIR%% -@dirrm include/clutter-1.0/clutter-gst -@dirrmtry include/clutter-1.0 diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile deleted file mode 100644 index 1bb1228db..000000000 --- a/multimedia/gstreamer-plugins/Makefile +++ /dev/null @@ -1,151 +0,0 @@ -# New ports collection makefile for: gstreamer plugins -# Date created: Wed Jul 10 23:38:01 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gstreamer -PORTVERSION?= ${BASE_PORTVERSION} -PORTREVISION?= 0 -PORTEPOCH= 3 -CATEGORIES?= multimedia audio -MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ - http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \ - http://gstreamer.freedesktop.org/src/gst-plugins-good/:good \ - http://gstreamer.freedesktop.org/src/gst-plugins-ugly/:ugly \ - ${MASTER_SITE_LOCAL:S|$|ahze/:base|} \ - ${MASTER_SITE_LOCAL:S|$|ahze/:good|} \ - ${MASTER_SITE_LOCAL:S|$|ahze/:bad|} \ - ${MASTER_SITE_LOCAL:S|$|ahze/:ugly|} -PKGNAMESUFFIX= -plugins${GST_PLUGIN_SUFFIX} - -MAINTAINER= multimedia@FreeBSD.org -COMMENT?= GStreamer written collection of plugins handling several media types - -BUILD_DEPENDS+= v4l_compat>=1.0.20060801:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \ - popt.0:${PORTSDIR}/devel/popt \ - oil-0.3.0:${PORTSDIR}/devel/liboil - -CFLAGS:= ${CFLAGS} -O2 -Wno-format - -BASE_PORTVERSION= 0.10.25 -BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} -BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX} -BAD_PORTVERSION= 0.10.14 -BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION} -BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX} -GOOD_PORTVERSION= 0.10.16 -GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION} -GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX} -UGLY_PORTVERSION= 0.10.12 -UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION} -UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} -DIST?= good - -SHLIB_VERSION= 1 -USE_GETTEXT= yes -VERSION= ${GST_VERSION} -WANT_GSTREAMER= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME+= gnomehack gnometarget pkgconfig ltverhack ltasneededhack -USE_AUTOTOOLS= libtool:22 -GST_PLUGIN?= base - -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS}" - -DEFAULT_AUDIOSINK?= osssink -DEFAULT_AUDIOSRC?= osssrc - -.include <bsd.port.pre.mk> - -.if ${ARCH}=="i386" -PLIST_SUB+= I386="" -.else -PLIST_SUB+= I386="@comment " -.endif - -.if ${GST_PLUGIN} == "base" -gst_base_DIST= base -NO_GSTREAMER_COMMON= yes -USE_LDCONFIG= yes -MAN1= gst-visualise-0.10.1 -PLIST_SUB+= VERSION="${VERSION}" \ - SHLIB_VERSION="${SHLIB_VERSION}" -.else -USE_GSTREAMER= yes -.endif - -.include "${MASTERDIR}/Makefile.common" - -.if ${DIST}=="base" -EXTRACT_ONLY=${BASE_DISTFILE} -WRKSRC=${WRKDIR}/${BASE_DISTNAME} -PORTVERSION= ${BASE_PORTVERSION} -DISTFILES+= ${BASE_DISTFILE}:base -PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins/files -.elif ${DIST}=="bad" -EXTRACT_ONLY=${BAD_DISTFILE} -WRKSRC=${WRKDIR}/${BAD_DISTNAME} -PORTVERSION= ${BAD_PORTVERSION} -DISTFILES+= ${BAD_DISTFILE}:bad -PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins-bad/files -.elif ${DIST}=="ugly" -EXTRACT_ONLY=${UGLY_DISTFILE} -WRKSRC=${WRKDIR}/${UGLY_DISTNAME} -PORTVERSION= ${UGLY_PORTVERSION} -DISTFILES+= ${UGLY_DISTFILE}:ugly -PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins-ugly/files -.elif ${DIST}=="makesum" -DISTFILES+= ${BASE_DISTFILE}:base ${BAD_DISTFILE}:bad \ - ${UGLY_DISTFILE}:ugly ${GOOD_DISTFILE}:good -.else -EXTRACT_ONLY=${GOOD_DISTFILE} -WRKSRC=${WRKDIR}/${GOOD_DISTNAME} -PORTVERSION= ${GOOD_PORTVERSION} -DISTFILES+= ${GOOD_DISTFILE}:good -PATCHDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins-good/files -.endif - -# cdrom default device -.ifdef(WITH_CDROM_DEVICE) -DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE} -.else -DEFAULT_CDROM_DEVICE=/dev/acd0 -.endif - -# dvd default device -.ifdef(WITH_DVD_DEVICE) -DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} -.else -DEFAULT_DVD_DEVICE=/dev/acd0 -.endif - -post-patch: - @${FIND} ${WRKSRC}/ext -name Makefile.in | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgsttag-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgstaudio-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgstriff-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/cdda/libgstcdda-$$(GST_MAJORMINOR).la|${LOCALBASE}/lib/libgstcdda-@GST_MAJORMINOR@.la|' - @${FIND} ${WRKSRC} -type f | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|; \ - s|<stdint\.h|<inttypes.h|; \ - s|%%VERSION%%|${VERSION}|' - @${FIND} ${WRKSRC}/ext -name Makefile.in | \ - ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|$$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgsttag-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgstaudio-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgstriff-@GST_MAJORMINOR@.la|; \ - s|$$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la|${LOCALBASE}/lib/libgstcdda-@GST_MAJORMINOR@.la|' - @${REINPLACE_CMD} -e 's|DEFAULT_AUDIOSINK="alsasink"|DEFAULT_AUDIOSINK="${DEFAULT_AUDIOSINK}"|; \ - s|DEFAULT_AUDIOSRC="alsasrc"|DEFAULT_AUDIOSRC="${DEFAULT_AUDIOSRC}"|' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common deleted file mode 100644 index a7282fb96..000000000 --- a/multimedia/gstreamer-plugins/Makefile.common +++ /dev/null @@ -1,550 +0,0 @@ -# $FreeBSD$ -# $MCom$ -# base -BASE_GST_ALL_PLUGINS= \ - alsa \ - cdparanoia \ - gio \ - gnomevfs \ - libvisual \ - ogg \ - pango \ - theora \ - vorbis -# bad -BAD_GST_ALL_PLUGINS+= \ - alsa \ - amrwb \ - apexsink \ - bz2 \ - cdaudio \ - celt \ - dc1394 \ - directfb \ - dirac \ - divx \ - dts \ - dvb \ - faac \ - faad \ - gsm \ - ivorbis \ - jack \ - libmms \ - metadata \ - mpeg2enc \ - mplex \ - musepack \ - musicbrainz \ - mythtv \ - nas \ - neon \ - ofa \ - oss4 \ - qtwrapper \ - resindvd \ - sdl \ - sf \ - sndfile \ - soundtouch \ - spc \ - swfdec \ - theoraexpdec \ - timidity \ - twolame \ - vcdsrc \ - wildmidi \ - wininet \ - x264 \ - xvid - -# good -GOOD_GST_ALL_PLUGINS+= \ - aalib \ - annodex \ - cairo \ - dv \ - esd \ - flac \ - gconf \ - gdk_pixbuf \ - hal \ - jpeg \ - ladspa \ - libcaca \ - libpng \ - pulse \ - raw1394 \ - shout2 \ - soup \ - speex \ - taglib \ - wavpack - -# ugly -UGLY_GST_ALL_PLUGINS+= \ - a52dec \ - amrnb \ - cdio \ - dvdnav \ - dvdread \ - lame \ - mad \ - mpeg2dec \ - sidplay - -.for i in ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} ${UGLY_GST_ALL_PLUGINS} -gst_${i}_GCONF_SCHEMAS?= # Empty -gst_${i}_USE_SDL?= # Empty -.endfor - -CONFIG_GST_PLUGINS= gnome_vfs -GST_ALL_PLUGINS= ${BASE_GST_ALL_PLUGINS} ${BAD_GST_ALL_PLUGINS} \ - ${GOOD_GST_ALL_PLUGINS} ${UGLY_ALL_PLUGINS} \ - ${CONFIG_GST_PLUGINS} - -# Disable all plugins by default -.for d in ${GST_ALL_PLUGINS} -CONFIGURE_ARGS+= --disable-${d} -.endfor -CONFIGURE_ARGS+= --enable-${GST_PLUGIN} - -CONFIGURE_ARGS+=--disable-tests \ - --disable-examples \ - --disable-1394 \ - --disable-acm \ - --disable-amrnb \ - --disable-alsa \ - --disable-http \ - --enable-cdrom \ - --disable-gconf \ - --disable-gconftool \ - --disable-schemas-install \ - --enable-oss \ - --enable-oss4 \ - --disable-osx_audio \ - --disable-osx_video \ - --disable-directdrawsink \ - --disable-directsoundsink \ - --disable-v4l2src \ - --disable-tarkin \ - --enable-static \ - --disable-sunaudio \ - --disable-xine \ - --enable-x \ - --enable-xshm \ - --enable-xvideo - -.if !defined(NO_GSTREAMER_COMMON) -GST_PLUGIN_SUFFIX?= -${GST_PLUGIN} - -# Enable the right plugin - -CONFIGURE_ARGS:=${CONFIGURE_ARGS:S|--disable-${GST_PLUGIN}|--enable-${GST_PLUGIN}|} - -GST_LIB_DIR= lib/gstreamer-${VERSION} - -# Auto create PLIST -PLIST= ${NONEXISTENT} - -# a52dec -gst_a52dec_LIB_DEPENDS+= a52.0:${PORTSDIR}/audio/liba52 -gst_a52dec_PLIST_FILES= ${GST_LIB_DIR}/libgsta52dec.la \ - ${GST_LIB_DIR}/libgsta52dec.so -gst_a52dec_DIST= ugly - -# aalib -gst_aalib_LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib -gst_aalib_PLIST_FILES= ${GST_LIB_DIR}/libgstaasink.so \ - ${GST_LIB_DIR}/libgstaasink.la - -# annodex -gst_annodex_LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 -gst_annodex_PLIST_FILES= ${GST_LIB_DIR}/libgstannodex.la \ - ${GST_LIB_DIR}/libgstannodex.so - -# bz2 -gst_bz2_PLIST_FILES= ${GST_LIB_DIR}/libgstbz2.la \ - ${GST_LIB_DIR}/libgstbz2.so -gst_bz2_DIST= bad - -# cairo -gst_cairo_LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -gst_cairo_PLIST_FILES= ${GST_LIB_DIR}/libgstcairo.la \ - ${GST_LIB_DIR}/libgstcairo.so - -# cdaudio -gst_cdaudio_LIB_DEPENDS+=cdaudio.1:${PORTSDIR}/audio/libcdaudio -gst_cdaudio_PLIST_FILES= ${GST_LIB_DIR}/libgstcdaudio.la \ - ${GST_LIB_DIR}/libgstcdaudio.so -gst_cdaudio_DIST= bad - -# cdparanoia -gst_cdparanoia_LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia -gst_cdparanoia_EXTRA_LIBS+= -lgstcdda-${VERSION} -gst_cdparanoia_PLIST_FILES= ${GST_LIB_DIR}/libgstcdparanoia.la \ - ${GST_LIB_DIR}/libgstcdparanoia.so -gst_cdparanoia_DIST= base - -# cdio -gst_cdio_LIB_DEPENDS+= cdio.8:${PORTSDIR}/sysutils/libcdio -gst_cdio_PLIST_FILES= ${GST_LIB_DIR}/libgstcdio.la \ - ${GST_LIB_DIR}/libgstcdio.so -gst_cdio_DIST= ugly - -# dts -gst_dts_LIB_DEPENDS+= dca.0:${PORTSDIR}/multimedia/libdca -gst_dts_PLIST_FILES= ${GST_LIB_DIR}/libgstdtsdec.la \ - ${GST_LIB_DIR}/libgstdtsdec.so -gst_dts_EXTRA_LIBS+= -ldca -gst_dts_DIST= bad - -# dv -gst_dv_LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv -gst_dv_PLIST_FILES= ${GST_LIB_DIR}/libgstdv.la \ - ${GST_LIB_DIR}/libgstdv.so - -# dvd -gst_dvd_EXTRA_LIBS+= -ldvdnav -gst_dvd_LIB_DEPENDS+= dvdnav.4:${PORTSDIR}/multimedia/libdvdnav \ - dvdread.4:${PORTSDIR}/multimedia/libdvdread -gst_dvd_GST_PLUGIN_DIR= ext/dvdnav \ - ext/dvdread -gst_dvd_PLIST_FILES= ${GST_LIB_DIR}/libgstdvdnav.la \ - ${GST_LIB_DIR}/libgstdvdnav.so \ - ${GST_LIB_DIR}/libgstdvdread.la \ - ${GST_LIB_DIR}/libgstdvdread.so -gst_dvd_DIST= ugly - - -# esound -gst_esound_USE_GNOME+= esound -gst_esound_GST_PLUGIN_DIR= ext/esd -gst_esound_CONFIGURE_ENV+= ESD_CFLAGS="`pkg-config --cflags esound`" \ - ESD_LIBS="`pkg-config --libs esound`" -gst_esound_PLIST_FILES= ${GST_LIB_DIR}/libgstesd.so \ - ${GST_LIB_DIR}/libgstesd.la - -# faac -gst_faac_LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac -gst_faac_PLIST_FILES= ${GST_LIB_DIR}/libgstfaac.la \ - ${GST_LIB_DIR}/libgstfaac.so -gst_faac_DIST= bad - -# faad -gst_faad_USE_GSTREAMER+= bad -gst_faad_LIB_DEPENDS+= faad.2:${PORTSDIR}/audio/faad -gst_faad_PLIST_FILES= ${GST_LIB_DIR}/libgstfaad.la \ - ${GST_LIB_DIR}/libgstfaad.so -gst_faad_DIST= bad - -# flac -gst_flac_LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac -gst_flac_PLIST_FILES= ${GST_LIB_DIR}/libgstflac.la \ - ${GST_LIB_DIR}/libgstflac.so - -# gconf -gst_gconf_USE_GNOME+= gnomeprefix gconf2 -gst_gconf_GST_PLUGIN_DIR= ext/gconf \ - gconf -gst_gconf_CONFIGURE_ARGS+= --enable-schemas-install -gst_gconf_GCONF_SCHEMAS= gstreamer-${GST_VERSION}.schemas -gst_gconf_PLIST_FILES= ${GST_LIB_DIR}/libgstgconfelements.so \ - ${GST_LIB_DIR}/libgstgconfelements.la - -# gdk_pixbuf -gst_gdk_pixbuf_USE_GNOME+= gtk20 -gst_gdk_pixbuf_GST_PLUGIN_DIR= ext/gdk_pixbuf -gst_gdk_pixbuf_PLIST_FILES= ${GST_LIB_DIR}/libgstgdkpixbuf.la \ - ${GST_LIB_DIR}/libgstgdkpixbuf.so -# gio -gst_gio_USE_GNOME+= glib20 -gst_gio_CONFIGURE_ARGS+=--enable-experimental -gst_gio_PLIST_FILES= ${GST_LIB_DIR}/libgstgio.la \ - ${GST_LIB_DIR}/libgstgio.so -gst_gio_DIST= base - -# gnomevfs -gst_gnomevfs_USE_GNOME+= gnomevfs2 -gst_gnomevfs_CONFIGURE_ARGS+=--enable-gnome_vfs -gst_gnomevfs_PLIST_FILES= ${GST_LIB_DIR}/libgstgnomevfs.la \ - ${GST_LIB_DIR}/libgstgnomevfs.so -gst_gnomevfs_DIST= base - -# gsm -gst_gsm_LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm -gst_gsm_PLIST_FILES= ${GST_LIB_DIR}/libgstgsm.la \ - ${GST_LIB_DIR}/libgstgsm.so -gst_gsm_DIST= bad - -# ivorbis -gst_ivorbis_LIB_DEPENDS+= vorbisidec.1:${PORTSDIR}/audio/libtremor -gst_ivorbis_PLIST_FILES= ${GST_LIB_DIR}/libgstivorbis.la \ - ${GST_LIB_DIR}/libgstivorbis.so -gst_ivorbis_DIST= bad - -# hal -gst_hal_LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal -gst_hal_PLIST_FILES= ${GST_LIB_DIR}/libgsthalelements.la \ - ${GST_LIB_DIR}/libgsthalelements.so - -# jack -gst_jack_LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack -gst_jack_PLIST_FILES= ${GST_LIB_DIR}/libgstjack.la \ - ${GST_LIB_DIR}/libgstjack.so -gst_jack_DIST= bad - -# jpeg -gst_jpeg_LIB_DEPENDS+= jpeg.10:${PORTSDIR}/graphics/jpeg -gst_jpeg_PLIST_FILES= ${GST_LIB_DIR}/libgstjpeg.la \ - ${GST_LIB_DIR}/libgstjpeg.so - -# ladspa -gst_ladspa_BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -gst_ladspa_PLIST_FILES= ${GST_LIB_DIR}/libgstladspa.la \ - ${GST_LIB_DIR}/libgstladspa.so - -# lame -gst_lame_LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame -gst_lame_PLIST_FILES= ${GST_LIB_DIR}/libgstlame.la \ - ${GST_LIB_DIR}/libgstlame.so -gst_lame_DIST= ugly - -# libcaca -gst_libcaca_LIB_DEPENDS+= caca.0:${PORTSDIR}/graphics/libcaca -gst_libcaca_PLIST_FILES= ${GST_LIB_DIR}/libgstcacasink.so \ - ${GST_LIB_DIR}/libgstcacasink.la - -# libmms -gst_libmms_LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms -gst_libmms_PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so \ - ${GST_LIB_DIR}/libgstmms.la -gst_libmms_DIST= bad - -# libpng and the snapshot plugin -gst_libpng_LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png -gst_libpng_GST_PLUGIN_DIR= ext/libpng -gst_libpng_PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \ - ${GST_LIB_DIR}/libgstpng.la - -# libvisual -gst_libvisual_LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual -gst_libvisual_PLIST_FILES= ${GST_LIB_DIR}/libgstlibvisual.la \ - ${GST_LIB_DIR}/libgstlibvisual.so -gst_libvisual_DIST= base - -# mad -gst_mad_LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ - id3tag.0:${PORTSDIR}/audio/libid3tag -gst_mad_PLIST_FILES= ${GST_LIB_DIR}/libgstmad.la \ - ${GST_LIB_DIR}/libgstmad.so -gst_mad_DIST= ugly - -# mpeg2enc -gst_mpeg2enc_LIB_DEPENDS+= mjpegutils-1.9.1:${PORTSDIR}/multimedia/mjpegtools -gst_mpeg2enc_PLIST_FILES= ${GST_LIB_DIR}/libgstmpeg2enc.la \ - ${GST_LIB_DIR}/libgstmpeg2enc.so -gst_mpeg2enc_DIST= bad - -# mpeg2dec -gst_mpeg2dec_LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 -gst_mpeg2dec_PLIST_FILES= ${GST_LIB_DIR}/libgstmpeg2dec.la \ - ${GST_LIB_DIR}/libgstmpeg2dec.so -gst_mpeg2dec_DIST= ugly - -# musepack -gst_musepack_LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec -gst_musepack_PLIST_FILES= ${GST_LIB_DIR}/libgstmusepack.la \ - ${GST_LIB_DIR}/libgstmusepack.so -gst_musepack_DIST= bad - -# musicbrainz -gst_musicbrainz_LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz -gst_musicbrainz_PLIST_FILES= ${GST_LIB_DIR}/libgsttrm.so \ - ${GST_LIB_DIR}/libgsttrm.la -gst_musicbrainz_DIST= bad - -# nas -gst_nas_LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas -gst_nas_DIST= bad -gst_nas_PLIST_FILES= ${GST_LIB_DIR}/libgstnassink.la \ - ${GST_LIB_DIR}/libgstnassink.so - -# neon -.if exists(${LOCALBASE}/lib/libneon.so.26) -gst_neon_LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26 -.else -gst_neon_LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 -.endif -gst_neon_CONFIGURE_ENV+= NEON_CFLAGS="-I${LOCALBASE}/include/neon" -gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.la \ - ${GST_LIB_DIR}/libgstneonhttpsrc.so -gst_neon_DIST= bad - -# ogg -gst_ogg_LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg -gst_ogg_EXTRA_LIBS+= -lgstriff-${VERSION} -gst_ogg_PLIST_FILES= ${GST_LIB_DIR}/libgstogg.la \ - ${GST_LIB_DIR}/libgstogg.so -gst_ogg_DIST= base - -# pango -gst_pango_USE_GNOME+= pango -gst_pango_PLIST_FILES= ${GST_LIB_DIR}/libgstpango.la \ - ${GST_LIB_DIR}/libgstpango.so -gst_pango_DIST= base - -# pulse -gst_pulse_LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio -gst_pulse_PLIST_FILES= ${GST_LIB_DIR}/libgstpulse.la \ - ${GST_LIB_DIR}/libgstpulse.so -gst_pulse_DIST= good - -# sdl -gst_sdl_USE_SDL+= sdl -gst_sdl_PLIST_FILES= ${GST_LIB_DIR}/libgstsdl.la \ - ${GST_LIB_DIR}/libgstsdl.so -gst_sdl_DIST= bad - -# shout2 -gst_shout2_LIB_DEPENDS+= shout.5:${PORTSDIR}/audio/libshout2 -gst_shout2_PLIST_FILES= ${GST_LIB_DIR}/libgstshout2.la \ - ${GST_LIB_DIR}/libgstshout2.so - -# sidplay -gst_sidplay_LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay -gst_sidplay_PLIST_FILES= ${GST_LIB_DIR}/libgstsid.so \ - ${GST_LIB_DIR}/libgstsid.la -gst_sidplay_DIST= ugly - -# sndfile -gst_sndfile_LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile -gst_sndfile_PLIST_FILES= ${GST_LIB_DIR}/libgstsndfile.la \ - ${GST_LIB_DIR}/libgstsndfile.so -gst_sndfile_DIST= bad - -# soundtouch -gst_soundtouch_LIB_DEPENDS+= SoundTouch.0:${PORTSDIR}/audio/soundtouch -gst_soundtouch_PLIST_FILES= ${GST_LIB_DIR}/libgstsoundtouch.la \ - ${GST_LIB_DIR}/libgstsoundtouch.so -gst_soundtouch_DIST= bad - -# souphttpsrc -gst_soup_LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup -gst_soup_GST_PLUGIN_DIR=ext/soup -gst_soup_PLIST_FILES= ${GST_LIB_DIR}/libgstsouphttpsrc.la \ - ${GST_LIB_DIR}/libgstsouphttpsrc.so - -# spc -gst_spc_LIB_DEPENDS+= openspc.0:${PORTSDIR}/audio/libopenspc -gst_spc_PLIST_FILES= ${GST_LIB_DIR}/libgstspc.la \ - ${GST_LIB_DIR}/libgstspc.so -gst_spc_DIST= bad - -# speex -gst_speex_LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex -gst_speex_PLIST_FILES= ${GST_LIB_DIR}/libgstspeex.la \ - ${GST_LIB_DIR}/libgstspeex.so - -# swfdec -gst_swfdec_LIB_DEPENDS+=swfdec-0.4.1:${PORTSDIR}/graphics/swfdec -gst_swfdec_DIST= bad - -# taglib -gst_taglib_LIB_DEPENDS+= tag.6:${PORTSDIR}/audio/taglib -gst_taglib_PLIST_FILES= ${GST_LIB_DIR}/libgsttaglib.la \ - ${GST_LIB_DIR}/libgsttaglib.so - -# theora -gst_theora_LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora -gst_theora_PLIST_FILES= ${GST_LIB_DIR}/libgsttheora.la \ - ${GST_LIB_DIR}/libgsttheora.so -gst_theora_DIST= base - -# vorbis -gst_vorbis_USE_GSTREAMER+= ogg -gst_vorbis_LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis -gst_vorbis_EXTRA_LIBS+= -lgsttag-${VERSION} -lgstaudio-${VERSION} -gst_vorbis_PLIST_FILES= ${GST_LIB_DIR}/libgstvorbis.la \ - ${GST_LIB_DIR}/libgstvorbis.so -gst_vorbis_DIST= base - -# x264 -gst_x264_LIB_DEPENDS+= x264.65:${PORTSDIR}/multimedia/x264 -gst_x264_PLIST_FILES= ${GST_LIB_DIR}/libgstx264.la \ - ${GST_LIB_DIR}/libgstx264.so \ - share/gstreamer-${VERSION}/presets/GstX264Enc.prs -gst_x264_PLIST_DIRS= share/gstreamer-${VERSION}/presets \ - share/gstreamer-${VERSION} -gst_x264_DIST= ugly - -# xvid -gst_xvid_LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid -gst_xvid_PLIST_FILES= ${GST_LIB_DIR}/libgstxvid.la \ - ${GST_LIB_DIR}/libgstxvid.so -gst_xvid_DIST= bad - -# wavpack -gst_wavpack_LIB_DEPENDS+= wavpack.1:${PORTSDIR}/audio/wavpack -gst_wavpack_PLIST_FILES= ${GST_LIB_DIR}/libgstwavpack.la \ - ${GST_LIB_DIR}/libgstwavpack.so - -.endif # NO_GSTREAMER_COMMON - -gst_${GST_PLUGIN}_DIST?= good -DIST= ${gst_${GST_PLUGIN}_DIST} - -.if !defined(NO_GSTREAMER_COMMON) -gst_${GST_PLUGIN}_BUILD_DEPENDS?= -gst_${GST_PLUGIN}_LIB_DEPENDS?= -gst_${GST_PLUGIN}_RUN_DEPENDS?= -gst_${GST_PLUGIN}_PLIST_FILES?=${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.so \ - ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.a \ - ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.la -gst_${GST_PLUGIN}_EXTRA_LIBS?= -gst_${GST_PLUGIN}_PREBUILD_DIR?= -gst_${GST_PLUGIN}_GST_PLUGIN_DIR?= ext/${GST_PLUGIN} -gst_${GST_PLUGIN}_POSTBUILD_DIR?= -gst_${GST_PLUGIN}_USE_GNOME?= -gst_${GST_PLUGIN}_CONFIGURE_ENV?= -gst_${GST_PLUGIN}_GCONF_SCHEMAS?= -gst_${GST_PLUGIN}_CONFIGURE_ARGS?= -gst_${GST_PLUGIN}_USE_SDL?= -gst_${GST_PLUGIN}_USE_GSTREAMER?= - -BUILD_DEPENDS+= ${gst_${GST_PLUGIN}_BUILD_DEPENDS} -LIB_DEPENDS+= ${gst_${GST_PLUGIN}_LIB_DEPENDS} -RUN_DEPENDS+= ${gst_${GST_PLUGIN}_RUN_DEPENDS} -PLIST_FILES= ${gst_${GST_PLUGIN}_PLIST_FILES} -PLIST_DIRS= ${gst_${GST_PLUGIN}_PLIST_DIRS} -EXTRA_LIBS+= ${gst_${GST_PLUGIN}_EXTRA_LIBS} -USE_GNOME+= ${gst_${GST_PLUGIN}_USE_GNOME} -CONFIGURE_ENV+= ${gst_${GST_PLUGIN}_CONFIGURE_ENV} -.if ${gst_${GST_PLUGIN}_GCONF_SCHEMAS}!="" -GCONF_SCHEMAS= ${gst_${GST_PLUGIN}_GCONF_SCHEMAS} -.endif -CONFIGURE_ARGS+=${gst_${GST_PLUGIN}_CONFIGURE_ARGS} -.if ${gst_${GST_PLUGIN}_USE_SDL}!="" -USE_SDL= ${gst_${GST_PLUGIN}_USE_SDL} -.endif -USE_GSTREAMER+= ${gst_${GST_PLUGIN}_USE_GSTREAMER} ${DIST:S/base/yes/} -GST_PREBUILD_DIR=${gst_${GST_PLUGIN}_GST_PREBUILD_DIR} -GST_PLUGIN_DIR= ${gst_${GST_PLUGIN}_GST_PLUGIN_DIR} -GST_POSTBUILD_DIR=${gst_${GST_PLUGIN}_GST_POSTBUILD_DIR} - -.if !target(do-build) -do-build: -.for dir in ${GST_PREBUILD_DIR} ${GST_PLUGIN_DIR} ${GST_POSTBUILD_DIR} - @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} -.endfor -.endif - -.if !target(do-install) -do-install: -.for dir in ${GST_PLUGIN_DIR} - @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} -.endfor -.endif -.endif diff --git a/multimedia/gstreamer-plugins/distinfo b/multimedia/gstreamer-plugins/distinfo deleted file mode 100644 index 71b261c16..000000000 --- a/multimedia/gstreamer-plugins/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -MD5 (gst-plugins-base-0.10.25.tar.bz2) = d29669dd79276c5cd94e1613c03cd9ab -SHA256 (gst-plugins-base-0.10.25.tar.bz2) = 0ab2f7e1d818e7af1be99c4eae02ba69d4a1b8f7e3527929a6426f1daa0d4607 -SIZE (gst-plugins-base-0.10.25.tar.bz2) = 2241145 -MD5 (gst-plugins-bad-0.10.14.tar.bz2) = 6be38b04fc76cdfef3a3b02b8434efa2 -SHA256 (gst-plugins-bad-0.10.14.tar.bz2) = cd6811522302d8e7549990ccc0edd371f6695daa566b65f338079f5fa5ce6bd9 -SIZE (gst-plugins-bad-0.10.14.tar.bz2) = 2781487 -MD5 (gst-plugins-ugly-0.10.12.tar.bz2) = 4400914a009201348fe66d2a83fa3971 -SHA256 (gst-plugins-ugly-0.10.12.tar.bz2) = b3e785a0dd47aab880049535068556a5f61726da44bce452b41555e3f0481d2f -SIZE (gst-plugins-ugly-0.10.12.tar.bz2) = 1027462 -MD5 (gst-plugins-good-0.10.16.tar.bz2) = f0af97464bb6e060a99df39bb21b7a42 -SHA256 (gst-plugins-good-0.10.16.tar.bz2) = 64bd5177913b8ccaa1502e88a255adb3e6024202ba8983e6a956061e57fe1640 -SIZE (gst-plugins-good-0.10.16.tar.bz2) = 2573811 diff --git a/multimedia/gstreamer-plugins/files/patch-Makefile.in b/multimedia/gstreamer-plugins/files/patch-Makefile.in deleted file mode 100644 index e20f7d218..000000000 --- a/multimedia/gstreamer-plugins/files/patch-Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig 2009-11-09 10:37:05.000000000 +0100 -+++ Makefile.in 2009-11-09 10:37:34.000000000 +0100 -@@ -397,19 +397,15 @@ - gst-libs \ - gst sys $(SUBDIRS_EXT) \ - tools \ -- tests \ -- docs \ - po \ - common \ - m4 - - DIST_SUBDIRS = \ - pkgconfig \ -- docs \ - gst-libs \ - gst sys ext \ - tools \ -- tests \ - po \ - common \ - m4 diff --git a/multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoiasrc.c b/multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoiasrc.c deleted file mode 100644 index 6d0fa67b9..000000000 --- a/multimedia/gstreamer-plugins/files/patch-ext_cdparanoia_gstcdparanoiasrc.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ext/cdparanoia/gstcdparanoiasrc.c.orig 2009-08-09 17:16:48.000000000 -0400 -+++ ext/cdparanoia/gstcdparanoiasrc.c 2009-08-09 17:17:38.000000000 -0400 -@@ -264,6 +264,7 @@ gst_cd_paranoia_src_open (GstCddaBaseSrc - GST_INFO_OBJECT (src, "search overlap set to %u", src->search_overlap); - } - -+#ifdef PARANOIA_CB_CACHEERR - cache_size = src->cache_size; - if (cache_size == -1) { - /* if paranoia mode is low (the default), assume we're doing playback */ -@@ -274,6 +275,7 @@ gst_cd_paranoia_src_open (GstCddaBaseSrc - } - paranoia_cachemodel_size (src->p, cache_size); - GST_INFO_OBJECT (src, "set cachemodel size to %u", cache_size); -+#endif - - src->next_sector = -1; - diff --git a/multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in b/multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in deleted file mode 100644 index cec86b200..000000000 --- a/multimedia/gstreamer-plugins/files/patch-ext_pango_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- ext/pango/Makefile.in.orig 2008-07-26 06:39:00.827210159 -0700 -+++ ext/pango/Makefile.in 2008-07-26 06:57:02.595333482 -0700 -@@ -86,7 +86,7 @@ - pluginLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(plugin_LTLIBRARIES) - am__DEPENDENCIES_1 = --libgstpango_la_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \ -+libgstpango_la_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_libgstpango_la_OBJECTS = libgstpango_la-gstclockoverlay.lo \ -@@ -481,7 +481,7 @@ - - libgstpango_la_LIBADD = \ - $(GST_PLUGINS_BASE_LIBS) \ -- $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \ -+ -lgstvideo-$(GST_MAJORMINOR) \ - $(GST_BASE_LIBS) \ - $(GST_LIBS) \ - $(PANGO_LIBS) diff --git a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in b/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in deleted file mode 100644 index ccbc28e5d..000000000 --- a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_audio_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gst-libs/gst/audio/Makefile.in.orig 2009-08-05 14:51:57.000000000 +0200 -+++ gst-libs/gst/audio/Makefile.in 2009-08-05 14:52:32.000000000 +0200 -@@ -932,7 +932,7 @@ uninstall-am: uninstall-libLTLIBRARIES \ - $^ > $@ - - %-enumtypes.c: $(glib_enum_headers) -- @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi -+ @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi - glib-mkenums \ - --fhead "#include \"$*-enumtypes.h\"\n$(enum_headers)" \ - --fprod "\n/* enumerations from \"@filename@\" */" \ diff --git a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_sdp_gstsdpmessage.c b/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_sdp_gstsdpmessage.c deleted file mode 100644 index 34b8dfb3a..000000000 --- a/multimedia/gstreamer-plugins/files/patch-gst-libs_gst_sdp_gstsdpmessage.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gst-libs/gst/sdp/gstsdpmessage.c.orig 2007-12-02 11:51:45.000000000 -0500 -+++ gst-libs/gst/sdp/gstsdpmessage.c 2007-12-02 11:52:01.000000000 -0500 -@@ -64,7 +64,7 @@ - #ifdef HAVE_SYS_TYPES_H - #include <sys/types.h> - #endif -- -+#include <netinet/in.h> - #include <glib.h> /* for G_OS_WIN32 */ - - #ifdef G_OS_WIN32 diff --git a/multimedia/gstreamer-plugins/files/patch-sys_v4l_gstv4lelement.h b/multimedia/gstreamer-plugins/files/patch-sys_v4l_gstv4lelement.h deleted file mode 100644 index d2f6ac436..000000000 --- a/multimedia/gstreamer-plugins/files/patch-sys_v4l_gstv4lelement.h +++ /dev/null @@ -1,11 +0,0 @@ ---- sys/v4l/gstv4lelement.h.orig 2008-02-23 15:31:39.000000000 -0500 -+++ sys/v4l/gstv4lelement.h 2008-02-23 15:32:00.000000000 -0500 -@@ -91,6 +91,8 @@ struct _GstV4lElement { - /* X-overlay */ - GstV4lXv *xv; - gulong xwindow_id; -+ -+ gboolean use_read; - }; - - struct _GstV4lElementClass { diff --git a/multimedia/gstreamer-plugins/files/patch-sys_v4l_v4lsrc_calls.c b/multimedia/gstreamer-plugins/files/patch-sys_v4l_v4lsrc_calls.c deleted file mode 100644 index 24088dc9f..000000000 --- a/multimedia/gstreamer-plugins/files/patch-sys_v4l_v4lsrc_calls.c +++ /dev/null @@ -1,261 +0,0 @@ ---- sys/v4l/v4lsrc_calls.c.orig 2008-03-03 17:29:52.000000000 -0500 -+++ sys/v4l/v4lsrc_calls.c 2008-03-20 23:50:39.000000000 -0400 -@@ -26,12 +26,14 @@ - - #include <stdlib.h> - #include <sys/types.h> -+#include <sys/uio.h> - #include <sys/stat.h> - #include <fcntl.h> - #include <sys/ioctl.h> - #include <sys/mman.h> - #include <string.h> - #include <errno.h> -+#include <unistd.h> - #include "v4lsrc_calls.h" - #include <sys/time.h> - -@@ -87,6 +89,51 @@ - return FALSE; - } - -+ if (GST_V4LELEMENT (v4lsrc)->use_read) { -+ struct video_picture vp; -+ struct video_window vw; -+ -+ -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGPICT, &vp) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error getting current picture info for frame (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ -+ vp.palette = v4lsrc->mmap.format; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSPICT, &vp) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error setting picture info for frame (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGWIN, &vw) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error getting current window properties for frame (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ -+ vw.width = v4lsrc->mmap.width; -+ vw.height = v4lsrc->mmap.height; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSWIN, &vw) == -1) { -+ vw.flags &= (0x3F00 - 1); -+ vw.flags |= 15 << 16; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSWIN, &vw) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error setting window properties for frame (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ } -+ -+ -+ if (read(GST_V4LELEMENT (v4lsrc)->video_fd, GST_V4LELEMENT (v4lsrc)->buffer + (1024 * 768 * 3 * num), v4lsrc->mmap.width * v4lsrc->mmap.height * 3/2) < 0) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, WRITE, (NULL), -+ ("Error queueing a buffer (%d): %s", num, g_strerror (errno))); -+ return FALSE; -+ } -+ goto done; -+ } -+ - /* instruct the driver to prepare capture using buffer frame num */ - v4lsrc->mmap.frame = num; - if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, -@@ -95,6 +142,7 @@ - ("Error queueing a buffer (%d): %s", num, g_strerror (errno))); - return FALSE; - } -+done: - - v4lsrc->frame_queue_state[num] = QUEUE_STATE_QUEUED; - v4lsrc->num_queued++; -@@ -117,6 +165,10 @@ - return FALSE; - } - -+ if (GST_V4LELEMENT (v4lsrc)->use_read) { -+ goto done; -+ } -+ - while (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSYNC, &num) < 0) { - /* if the sync() got interrupted, we can retry */ - if (errno != EINTR) { -@@ -126,6 +178,7 @@ - } - GST_DEBUG_OBJECT (v4lsrc, "Sync got interrupted"); - } -+done: - GST_LOG_OBJECT (v4lsrc, "VIOIOCSYNC on frame %d done", num); - - v4lsrc->frame_queue_state[num] = QUEUE_STATE_SYNCED; -@@ -168,13 +221,28 @@ - GST_V4L_CHECK_OPEN (GST_V4LELEMENT (v4lsrc)); - GST_V4L_CHECK_NOT_ACTIVE (GST_V4LELEMENT (v4lsrc)); - -+ GST_V4LELEMENT (v4lsrc)->use_read = FALSE; -+ - /* request the mmap buffer info: - * total size of mmap buffer, number of frames, offsets of frames */ - if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGMBUF, - &(v4lsrc->mbuf)) < 0) { -- GST_ELEMENT_ERROR (v4lsrc, RESOURCE, READ, (NULL), -- ("Error getting buffer information: %s", g_strerror (errno))); -- return FALSE; -+ int i; -+ -+ GST_V4LELEMENT (v4lsrc)->buffer = (guint8 *) g_malloc0 (sizeof (guint8) * 1024 * 768 * 3 * MIN_BUFFERS_QUEUED); -+ GST_V4LELEMENT (v4lsrc)->use_read = TRUE; -+ -+ v4lsrc->frame_queue_state = (gint8 *) g_malloc (sizeof (gint8) * MIN_BUFFERS_QUEUED); -+ -+ v4lsrc->mbuf.frames = MIN_BUFFERS_QUEUED; -+ for (i = 0; i < MIN_BUFFERS_QUEUED; i++) { -+ v4lsrc->mbuf.offsets[i] = (1024 * 768 * 3 * i); -+ } -+ -+ /* lock for the frame_state */ -+ v4lsrc->mutex_queue_state = g_mutex_new (); -+ v4lsrc->cond_queue_state = g_cond_new (); -+ goto done; - } - - if (v4lsrc->mbuf.frames < MIN_BUFFERS_QUEUED) { -@@ -205,6 +273,7 @@ - GST_V4LELEMENT (v4lsrc)->buffer = NULL; - return FALSE; - } -+done: - - return TRUE; - } -@@ -413,10 +482,14 @@ - v4lsrc->frame_queue_state = NULL; - - /* unmap the buffer */ -- if (munmap (GST_V4LELEMENT (v4lsrc)->buffer, v4lsrc->mbuf.size) == -1) { -- GST_ELEMENT_ERROR (v4lsrc, RESOURCE, CLOSE, (NULL), -- ("error munmap'ing capture buffer: %s", g_strerror (errno))); -- return FALSE; -+ if (GST_V4LELEMENT (v4lsrc)->use_read) { -+ g_free (GST_V4LELEMENT (v4lsrc)->buffer); -+ } else { -+ if (munmap (GST_V4LELEMENT (v4lsrc)->buffer, v4lsrc->mbuf.size) == -1) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, CLOSE, (NULL), -+ ("error munmap'ing capture buffer: %s", g_strerror (errno))); -+ return FALSE; -+ } - } - GST_V4LELEMENT (v4lsrc)->buffer = NULL; - -@@ -446,6 +519,7 @@ - /* so, we need a buffer and some more stuff */ - int frame = 0; - guint8 *buffer; -+ gboolean use_read = FALSE; - struct video_mbuf vmbuf; - struct video_mmap vmmap; - -@@ -456,24 +530,72 @@ - - /* let's start by requesting a buffer and mmap()'ing it */ - if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGMBUF, &vmbuf) < 0) { -- GST_ELEMENT_ERROR (v4lsrc, RESOURCE, READ, (NULL), -- ("Error getting buffer information: %s", g_strerror (errno))); -- return FALSE; -- } -- /* Map the buffers */ -- buffer = mmap (NULL, vmbuf.size, PROT_READ | PROT_WRITE, -- MAP_SHARED, GST_V4LELEMENT (v4lsrc)->video_fd, 0); -- if (buffer == MAP_FAILED) { -- GST_ELEMENT_ERROR (v4lsrc, RESOURCE, OPEN_READ_WRITE, (NULL), -- ("Error mapping our try-out buffer: %s", g_strerror (errno))); -- return FALSE; -- } -+ buffer = (gint8 *) g_malloc0 (sizeof (gint8) * 1024 * 768 * 3); -+ use_read = TRUE; -+ } else { -+ /* Map the buffers */ -+ buffer = mmap (0, vmbuf.size, PROT_READ | PROT_WRITE, -+ MAP_SHARED, GST_V4LELEMENT (v4lsrc)->video_fd, 0); -+ if (buffer == MAP_FAILED) { -+ GST_ELEMENT_ERROR (v4lsrc, RESOURCE, OPEN_READ_WRITE, (NULL), -+ ("Error mapping our try-out buffer: %s", g_strerror (errno))); -+ return FALSE; -+ } -+ } - - /* now that we have a buffer, let's try out our format */ - vmmap.width = width; - vmmap.height = height; - vmmap.format = palette; - vmmap.frame = frame; -+ if (use_read) { -+ struct video_picture vp; -+ struct video_window vw; -+ -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGWIN, &vw) == -1) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error getting current window properties: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ -+ vw.width = width; -+ vw.height = height; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSWIN, &vw) == -1) { -+ vw.flags &= (0x3F00 - 1); -+ vw.flags |= 15 << 16; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSWIN, &vw) == -1) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error setting window properties: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ } -+ -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCGPICT, &vp) == -1) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error getting current picture info: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ -+ vp.palette = palette; -+ if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCSPICT, &vp) == -1) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error setting picture info: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ -+ -+ if (read (GST_V4LELEMENT (v4lsrc)->video_fd, buffer, width * height * 3/2) < 0) { -+ GST_ERROR_OBJECT (v4lsrc, -+ "Error reading into our try-out buffer: %s", g_strerror (errno)); -+ g_free (buffer); -+ return FALSE; -+ } -+ goto done; -+ } - if (ioctl (GST_V4LELEMENT (v4lsrc)->video_fd, VIDIOCMCAPTURE, &vmmap) < 0) { - if (errno != EINVAL) /* our format failed! */ - GST_ERROR_OBJECT (v4lsrc, -@@ -488,7 +610,11 @@ - return FALSE; - } - -- munmap (buffer, vmbuf.size); -+done: -+ if (use_read) -+ g_free (buffer); -+ else -+ munmap (buffer, vmbuf.size); - - /* if we got here, it worked! woohoo, the format is supported! */ - return TRUE; diff --git a/multimedia/gstreamer-plugins/pkg-descr b/multimedia/gstreamer-plugins/pkg-descr deleted file mode 100644 index 80300084c..000000000 --- a/multimedia/gstreamer-plugins/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -[ excerpt from developer's site ] - -This is a collection of plugins written with the GStreamer framework. -Some features of these plugins are: - -- Dynamically loaded plugins provide elements and media types, - demand-loaded via an XML registry, similar to ld.so.cache -- Element interface handles all known types of sources, filters, - sinks -- Capabilities system allows verification of element compatibility - using MIME types and media-specific properties -- Autoplugging uses capabilities system to complete complex paths - automatically -- Pipelines can be saved to XML and loaded back to working state -- Resource friendly plugins don't waste RAM - -WWW: http://gstreamer.sourceforge.net/ diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist deleted file mode 100644 index 7fc53c08c..000000000 --- a/multimedia/gstreamer-plugins/pkg-plist +++ /dev/null @@ -1,248 +0,0 @@ -bin/gst-visualise-%%VERSION%% -include/gstreamer-%%VERSION%%/gst/app/gstappbuffer.h -include/gstreamer-%%VERSION%%/gst/app/gstappsink.h -include/gstreamer-%%VERSION%%/gst/app/gstappsrc.h -include/gstreamer-%%VERSION%%/gst/audio/audio.h -include/gstreamer-%%VERSION%%/gst/audio/audio-enumtypes.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudioclock.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiofilter.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiosink.h -include/gstreamer-%%VERSION%%/gst/audio/gstaudiosrc.h -include/gstreamer-%%VERSION%%/gst/audio/gstbaseaudiosink.h -include/gstreamer-%%VERSION%%/gst/audio/gstbaseaudiosrc.h -include/gstreamer-%%VERSION%%/gst/audio/gstringbuffer.h -include/gstreamer-%%VERSION%%/gst/audio/mixerutils.h -include/gstreamer-%%VERSION%%/gst/audio/multichannel.h -include/gstreamer-%%VERSION%%/gst/cdda/gstcddabasesrc.h -include/gstreamer-%%VERSION%%/gst/fft/gstfft.h -include/gstreamer-%%VERSION%%/gst/fft/gstfftf32.h -include/gstreamer-%%VERSION%%/gst/fft/gstfftf64.h -include/gstreamer-%%VERSION%%/gst/fft/gstffts16.h -include/gstreamer-%%VERSION%%/gst/fft/gstffts32.h -include/gstreamer-%%VERSION%%/gst/floatcast/floatcast.h -include/gstreamer-%%VERSION%%/gst/interfaces/colorbalance.h -include/gstreamer-%%VERSION%%/gst/interfaces/colorbalancechannel.h -include/gstreamer-%%VERSION%%/gst/interfaces/interfaces-enumtypes.h -include/gstreamer-%%VERSION%%/gst/interfaces/mixer.h -include/gstreamer-%%VERSION%%/gst/interfaces/mixeroptions.h -include/gstreamer-%%VERSION%%/gst/interfaces/mixertrack.h -include/gstreamer-%%VERSION%%/gst/interfaces/navigation.h -include/gstreamer-%%VERSION%%/gst/interfaces/propertyprobe.h -include/gstreamer-%%VERSION%%/gst/interfaces/streamvolume.h -include/gstreamer-%%VERSION%%/gst/interfaces/tuner.h -include/gstreamer-%%VERSION%%/gst/interfaces/tunerchannel.h -include/gstreamer-%%VERSION%%/gst/interfaces/tunernorm.h -include/gstreamer-%%VERSION%%/gst/interfaces/videoorientation.h -include/gstreamer-%%VERSION%%/gst/interfaces/xoverlay.h -include/gstreamer-%%VERSION%%/gst/netbuffer/gstnetbuffer.h -include/gstreamer-%%VERSION%%/gst/pbutils/descriptions.h -include/gstreamer-%%VERSION%%/gst/pbutils/install-plugins.h -include/gstreamer-%%VERSION%%/gst/pbutils/missing-plugins.h -include/gstreamer-%%VERSION%%/gst/pbutils/pbutils-enumtypes.h -include/gstreamer-%%VERSION%%/gst/pbutils/pbutils.h -include/gstreamer-%%VERSION%%/gst/riff/riff-ids.h -include/gstreamer-%%VERSION%%/gst/riff/riff-media.h -include/gstreamer-%%VERSION%%/gst/riff/riff-read.h -include/gstreamer-%%VERSION%%/gst/rtp/gstbasertpaudiopayload.h -include/gstreamer-%%VERSION%%/gst/rtp/gstbasertpdepayload.h -include/gstreamer-%%VERSION%%/gst/rtp/gstbasertppayload.h -include/gstreamer-%%VERSION%%/gst/rtp/gstrtcpbuffer.h -include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbuffer.h -include/gstreamer-%%VERSION%%/gst/rtp/gstrtppayloads.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsp-enumtypes.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspbase64.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspconnection.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspdefs.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspextension.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspmessage.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsprange.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsptransport.h -include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspurl.h -include/gstreamer-%%VERSION%%/gst/sdp/gstsdp.h -include/gstreamer-%%VERSION%%/gst/sdp/gstsdpmessage.h -include/gstreamer-%%VERSION%%/gst/tag/gsttagdemux.h -include/gstreamer-%%VERSION%%/gst/tag/tag.h -include/gstreamer-%%VERSION%%/gst/video/gstvideofilter.h -include/gstreamer-%%VERSION%%/gst/video/gstvideosink.h -include/gstreamer-%%VERSION%%/gst/video/video.h -include/gstreamer-%%VERSION%%/gst/video/video-enumtypes.h -lib/girepository-1.0/GstApp-%%VERSION%%.typelib -lib/girepository-1.0/GstAudio-%%VERSION%%.typelib -lib/girepository-1.0/GstFft-%%VERSION%%.typelib -lib/girepository-1.0/GstInterfaces-%%VERSION%%.typelib -lib/girepository-1.0/GstNetbuffer-%%VERSION%%.typelib -lib/girepository-1.0/GstPbutils-%%VERSION%%.typelib -lib/girepository-1.0/GstRiff-%%VERSION%%.typelib -lib/girepository-1.0/GstRtp-%%VERSION%%.typelib -lib/girepository-1.0/GstRtsp-%%VERSION%%.typelib -lib/girepository-1.0/GstSdp-%%VERSION%%.typelib -lib/girepository-1.0/GstTag-%%VERSION%%.typelib -lib/girepository-1.0/GstVideo-%%VERSION%%.typelib -lib/gstreamer-%%VERSION%%/libgstadder.la -lib/gstreamer-%%VERSION%%/libgstadder.so -lib/gstreamer-%%VERSION%%/libgstapp.la -lib/gstreamer-%%VERSION%%/libgstapp.so -lib/gstreamer-%%VERSION%%/libgstaudioconvert.la -lib/gstreamer-%%VERSION%%/libgstaudioconvert.so -lib/gstreamer-%%VERSION%%/libgstaudiorate.la -lib/gstreamer-%%VERSION%%/libgstaudiorate.so -lib/gstreamer-%%VERSION%%/libgstaudioresample.la -lib/gstreamer-%%VERSION%%/libgstaudioresample.so -lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.la -lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.so -lib/gstreamer-%%VERSION%%/libgstdecodebin.la -lib/gstreamer-%%VERSION%%/libgstdecodebin.so -lib/gstreamer-%%VERSION%%/libgstdecodebin2.la -lib/gstreamer-%%VERSION%%/libgstdecodebin2.so -lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.la -lib/gstreamer-%%VERSION%%/libgstffmpegcolorspace.so -lib/gstreamer-%%VERSION%%/libgstgdp.la -lib/gstreamer-%%VERSION%%/libgstgdp.so -lib/gstreamer-%%VERSION%%/libgstplaybin.la -lib/gstreamer-%%VERSION%%/libgstplaybin.so -lib/gstreamer-%%VERSION%%/libgstqueue2.la -lib/gstreamer-%%VERSION%%/libgstqueue2.so -lib/gstreamer-%%VERSION%%/libgstsubparse.la -lib/gstreamer-%%VERSION%%/libgstsubparse.so -lib/gstreamer-%%VERSION%%/libgsttcp.la -lib/gstreamer-%%VERSION%%/libgsttcp.so -lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.la -lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.so -lib/gstreamer-%%VERSION%%/libgstvideo4linux.la -lib/gstreamer-%%VERSION%%/libgstvideo4linux.so -lib/gstreamer-%%VERSION%%/libgstvideorate.la -lib/gstreamer-%%VERSION%%/libgstvideorate.so -lib/gstreamer-%%VERSION%%/libgstvideoscale.la -lib/gstreamer-%%VERSION%%/libgstvideoscale.so -lib/gstreamer-%%VERSION%%/libgstvideotestsrc.la -lib/gstreamer-%%VERSION%%/libgstvideotestsrc.so -lib/gstreamer-%%VERSION%%/libgstvolume.la -lib/gstreamer-%%VERSION%%/libgstvolume.so -lib/gstreamer-%%VERSION%%/libgstximagesink.la -lib/gstreamer-%%VERSION%%/libgstximagesink.so -lib/gstreamer-%%VERSION%%/libgstxvimagesink.la -lib/gstreamer-%%VERSION%%/libgstxvimagesink.so -lib/libgstapp-%%VERSION%%.la -lib/libgstapp-%%VERSION%%.so -lib/libgstapp-%%VERSION%%.so.0 -lib/libgstaudio-%%VERSION%%.a -lib/libgstaudio-%%VERSION%%.la -lib/libgstaudio-%%VERSION%%.so -lib/libgstaudio-%%VERSION%%.so.0 -lib/libgstcdda-%%VERSION%%.a -lib/libgstcdda-%%VERSION%%.la -lib/libgstcdda-%%VERSION%%.so -lib/libgstcdda-%%VERSION%%.so.0 -lib/libgstfft-%%VERSION%%.a -lib/libgstfft-%%VERSION%%.la -lib/libgstfft-%%VERSION%%.so -lib/libgstfft-%%VERSION%%.so.0 -lib/libgstinterfaces-%%VERSION%%.a -lib/libgstinterfaces-%%VERSION%%.la -lib/libgstinterfaces-%%VERSION%%.so -lib/libgstinterfaces-%%VERSION%%.so.0 -lib/libgstnetbuffer-%%VERSION%%.a -lib/libgstnetbuffer-%%VERSION%%.la -lib/libgstnetbuffer-%%VERSION%%.so -lib/libgstnetbuffer-%%VERSION%%.so.0 -lib/libgstpbutils-%%VERSION%%.a -lib/libgstpbutils-%%VERSION%%.la -lib/libgstpbutils-%%VERSION%%.so -lib/libgstpbutils-%%VERSION%%.so.0 -lib/libgstriff-%%VERSION%%.a -lib/libgstriff-%%VERSION%%.la -lib/libgstriff-%%VERSION%%.so -lib/libgstriff-%%VERSION%%.so.0 -lib/libgstrtp-%%VERSION%%.a -lib/libgstrtp-%%VERSION%%.la -lib/libgstrtp-%%VERSION%%.so -lib/libgstrtp-%%VERSION%%.so.0 -lib/libgstrtsp-%%VERSION%%.a -lib/libgstrtsp-%%VERSION%%.la -lib/libgstrtsp-%%VERSION%%.so -lib/libgstrtsp-%%VERSION%%.so.0 -lib/libgstsdp-%%VERSION%%.a -lib/libgstsdp-%%VERSION%%.la -lib/libgstsdp-%%VERSION%%.so -lib/libgstsdp-%%VERSION%%.so.0 -lib/libgsttag-%%VERSION%%.a -lib/libgsttag-%%VERSION%%.la -lib/libgsttag-%%VERSION%%.so -lib/libgsttag-%%VERSION%%.so.0 -lib/libgstvideo-%%VERSION%%.a -lib/libgstvideo-%%VERSION%%.la -lib/libgstvideo-%%VERSION%%.so -lib/libgstvideo-%%VERSION%%.so.0 -libdata/pkgconfig/gstreamer-app-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-audio-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-cdda-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-fft-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-floatcast-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-interfaces-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-netbuffer-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-pbutils-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-plugins-base-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-riff-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-rtp-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-rtsp-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-sdp-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-tag-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-video-%%VERSION%%.pc -share/gir-1.0/GstApp-%%VERSION%%.gir -share/gir-1.0/GstAudio-%%VERSION%%.gir -share/gir-1.0/GstFft-%%VERSION%%.gir -share/gir-1.0/GstInterfaces-%%VERSION%%.gir -share/gir-1.0/GstNetbuffer-%%VERSION%%.gir -share/gir-1.0/GstPbutils-%%VERSION%%.gir -share/gir-1.0/GstRiff-%%VERSION%%.gir -share/gir-1.0/GstRtp-%%VERSION%%.gir -share/gir-1.0/GstRtsp-%%VERSION%%.gir -share/gir-1.0/GstSdp-%%VERSION%%.gir -share/gir-1.0/GstTag-%%VERSION%%.gir -share/gir-1.0/GstVideo-%%VERSION%%.gir -share/locale/af/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo -@dirrm include/gstreamer-%%VERSION%%/gst/video -@dirrm include/gstreamer-%%VERSION%%/gst/tag -@dirrm include/gstreamer-%%VERSION%%/gst/sdp -@dirrm include/gstreamer-%%VERSION%%/gst/rtsp -@dirrm include/gstreamer-%%VERSION%%/gst/rtp -@dirrm include/gstreamer-%%VERSION%%/gst/riff -@dirrm include/gstreamer-%%VERSION%%/gst/pbutils -@dirrm include/gstreamer-%%VERSION%%/gst/netbuffer -@dirrm include/gstreamer-%%VERSION%%/gst/interfaces -@dirrm include/gstreamer-%%VERSION%%/gst/floatcast -@dirrm include/gstreamer-%%VERSION%%/gst/fft -@dirrm include/gstreamer-%%VERSION%%/gst/cdda -@dirrm include/gstreamer-%%VERSION%%/gst/audio -@dirrm include/gstreamer-%%VERSION%%/gst/app diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile deleted file mode 100644 index edf7e0ddf..000000000 --- a/multimedia/gstreamer/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: gstreamer -# Date created: Tue Jul 9 20:24:02 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/gstreamer/Makefile,v 1.66 2009/11/12 11:08:35 kwm Exp $ -# - -PORTNAME= gstreamer -PORTVERSION= 0.10.25 -CATEGORIES= multimedia -MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \ - GNOME - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= Development framework for creating media applications - -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection - -CFLAGS:= ${CFLAGS} -O2 -Wno-format -USE_BISON= build -USE_XORG= x11 xv xext videoproto xextproto -USE_BZIP2= yes -USE_GMAKE= yes -WANT_GNOME= yes -USE_GNOME= gnomehack glib20 libxml2 ltverhack ltasneededhack -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --disable-tests \ - --disable-examples \ - --disable-failing-tests \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ - ac_cv_func_register_printf_function="no" \ - FLEX_PATH="${LOCALBASE}/bin/flex" -PLIST_SUB= VERSION="${GST_VERSION}" -USE_LDCONFIG= yes -GST_VERSION= 0.10 - -MAN1= gst-feedback-${GST_VERSION}.1 gst-inspect-${GST_VERSION}.1 \ - gst-launch-${GST_VERSION}.1 \ - gst-typefind-${GST_VERSION}.1 gst-xmlinspect-${GST_VERSION}.1 \ - gst-xmllaunch-${GST_VERSION}.1 - -.include <bsd.port.pre.mk> - -.if (exists(${LOCALBASE}/lib/libcheck.a) || defined(WITH_CHECK)) -LIB_DEPENDS+= check.0:${PORTSDIR}/devel/libcheck -PLIST_SUB+= CHECK="" -.else -CONFIGURE_ARGS+=--disable-check -PLIST_SUB+= CHECK="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/multimedia/gstreamer/distinfo b/multimedia/gstreamer/distinfo deleted file mode 100644 index 78be8dfa9..000000000 --- a/multimedia/gstreamer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gstreamer-0.10.25.tar.bz2) = 88544e034a051baf472983791d233076 -SHA256 (gstreamer-0.10.25.tar.bz2) = 39b2ba7b3bfa8df6d998a9461e7091c27757e36a53e93969d7d9982a56526578 -SIZE (gstreamer-0.10.25.tar.bz2) = 3045572 diff --git a/multimedia/gstreamer/files/patch-Makefile.in b/multimedia/gstreamer/files/patch-Makefile.in deleted file mode 100644 index fe7d89f4c..000000000 --- a/multimedia/gstreamer/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig 2009-10-19 00:06:14.000000000 +0200 -+++ Makefile.in 2009-10-19 00:07:47.000000000 +0200 -@@ -397,7 +397,6 @@ aclocaldir = $(datadir)/aclocal - aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4 - SUBDIRS = pkgconfig \ - gst libs plugins tools tests \ -- docs \ - po \ - common - -@@ -405,7 +404,6 @@ SUBDIRS = pkgconfig \ - # These are all the possible subdirs - DIST_SUBDIRS = pkgconfig \ - gst libs plugins tools tests \ -- docs \ - po \ - common - diff --git a/multimedia/gstreamer/files/patch-gst_gstregistry.c b/multimedia/gstreamer/files/patch-gst_gstregistry.c deleted file mode 100644 index b2ddff9c7..000000000 --- a/multimedia/gstreamer/files/patch-gst_gstregistry.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gst/gstregistry.c.orig 2009-07-14 11:54:05.000000000 +0200 -+++ gst/gstregistry.c 2009-08-05 14:05:20.000000000 +0200 -@@ -896,7 +896,7 @@ gst_registry_scan_path_level (GstRegistr - GST_DEBUG_OBJECT (registry, "mtime %ld != %ld or size %" - G_GINT64_FORMAT " != %" G_GINT64_FORMAT " or external dependency " - "env_vars changed: %d or external dependencies changed: %d", -- plugin->file_mtime, file_status.st_mtime, -+ (glong) plugin->file_mtime, (glong) file_status.st_mtime, - (gint64) plugin->file_size, (gint64) file_status.st_size, - env_vars_changed, deps_changed); - gst_registry_remove_plugin (gst_registry_get_default (), plugin); diff --git a/multimedia/gstreamer/files/patch-plugins_elements_gstfilesrc.c b/multimedia/gstreamer/files/patch-plugins_elements_gstfilesrc.c deleted file mode 100644 index b1513ade7..000000000 --- a/multimedia/gstreamer/files/patch-plugins_elements_gstfilesrc.c +++ /dev/null @@ -1,13 +0,0 @@ ---- plugins/elements/gstfilesrc.c.orig 2009-07-14 11:54:05.000000000 +0200 -+++ plugins/elements/gstfilesrc.c 2009-08-05 09:23:45.000000000 +0200 -@@ -585,8 +585,8 @@ gst_file_src_map_region (GstFileSrc * sr - - g_return_val_if_fail (offset >= 0, NULL); - -- GST_LOG_OBJECT (src, "mapping region %08llx+%08lx from file into memory", -- offset, (gulong) size); -+ GST_LOG_OBJECT (src, "mapping region %08lx+%08lx from file into memory", -+ (gulong) offset, (gulong) size); - - mmapregion = mmap (NULL, size, PROT_READ, MAP_SHARED, src->fd, offset); - diff --git a/multimedia/gstreamer/pkg-descr b/multimedia/gstreamer/pkg-descr deleted file mode 100644 index 3e7e98b0e..000000000 --- a/multimedia/gstreamer/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -[ excerpt from developer's site ] -- What is GStreamer? -GStreamer allows the construction of graphs of media-handling -components, ranging from simple mp3 playback to complex audio -(mixing) and video (non-linear editing) processing. Applications -can take advantage of advances in codec and filter technology -transparently. Developers can add new codecs and filters by writing -a simple plugin with a clean, generic interface. GStreamer is -released under the LGPL, with many of the included plugins retaining -the license of the code they were derived from, usually GPL or BSD. - -- Features: -* Comprehensive Core Library -* Intelligent Plugin Architecture -* Extensive Development Tools - -- Is GStreamer a media player? -No, GStreamer is a development framework for creating applications -like media players, video editors, streaming media broadcasters and -so on. That said, very good media players can easily be built on -top of GStreamer and we even include a simple yet functional -mediaplayer with GStreamer called Gst-Player - -WWW: http://gstreamer.sourceforge.net/ diff --git a/multimedia/gstreamer/pkg-plist b/multimedia/gstreamer/pkg-plist deleted file mode 100644 index 0d7821cf7..000000000 --- a/multimedia/gstreamer/pkg-plist +++ /dev/null @@ -1,178 +0,0 @@ -bin/gst-feedback -bin/gst-feedback-%%VERSION%% -bin/gst-inspect -bin/gst-inspect-%%VERSION%% -bin/gst-launch -bin/gst-launch-%%VERSION%% -bin/gst-typefind -bin/gst-typefind-%%VERSION%% -bin/gst-xmlinspect -bin/gst-xmlinspect-%%VERSION%% -bin/gst-xmllaunch -bin/gst-xmllaunch-%%VERSION%% -include/gstreamer-%%VERSION%%/gst/base/gstadapter.h -include/gstreamer-%%VERSION%%/gst/base/gstbasesink.h -include/gstreamer-%%VERSION%%/gst/base/gstbasesrc.h -include/gstreamer-%%VERSION%%/gst/base/gstbasetransform.h -include/gstreamer-%%VERSION%%/gst/base/gstbitreader.h -include/gstreamer-%%VERSION%%/gst/base/gstbytereader.h -include/gstreamer-%%VERSION%%/gst/base/gstcollectpads.h -include/gstreamer-%%VERSION%%/gst/base/gstdataqueue.h -include/gstreamer-%%VERSION%%/gst/base/gstpushsrc.h -include/gstreamer-%%VERSION%%/gst/base/gsttypefindhelper.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstbufferstraw.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstcheck.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstconsistencychecker.h -%%CHECK%%include/gstreamer-%%VERSION%%/gst/check/internal-check.h -include/gstreamer-%%VERSION%%/gst/controller/gstcontroller.h -include/gstreamer-%%VERSION%%/gst/controller/gstcontrolsource.h -include/gstreamer-%%VERSION%%/gst/controller/gstinterpolationcontrolsource.h -include/gstreamer-%%VERSION%%/gst/controller/gstlfocontrolsource.h -include/gstreamer-%%VERSION%%/gst/dataprotocol/dataprotocol.h -include/gstreamer-%%VERSION%%/gst/glib-compat.h -include/gstreamer-%%VERSION%%/gst/gst.h -include/gstreamer-%%VERSION%%/gst/gstbin.h -include/gstreamer-%%VERSION%%/gst/gstbuffer.h -include/gstreamer-%%VERSION%%/gst/gstbufferlist.h -include/gstreamer-%%VERSION%%/gst/gstbus.h -include/gstreamer-%%VERSION%%/gst/gstcaps.h -include/gstreamer-%%VERSION%%/gst/gstchildproxy.h -include/gstreamer-%%VERSION%%/gst/gstclock.h -include/gstreamer-%%VERSION%%/gst/gstcompat.h -include/gstreamer-%%VERSION%%/gst/gstconfig.h -include/gstreamer-%%VERSION%%/gst/gstdebugutils.h -include/gstreamer-%%VERSION%%/gst/gstelement.h -include/gstreamer-%%VERSION%%/gst/gstelementfactory.h -include/gstreamer-%%VERSION%%/gst/gstenumtypes.h -include/gstreamer-%%VERSION%%/gst/gsterror.h -include/gstreamer-%%VERSION%%/gst/gstevent.h -include/gstreamer-%%VERSION%%/gst/gstfilter.h -include/gstreamer-%%VERSION%%/gst/gstformat.h -include/gstreamer-%%VERSION%%/gst/gstghostpad.h -include/gstreamer-%%VERSION%%/gst/gstindex.h -include/gstreamer-%%VERSION%%/gst/gstindexfactory.h -include/gstreamer-%%VERSION%%/gst/gstinfo.h -include/gstreamer-%%VERSION%%/gst/gstinterface.h -include/gstreamer-%%VERSION%%/gst/gstiterator.h -include/gstreamer-%%VERSION%%/gst/gstmacros.h -include/gstreamer-%%VERSION%%/gst/gstmarshal.h -include/gstreamer-%%VERSION%%/gst/gstmessage.h -include/gstreamer-%%VERSION%%/gst/gstminiobject.h -include/gstreamer-%%VERSION%%/gst/gstobject.h -include/gstreamer-%%VERSION%%/gst/gstpad.h -include/gstreamer-%%VERSION%%/gst/gstpadtemplate.h -include/gstreamer-%%VERSION%%/gst/gstparamspecs.h -include/gstreamer-%%VERSION%%/gst/gstparse.h -include/gstreamer-%%VERSION%%/gst/gstpipeline.h -include/gstreamer-%%VERSION%%/gst/gstplugin.h -include/gstreamer-%%VERSION%%/gst/gstpluginfeature.h -include/gstreamer-%%VERSION%%/gst/gstpoll.h -include/gstreamer-%%VERSION%%/gst/gstpreset.h -include/gstreamer-%%VERSION%%/gst/gstquery.h -include/gstreamer-%%VERSION%%/gst/gstregistry.h -include/gstreamer-%%VERSION%%/gst/gstsegment.h -include/gstreamer-%%VERSION%%/gst/gststructure.h -include/gstreamer-%%VERSION%%/gst/gstsystemclock.h -include/gstreamer-%%VERSION%%/gst/gsttaglist.h -include/gstreamer-%%VERSION%%/gst/gsttagsetter.h -include/gstreamer-%%VERSION%%/gst/gsttask.h -include/gstreamer-%%VERSION%%/gst/gsttaskpool.h -include/gstreamer-%%VERSION%%/gst/gsttrace.h -include/gstreamer-%%VERSION%%/gst/gsttypefind.h -include/gstreamer-%%VERSION%%/gst/gsttypefindfactory.h -include/gstreamer-%%VERSION%%/gst/gsturi.h -include/gstreamer-%%VERSION%%/gst/gstutils.h -include/gstreamer-%%VERSION%%/gst/gstvalue.h -include/gstreamer-%%VERSION%%/gst/gstversion.h -include/gstreamer-%%VERSION%%/gst/gstxml.h -include/gstreamer-%%VERSION%%/gst/net/gstnet.h -include/gstreamer-%%VERSION%%/gst/net/gstnetclientclock.h -include/gstreamer-%%VERSION%%/gst/net/gstnettimepacket.h -include/gstreamer-%%VERSION%%/gst/net/gstnettimeprovider.h -lib/girepository-1.0/Gst-0.10.typelib -lib/girepository-1.0/GstBase-0.10.typelib -%%CHECK%%lib/girepository-1.0/GstCheck-0.10.typelib -lib/girepository-1.0/GstController-0.10.typelib -lib/girepository-1.0/GstNet-0.10.typelib -lib/gstreamer-%%VERSION%%/libgstcoreelements.la -lib/gstreamer-%%VERSION%%/libgstcoreelements.so -lib/gstreamer-%%VERSION%%/libgstcoreindexers.la -lib/gstreamer-%%VERSION%%/libgstcoreindexers.so -lib/libgstbase-%%VERSION%%.a -lib/libgstbase-%%VERSION%%.la -lib/libgstbase-%%VERSION%%.so -lib/libgstbase-%%VERSION%%.so.0 -%%CHECK%%lib/libgstcheck-%%VERSION%%.a -%%CHECK%%lib/libgstcheck-%%VERSION%%.la -%%CHECK%%lib/libgstcheck-%%VERSION%%.so -%%CHECK%%lib/libgstcheck-%%VERSION%%.so.0 -lib/libgstcontroller-%%VERSION%%.a -lib/libgstcontroller-%%VERSION%%.la -lib/libgstcontroller-%%VERSION%%.so -lib/libgstcontroller-%%VERSION%%.so.0 -lib/libgstdataprotocol-%%VERSION%%.a -lib/libgstdataprotocol-%%VERSION%%.la -lib/libgstdataprotocol-%%VERSION%%.so -lib/libgstdataprotocol-%%VERSION%%.so.0 -lib/libgstnet-%%VERSION%%.a -lib/libgstnet-%%VERSION%%.la -lib/libgstnet-%%VERSION%%.so -lib/libgstnet-%%VERSION%%.so.0 -lib/libgstreamer-%%VERSION%%.a -lib/libgstreamer-%%VERSION%%.la -lib/libgstreamer-%%VERSION%%.so -lib/libgstreamer-%%VERSION%%.so.0 -libdata/pkgconfig/gstreamer-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-base-%%VERSION%%.pc -%%CHECK%%libdata/pkgconfig/gstreamer-check-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-controller-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-dataprotocol-%%VERSION%%.pc -libdata/pkgconfig/gstreamer-net-%%VERSION%%.pc -share/aclocal/gst-element-check-%%VERSION%%.m4 -share/gir-1.0/Gst-0.10.gir -share/gir-1.0/GstBase-0.10.gir -%%CHECK%%share/gir-1.0/GstCheck-0.10.gir -share/gir-1.0/GstController-0.10.gir -share/gir-1.0/GstNet-0.10.gir -share/locale/af/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gstreamer-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/gstreamer-%%VERSION%%.mo -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrm lib/gstreamer-%%VERSION%% -@dirrm include/gstreamer-%%VERSION%%/gst/net -@dirrm include/gstreamer-%%VERSION%%/gst/dataprotocol -@dirrm include/gstreamer-%%VERSION%%/gst/controller -%%CHECK%%@dirrm include/gstreamer-%%VERSION%%/gst/check -@dirrm include/gstreamer-%%VERSION%%/gst/base -@dirrm include/gstreamer-%%VERSION%%/gst -@dirrm include/gstreamer-%%VERSION%% diff --git a/multimedia/gstreamermm/Makefile b/multimedia/gstreamermm/Makefile deleted file mode 100644 index 965750c1d..000000000 --- a/multimedia/gstreamermm/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gstreamermm -# Date created: 2008-02-23 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/gstreamermm/Makefile,v 1.5 2009/09/03 08:45:19 kwm Exp $ - -PORTNAME= gstreamermm -PORTVERSION= 0.10.5 -CATEGORIES= multimedia -MASTER_SITES= GNOME - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= C++ wrapper library for the multimedia library GStreamer - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GSTREAMER= theora vorbis cdparanoia gio pango -USE_GNOME= pkgconfig gnomeprefix gnomehack -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docs --disable-examples -USE_LDCONFIG= yes -PLIST_SUB= GST_VERSION="${GST_VERSION}" - -.include <bsd.port.mk> diff --git a/multimedia/gstreamermm/distinfo b/multimedia/gstreamermm/distinfo deleted file mode 100644 index 34d528bf3..000000000 --- a/multimedia/gstreamermm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gstreamermm-0.10.5.tar.bz2) = 0865345d926c11573a951a18a7a31eaa -SHA256 (gstreamermm-0.10.5.tar.bz2) = 368b4523135e8918494e0be4495d9eab28574e7d007809b2d312c869ec6dc2a2 -SIZE (gstreamermm-0.10.5.tar.bz2) = 2645672 diff --git a/multimedia/gstreamermm/pkg-descr b/multimedia/gstreamermm/pkg-descr deleted file mode 100644 index ea4fe6cbe..000000000 --- a/multimedia/gstreamermm/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -C++ wrapper library for the multimedia library GStreamer diff --git a/multimedia/gstreamermm/pkg-plist b/multimedia/gstreamermm/pkg-plist deleted file mode 100644 index 67678ea96..000000000 --- a/multimedia/gstreamermm/pkg-plist +++ /dev/null @@ -1,279 +0,0 @@ -include/gstreamermm-%%GST_VERSION%%/gstreamermm.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/adder.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/alsamixer.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/alsasink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/alsasrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audioclock.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audioconvert.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audiofilter.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audioresample.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audiosink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audiosrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/audiotestsrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/baseaudiosink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/baseaudiosrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/basesink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/basesrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/basetransform.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/bin.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/buffer.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/bus.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/caps.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/capsfilter.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/cddabasesrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/cdparanoiasrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/childproxy.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/clock.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/clockoverlay.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/colorbalance.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/colorbalancechannel.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/decodebin.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/decodebin2.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/element.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/elementfactory.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/enums.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/error.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/event.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/fakesink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/fakesrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/fdsink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/fdsrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/ffmpegcolorspace.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/filesink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/filesrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/filter.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/format.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/gdpdepay.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/gdppay.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/ghostpad.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/giosink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/giosrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/giostreamsink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/giostreamsrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/gst_wrap_init.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/identity.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/index.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/indexfactory.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/init.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/interface.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/iterator.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/message.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/miniobject.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/mixer.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/mixeroptions.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/mixertrack.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/multifdsink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/multiqueue.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/navigation.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/object.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/oggdemux.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/oggmux.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/pad.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/padtemplate.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/parse.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/pipeline.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/playbin.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/playbin2.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/plugin.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/pluginfeature.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/preset.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/adder_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/alsamixer_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/alsasink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/alsasrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audioclock_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audioconvert_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audiofilter_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audioresample_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audiosink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audiosrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/audiotestsrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/baseaudiosink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/baseaudiosrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/basesink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/basesrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/basetransform_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/bin_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/buffer_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/bus_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/caps_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/capsfilter_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/cddabasesrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/cdparanoiasrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/childproxy_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/clock_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/clockoverlay_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/colorbalance_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/colorbalancechannel_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/decodebin2_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/decodebin_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/element_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/elementfactory_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/enums_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/error_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/event_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/fakesink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/fakesrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/fdsink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/fdsrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/ffmpegcolorspace_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/filesink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/filesrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/filter_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/format_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/gdpdepay_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/gdppay_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/ghostpad_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/giosink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/giosrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/giostreamsink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/giostreamsrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/identity_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/index_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/indexfactory_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/interface_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/iterator_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/message_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/miniobject_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/mixer_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/mixeroptions_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/mixertrack_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/multifdsink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/multiqueue_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/navigation_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/object_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/oggdemux_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/oggmux_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/pad_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/padtemplate_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/parse_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/pipeline_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/playbin2_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/playbin_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/plugin_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/pluginfeature_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/preset_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/propertyprobe_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/pushsrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/query_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/queue_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/registry_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/ringbuffer_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/segment_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/structure_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/systemclock_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/taglist_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tagsetter_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/task_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/taskpool_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tcpclientsink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tcpclientsrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tcpserversink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tcpserversrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tee_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/textoverlay_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/textrender_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/theoradec_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/theoraenc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/theoraparse_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/timeoverlay_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tuner_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tunerchannel_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/tunernorm_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/typefind_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/typefindelement_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/typefindfactory_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/uridecodebin_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/urihandler_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/value_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/videoorientation_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/videorate_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/videoscale_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/videosink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/videotestsrc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/volume_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/vorbisdec_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/vorbisenc_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/vorbisparse_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/vorbistag_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/ximagesink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/xml_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/xoverlay_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/private/xvimagesink_p.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/propertyprobe.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/pushsrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/query.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/queue.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/registry.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/ringbuffer.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/segment.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/structure.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/systemclock.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/taglist.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tagsetter.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/task.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/taskpool.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tcpclientsink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tcpclientsrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tcpserversink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tcpserversrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tee.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/textoverlay.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/textrender.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/theoradec.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/theoraenc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/theoraparse.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/timeoverlay.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tuner.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tunerchannel.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/tunernorm.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/typefind.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/typefindelement.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/typefindfactory.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/uridecodebin.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/urihandler.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/value.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/version.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/videoorientation.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/videorate.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/videoscale.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/videosink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/videotestsrc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/volume.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/vorbisdec.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/vorbisenc.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/vorbisparse.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/vorbistag.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/wrap.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/wrap_init.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/ximagesink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/xml.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/xoverlay.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm/xvimagesink.h -include/gstreamermm-%%GST_VERSION%%/gstreamermm_get_plugin_defs/get_plugin_defs.h -lib/gstreamermm-%%GST_VERSION%%/gen/generate_plugin_gmmproc_file -lib/gstreamermm-%%GST_VERSION%%/include/gstreamermmconfig.h -lib/gstreamermm-%%GST_VERSION%%/proc/m4/class_boxedtype_extra.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/class_gstminiobject.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/convert.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/convert_gst.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/plugingen.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/plugingen_base.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/plugingen_gstreamermm.m4 -lib/gstreamermm-%%GST_VERSION%%/proc/m4/shared.m4 -lib/libgstreamermm-%%GST_VERSION%%.la -lib/libgstreamermm-%%GST_VERSION%%.so -lib/libgstreamermm-%%GST_VERSION%%.so.2 -lib/libgstreamermm_get_plugin_defs-%%GST_VERSION%%.la -lib/libgstreamermm_get_plugin_defs-%%GST_VERSION%%.so -lib/libgstreamermm_get_plugin_defs-%%GST_VERSION%%.so.2 -libdata/pkgconfig/gstreamermm-%%GST_VERSION%%.pc -@dirrm lib/gstreamermm-%%GST_VERSION%%/proc/m4 -@dirrm lib/gstreamermm-%%GST_VERSION%%/proc -@dirrm lib/gstreamermm-%%GST_VERSION%%/include -@dirrm lib/gstreamermm-%%GST_VERSION%%/gen -@dirrm lib/gstreamermm-%%GST_VERSION%% -@dirrm include/gstreamermm-%%GST_VERSION%%/gstreamermm_get_plugin_defs -@dirrm include/gstreamermm-%%GST_VERSION%%/gstreamermm/private -@dirrm include/gstreamermm-%%GST_VERSION%%/gstreamermm -@dirrm include/gstreamermm-%%GST_VERSION%% diff --git a/multimedia/swfdec-gnome/Makefile b/multimedia/swfdec-gnome/Makefile deleted file mode 100644 index a627cbcae..000000000 --- a/multimedia/swfdec-gnome/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Ports collection makefile for: swfdec-gnome -# Date created: 2008 01 10 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= swfdec-gnome -PORTVERSION= 2.28.0 -CATEGORIES= multimedia -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gtk flash player and thumbnailer - -LIB_DEPENDS= swfdec-0.8:${PORTSDIR}/graphics/swfdec - -USE_GNOME= gnomehack gnomeprefix gtk20 intlhack gconf2 -USE_BZIP2= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= swfdec-thumbnailer.schemas - -MAN1= swfdec-player.1 swfdec-thumbnailer.1 - -post-install: - @-update-desktop-database - -.include <bsd.port.mk> diff --git a/multimedia/swfdec-gnome/distinfo b/multimedia/swfdec-gnome/distinfo deleted file mode 100644 index 3de3083be..000000000 --- a/multimedia/swfdec-gnome/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/swfdec-gnome-2.28.0.tar.bz2) = 70a37c4b6d93104868c314d197b1496f -SHA256 (gnome2/swfdec-gnome-2.28.0.tar.bz2) = 960ebd98fdfb5b02cdb2bc5681d5937e8c0369f7706ae2ddcfb3774344b389a4 -SIZE (gnome2/swfdec-gnome-2.28.0.tar.bz2) = 170434 diff --git a/multimedia/swfdec-gnome/pkg-descr b/multimedia/swfdec-gnome/pkg-descr deleted file mode 100644 index 7e094c545..000000000 --- a/multimedia/swfdec-gnome/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Swfdec is a library for rendering Flash animations and games. It was -originally designed as a basis library for creating Flash plugins for -GStreamer, but it is a fully standalone library which only use the -libart library for drawing. - -WWW: http://www.schleef.org/swfdec/ diff --git a/multimedia/swfdec-gnome/pkg-plist b/multimedia/swfdec-gnome/pkg-plist deleted file mode 100644 index 5abe55533..000000000 --- a/multimedia/swfdec-gnome/pkg-plist +++ /dev/null @@ -1,104 +0,0 @@ -bin/swfdec-player -bin/swfdec-thumbnailer -share/applications/swfdec-player.desktop -share/icons/hicolor/16x16/apps/swfdec-gnome.png -share/icons/hicolor/22x22/apps/swfdec-gnome.png -share/icons/hicolor/24x24/apps/swfdec-gnome.png -share/icons/hicolor/32x32/apps/swfdec-gnome.png -share/icons/hicolor/48x48/apps/swfdec-gnome.png -share/icons/hicolor/scalable/apps/swfdec-gnome.svg -share/locale/ar/LC_MESSAGES/swfdec-gnome.mo -share/locale/as/LC_MESSAGES/swfdec-gnome.mo -share/locale/be/LC_MESSAGES/swfdec-gnome.mo -share/locale/be@latin/LC_MESSAGES/swfdec-gnome.mo -share/locale/bg/LC_MESSAGES/swfdec-gnome.mo -share/locale/bn/LC_MESSAGES/swfdec-gnome.mo -share/locale/bn_IN/LC_MESSAGES/swfdec-gnome.mo -share/locale/br/LC_MESSAGES/swfdec-gnome.mo -share/locale/ca/LC_MESSAGES/swfdec-gnome.mo -share/locale/ca@valencia/LC_MESSAGES/swfdec-gnome.mo -share/locale/cs/LC_MESSAGES/swfdec-gnome.mo -share/locale/da/LC_MESSAGES/swfdec-gnome.mo -share/locale/de/LC_MESSAGES/swfdec-gnome.mo -share/locale/el/LC_MESSAGES/swfdec-gnome.mo -share/locale/en_GB/LC_MESSAGES/swfdec-gnome.mo -share/locale/es/LC_MESSAGES/swfdec-gnome.mo -share/locale/et/LC_MESSAGES/swfdec-gnome.mo -share/locale/eu/LC_MESSAGES/swfdec-gnome.mo -share/locale/fi/LC_MESSAGES/swfdec-gnome.mo -share/locale/fr/LC_MESSAGES/swfdec-gnome.mo -share/locale/ga/LC_MESSAGES/swfdec-gnome.mo -share/locale/gl/LC_MESSAGES/swfdec-gnome.mo -share/locale/gu/LC_MESSAGES/swfdec-gnome.mo -share/locale/he/LC_MESSAGES/swfdec-gnome.mo -share/locale/hi/LC_MESSAGES/swfdec-gnome.mo -share/locale/hu/LC_MESSAGES/swfdec-gnome.mo -share/locale/it/LC_MESSAGES/swfdec-gnome.mo -share/locale/ja/LC_MESSAGES/swfdec-gnome.mo -share/locale/kk/LC_MESSAGES/swfdec-gnome.mo -share/locale/kn/LC_MESSAGES/swfdec-gnome.mo -share/locale/ko/LC_MESSAGES/swfdec-gnome.mo -share/locale/ku/LC_MESSAGES/swfdec-gnome.mo -share/locale/lt/LC_MESSAGES/swfdec-gnome.mo -share/locale/mai/LC_MESSAGES/swfdec-gnome.mo -share/locale/mk/LC_MESSAGES/swfdec-gnome.mo -share/locale/ml/LC_MESSAGES/swfdec-gnome.mo -share/locale/mr/LC_MESSAGES/swfdec-gnome.mo -share/locale/nb/LC_MESSAGES/swfdec-gnome.mo -share/locale/nl/LC_MESSAGES/swfdec-gnome.mo -share/locale/nn/LC_MESSAGES/swfdec-gnome.mo -share/locale/or/LC_MESSAGES/swfdec-gnome.mo -share/locale/pa/LC_MESSAGES/swfdec-gnome.mo -share/locale/pl/LC_MESSAGES/swfdec-gnome.mo -share/locale/ps/LC_MESSAGES/swfdec-gnome.mo -share/locale/pt/LC_MESSAGES/swfdec-gnome.mo -share/locale/pt_BR/LC_MESSAGES/swfdec-gnome.mo -share/locale/ro/LC_MESSAGES/swfdec-gnome.mo -share/locale/ru/LC_MESSAGES/swfdec-gnome.mo -share/locale/sl/LC_MESSAGES/swfdec-gnome.mo -share/locale/sq/LC_MESSAGES/swfdec-gnome.mo -share/locale/sr/LC_MESSAGES/swfdec-gnome.mo -share/locale/sr@latin/LC_MESSAGES/swfdec-gnome.mo -share/locale/sv/LC_MESSAGES/swfdec-gnome.mo -share/locale/ta/LC_MESSAGES/swfdec-gnome.mo -share/locale/te/LC_MESSAGES/swfdec-gnome.mo -share/locale/th/LC_MESSAGES/swfdec-gnome.mo -share/locale/tr/LC_MESSAGES/swfdec-gnome.mo -share/locale/uk/LC_MESSAGES/swfdec-gnome.mo -share/locale/vi/LC_MESSAGES/swfdec-gnome.mo -share/locale/zh_CN/LC_MESSAGES/swfdec-gnome.mo -share/locale/zh_HK/LC_MESSAGES/swfdec-gnome.mo -share/locale/zh_TW/LC_MESSAGES/swfdec-gnome.mo -%%DATADIR%%/swfdec-player.ui -@dirrm %%DATADIR%% -@dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile deleted file mode 100644 index 7d176294b..000000000 --- a/multimedia/totem-pl-parser/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: totem-pl-parser -# Date created: 2007-12-04 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.30 2009/09/21 12:37:14 avl Exp $ -# - -PORTNAME= totem-pl-parser -PORTVERSION= 2.28.1 -CATEGORIES= multimedia gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GObject-based library to parse a host of playlist formats - -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - gmime-2.4.6:${PORTSDIR}/mail/gmime24 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnomevfs2 intlhack ltverhack -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/multimedia/totem-pl-parser/distinfo b/multimedia/totem-pl-parser/distinfo deleted file mode 100644 index 12230bea5..000000000 --- a/multimedia/totem-pl-parser/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/totem-pl-parser-2.28.1.tar.bz2) = bd4ef8ce1cd3c467cd6adc2835f027bc -SHA256 (gnome2/totem-pl-parser-2.28.1.tar.bz2) = 5f71c946cce245d53e8a13281c8dc1884fb6928f0a65d47a6aba7fb18a39acc2 -SIZE (gnome2/totem-pl-parser-2.28.1.tar.bz2) = 629063 diff --git a/multimedia/totem-pl-parser/pkg-descr b/multimedia/totem-pl-parser/pkg-descr deleted file mode 100644 index 90b17c4f2..000000000 --- a/multimedia/totem-pl-parser/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A simple GObject-based library to parse a host of playlist formats diff --git a/multimedia/totem-pl-parser/pkg-plist b/multimedia/totem-pl-parser/pkg-plist deleted file mode 100644 index 69ab8e970..000000000 --- a/multimedia/totem-pl-parser/pkg-plist +++ /dev/null @@ -1,154 +0,0 @@ -include/totem-pl-parser/1/plparser/totem-disc.h -include/totem-pl-parser/1/plparser/totem-pl-parser-builtins.h -include/totem-pl-parser/1/plparser/totem-pl-parser-features.h -include/totem-pl-parser/1/plparser/totem-pl-parser-mini.h -include/totem-pl-parser/1/plparser/totem-pl-parser.h -lib/libtotem-plparser-mini.a -lib/libtotem-plparser-mini.la -lib/libtotem-plparser-mini.so -lib/libtotem-plparser-mini.so.12 -lib/libtotem-plparser.a -lib/libtotem-plparser.la -lib/libtotem-plparser.so -lib/libtotem-plparser.so.12 -libdata/pkgconfig/totem-plparser-mini.pc -libdata/pkgconfig/totem-plparser.pc -%%DOCSDIR%%/TotemPlParser.html -%%DOCSDIR%%/api-index-deprecated.html -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/api-reference.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/totem-pl-parser-totem-disc.html -%%DOCSDIR%%/totem-pl-parser.devhelp -%%DOCSDIR%%/totem-pl-parser.devhelp2 -%%DOCSDIR%%/up.png -share/locale/am/LC_MESSAGES/totem-pl-parser.mo -share/locale/ar/LC_MESSAGES/totem-pl-parser.mo -share/locale/as/LC_MESSAGES/totem-pl-parser.mo -share/locale/az/LC_MESSAGES/totem-pl-parser.mo -share/locale/be/LC_MESSAGES/totem-pl-parser.mo -share/locale/be@latin/LC_MESSAGES/totem-pl-parser.mo -share/locale/bg/LC_MESSAGES/totem-pl-parser.mo -share/locale/bn/LC_MESSAGES/totem-pl-parser.mo -share/locale/bn_IN/LC_MESSAGES/totem-pl-parser.mo -share/locale/br/LC_MESSAGES/totem-pl-parser.mo -share/locale/ca/LC_MESSAGES/totem-pl-parser.mo -share/locale/ca@valencia/LC_MESSAGES/totem-pl-parser.mo -share/locale/cs/LC_MESSAGES/totem-pl-parser.mo -share/locale/cy/LC_MESSAGES/totem-pl-parser.mo -share/locale/da/LC_MESSAGES/totem-pl-parser.mo -share/locale/de/LC_MESSAGES/totem-pl-parser.mo -share/locale/dz/LC_MESSAGES/totem-pl-parser.mo -share/locale/el/LC_MESSAGES/totem-pl-parser.mo -share/locale/en_CA/LC_MESSAGES/totem-pl-parser.mo -share/locale/en_GB/LC_MESSAGES/totem-pl-parser.mo -share/locale/es/LC_MESSAGES/totem-pl-parser.mo -share/locale/et/LC_MESSAGES/totem-pl-parser.mo -share/locale/eu/LC_MESSAGES/totem-pl-parser.mo -share/locale/fa/LC_MESSAGES/totem-pl-parser.mo -share/locale/fi/LC_MESSAGES/totem-pl-parser.mo -share/locale/fr/LC_MESSAGES/totem-pl-parser.mo -share/locale/ga/LC_MESSAGES/totem-pl-parser.mo -share/locale/gl/LC_MESSAGES/totem-pl-parser.mo -share/locale/gu/LC_MESSAGES/totem-pl-parser.mo -share/locale/he/LC_MESSAGES/totem-pl-parser.mo -share/locale/hi/LC_MESSAGES/totem-pl-parser.mo -share/locale/hr/LC_MESSAGES/totem-pl-parser.mo -share/locale/hu/LC_MESSAGES/totem-pl-parser.mo -share/locale/id/LC_MESSAGES/totem-pl-parser.mo -share/locale/is/LC_MESSAGES/totem-pl-parser.mo -share/locale/it/LC_MESSAGES/totem-pl-parser.mo -share/locale/ja/LC_MESSAGES/totem-pl-parser.mo -share/locale/ka/LC_MESSAGES/totem-pl-parser.mo -share/locale/kn/LC_MESSAGES/totem-pl-parser.mo -share/locale/ko/LC_MESSAGES/totem-pl-parser.mo -share/locale/ku/LC_MESSAGES/totem-pl-parser.mo -share/locale/lt/LC_MESSAGES/totem-pl-parser.mo -share/locale/lv/LC_MESSAGES/totem-pl-parser.mo -share/locale/mai/LC_MESSAGES/totem-pl-parser.mo -share/locale/mg/LC_MESSAGES/totem-pl-parser.mo -share/locale/mk/LC_MESSAGES/totem-pl-parser.mo -share/locale/ml/LC_MESSAGES/totem-pl-parser.mo -share/locale/mr/LC_MESSAGES/totem-pl-parser.mo -share/locale/ms/LC_MESSAGES/totem-pl-parser.mo -share/locale/nb/LC_MESSAGES/totem-pl-parser.mo -share/locale/nds/LC_MESSAGES/totem-pl-parser.mo -share/locale/ne/LC_MESSAGES/totem-pl-parser.mo -share/locale/nl/LC_MESSAGES/totem-pl-parser.mo -share/locale/nn/LC_MESSAGES/totem-pl-parser.mo -share/locale/oc/LC_MESSAGES/totem-pl-parser.mo -share/locale/or/LC_MESSAGES/totem-pl-parser.mo -share/locale/pa/LC_MESSAGES/totem-pl-parser.mo -share/locale/pl/LC_MESSAGES/totem-pl-parser.mo -share/locale/ps/LC_MESSAGES/totem-pl-parser.mo -share/locale/pt/LC_MESSAGES/totem-pl-parser.mo -share/locale/pt_BR/LC_MESSAGES/totem-pl-parser.mo -share/locale/ro/LC_MESSAGES/totem-pl-parser.mo -share/locale/ru/LC_MESSAGES/totem-pl-parser.mo -share/locale/rw/LC_MESSAGES/totem-pl-parser.mo -share/locale/si/LC_MESSAGES/totem-pl-parser.mo -share/locale/sk/LC_MESSAGES/totem-pl-parser.mo -share/locale/sl/LC_MESSAGES/totem-pl-parser.mo -share/locale/sq/LC_MESSAGES/totem-pl-parser.mo -share/locale/sr/LC_MESSAGES/totem-pl-parser.mo -share/locale/sr@latin/LC_MESSAGES/totem-pl-parser.mo -share/locale/sv/LC_MESSAGES/totem-pl-parser.mo -share/locale/ta/LC_MESSAGES/totem-pl-parser.mo -share/locale/te/LC_MESSAGES/totem-pl-parser.mo -share/locale/th/LC_MESSAGES/totem-pl-parser.mo -share/locale/tr/LC_MESSAGES/totem-pl-parser.mo -share/locale/ug/LC_MESSAGES/totem-pl-parser.mo -share/locale/uk/LC_MESSAGES/totem-pl-parser.mo -share/locale/vi/LC_MESSAGES/totem-pl-parser.mo -share/locale/wa/LC_MESSAGES/totem-pl-parser.mo -share/locale/xh/LC_MESSAGES/totem-pl-parser.mo -share/locale/zh_CN/LC_MESSAGES/totem-pl-parser.mo -share/locale/zh_HK/LC_MESSAGES/totem-pl-parser.mo -share/locale/zh_TW/LC_MESSAGES/totem-pl-parser.mo -@dirrm %%DOCSDIR%% -@dirrm include/totem-pl-parser/1/plparser -@dirrm include/totem-pl-parser/1 -@dirrm include/totem-pl-parser -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile deleted file mode 100644 index 6a8bda43e..000000000 --- a/multimedia/totem/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: totem -# Date created: 17 Oct 2002 -# Whom: Hendrik Scholz <hendrik@scholz.net> -# -# $FreeBSD$ -# $MCom: ports/multimedia/totem/Makefile,v 1.137 2009/11/14 12:14:49 kwm Exp $ -# - -PORTNAME= totem -PORTVERSION= 2.28.4 -PORTREVISION?= 0 -CATEGORIES= multimedia gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A gstreamer-based video player for the GNOME 2 Desktop - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= musicbrainz:${PORTSDIR}/audio/libmusicbrainz \ - gdata.6:${PORTSDIR}/devel/libgdata \ - totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ - ${PYTHON_SITELIBDIR}/atom/__init__.py:${PORTSDIR}/devel/py-gdata - -USE_PYTHON= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils \ - nautilus2 ltverhack pygtk2 -GNOME_DESKTOP_VERSION=2 -USE_GSTREAMER= core gconf hal good mpeg2dec soup ugly python gio -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -INSTALLS_OMF= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lXrandr" \ - BROWSER_PLUGIN_DIR="${WEBPLUGINS_DIR}" -CONFIGURE_ARGS= --with-plugins="${TOTEM_PLUGINS}" - -MAN1= totem.1 totem-video-thumbnailer.1 -GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \ - totem.schemas - -WITHOUT_DVDNAV= yes - -OPTIONS= LIRC "Enable lirc support" off \ - GALAGO "Enable Galago support" off \ - BROWSER_PLUGINS "Enable install plugins for gecko browser" on \ - PUBLISH "Enable Publish (network playlist) plugin" off \ - TRACKER "Enable tracker local search plugin" off - -# check configure script for allowed_plugins="..." for new plugins -TOTEM_PLUGINS= thumbnail screensaver ontop gromit media-player-keys \ - properties skipto youtube -# Not using: -# TOTEM_PLUGINS= mythtv bemused - -.include <bsd.port.pre.mk> - -.if defined(WITH_PUBLISH) -LIB_DEPENDS+= epc-1.0.2:${PORTSDIR}/www/libepc -PLIST_SUB+= PUBLISH="" -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} publish -.else -PLIST_SUB+= PUBLISH="@comment " -.endif - -.if defined(WITH_TRACKER) -LIB_DEPENDS+= tracker-gtk.0:${PORTSDIR}/sysutils/tracker-libtrackergtk -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} tracker -PLIST_SUB+= TRACKER="" -.else -PLIST_SUB+= TRACKER="@comment " -.endif - -.if defined(WITH_LIRC) -LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc -PLIST_SUB+= LIRC="" -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} lirc -.else -PLIST_SUB+= LIRC="@comment " -.endif - -.if defined(WITH_GALAGO) -LIB_DEPENDS+= galago.3:${PORTSDIR}/devel/libgalago -PLIST_SUB+= GALAGO="" -TOTEM_PLUGINS:= ${TOTEM_PLUGINS} galago -.else -PLIST_SUB+= GALAGO="@comment " -.endif - -.if !defined(WITHOUT_BROWSER_PLUGINS) -CONFIGURE_ARGS+=--enable-browser-plugins \ - --enable-gmp-plugin \ - --enable-complex-plugin \ - --enable-narrowspace-plugin -PLIST_SUB+= BROWSER_PLUGINS="" - -USE_WEBPLUGINS= gecko19 webkit-gtk2 -WEBPLUGINS_FILES= libtotem-complex-plugin.so \ - libtotem-cone-plugin.so libtotem-gmp-plugin.so \ - libtotem-mully-plugin.so \ - libtotem-narrowspace-plugin.so -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" -.else -CONFIGURE_ARGS+=--disable-browser-plugins \ - --disable-basic-plugin \ - --disable-gmp-plugin \ - --disable-complex-plugin \ - --disable-narrowspace-plugin -PLIST_SUB+= BROWSER_PLUGINS="@comment " -.endif - -.if defined(WITH_DVDNAV) && !defined(WITHOUT_DVDNAV) -LIB_DEPENDS+= dvdnav.4:${PORTSDIR}/multimedia/libdvdnav -.endif - -.if defined(WITH_DVD_DEVICE) -DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} -.else -DEFAULT_DVD_DEVICE=/dev/acd0 -.endif - -pre-everything:: - @${ECHO_MSG} "===> The default DVD device is ${DEFAULT_DVD_DEVICE}" - @${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default" - @${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'" - -post-patch: - @${CP} -f ${FILESDIR}/pkg-message.in ${PKGMESSAGE} - @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \ - ${WRKSRC}/src/backend/bacon-video-widget-gst-0.10.c - -post-install: - @-update-desktop-database - ${MKDIR} ${PREFIX}/share/vala/vapi - ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.vapi ${PREFIX}/share/vala/vapi - ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.deps ${PREFIX}/share/vala/vapi - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo deleted file mode 100644 index 343a163cc..000000000 --- a/multimedia/totem/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/totem-2.28.4.tar.bz2) = a08fca39db3c3e7885c584e0fd533f5a -SHA256 (gnome2/totem-2.28.4.tar.bz2) = ac1f9091450e2dde2887dd7176183341fcea5adc4b6cee6887342837f2a6e17e -SIZE (gnome2/totem-2.28.4.tar.bz2) = 3081676 diff --git a/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp b/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp deleted file mode 100644 index 6e697364d..000000000 --- a/multimedia/totem/files/patch-browser-plugin_totemPluginGlue.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- browser-plugin/totemPluginGlue.cpp.orig 2008-03-15 18:00:23.000000000 -0500 -+++ browser-plugin/totemPluginGlue.cpp 2008-03-15 18:01:54.000000000 -0500 -@@ -356,7 +356,7 @@ - user_ini_file = g_build_filename (g_get_user_config_dir (), - "totem", - "browser-plugins.ini", -- NULL); -+ (char *)NULL); - if (g_key_file_load_from_file (user, - user_ini_file, - G_KEY_FILE_NONE, -@@ -439,7 +439,7 @@ - /* we want to open libdbus-glib-1.so.2 in such a way - * in such a way that it becomes permanentely resident */ - void *handle; -- handle = dlopen ("libdbus-glib-1.so.2", RTLD_NOW | RTLD_NODELETE); -+ handle = dlopen ("libdbus-glib-1.so.2", RTLD_NOW); - if (!handle) { - fprintf (stderr, "%s\n", dlerror()); - return NPERR_MODULE_LOAD_FAILED_ERROR; diff --git a/multimedia/totem/files/patch-configure b/multimedia/totem/files/patch-configure deleted file mode 100644 index 4c6c7b340..000000000 --- a/multimedia/totem/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2008-08-30 08:23:22.000000000 +0200 -+++ configure 2008-08-30 08:24:20.000000000 +0200 -@@ -25171,7 +25171,9 @@ - _ACEOF - - -+if [ -z "${BROWSER_PLUGIN_DIR}" ]; then - BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}" -+fi - - - diff --git a/multimedia/totem/files/patch-help_Makefile.in b/multimedia/totem/files/patch-help_Makefile.in deleted file mode 100644 index 0695029ac..000000000 --- a/multimedia/totem/files/patch-help_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- help/Makefile.in.orig 2009-05-10 03:06:15.000000000 -0400 -+++ help/Makefile.in 2009-05-10 03:06:29.000000000 -0400 -@@ -783,7 +783,7 @@ $(DOC_H_FILE): $(DOC_H_DOCS); - xsltproc --path "$$xmlpath" $(_credits) $$doc; \ - done | sort | uniq \ - | awk 'BEGIN{s=""}{n=split($$0,w,"<");if(s!=""&&s!=substr(w[1],1,length(w[1])-1)){print s};if(n>1){print $$0;s=""}else{s=$$0}};END{if(s!=""){print s}}' \ -- | sed -e 's/\\/\\\\/' -e 's/"/\\"/' -e 's/\(.*\)/\t"\1",/' >> $@.tmp -+ | sed -e 's/\\/\\\\/' -e 's/"/\\"/' -e 's/\(.*\)/ "\1",/' >> $@.tmp - echo ' NULL' >> $@.tmp - echo '};' >> $@.tmp - echo >> $@.tmp diff --git a/multimedia/totem/files/pkg-message.in b/multimedia/totem/files/pkg-message.in deleted file mode 100644 index 5c4332981..000000000 --- a/multimedia/totem/files/pkg-message.in +++ /dev/null @@ -1,6 +0,0 @@ -******************************************************** -* Make sure you've enough shared memory, the xine FAQ * -* advises to have the following sysctl settings: * -* kern.ipc.shmmax=67108864 * -* kern.ipc.shmall=32768 * -******************************************************** diff --git a/multimedia/totem/pkg-descr b/multimedia/totem/pkg-descr deleted file mode 100644 index 3f33f1f5f..000000000 --- a/multimedia/totem/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Totem is simple movie player for the Gnome 2 desktop based on xine. -It features a simple playlist, a full-screen mode, seek and volume controls, -as well as a pretty complete keyboard navigation. - -WWW: http://www.gnome.org/projects/totem/ - --- Hendrik Scholz <hendrik@scholz.net> diff --git a/multimedia/totem/pkg-plist b/multimedia/totem/pkg-plist deleted file mode 100644 index 971411f01..000000000 --- a/multimedia/totem/pkg-plist +++ /dev/null @@ -1,541 +0,0 @@ -bin/totem -bin/totem-audio-preview -bin/totem-video-indexer -bin/totem-video-thumbnailer -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-complex-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-complex-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-complex-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.so -lib/nautilus/extensions-2.0/libtotem-properties-page.a -lib/nautilus/extensions-2.0/libtotem-properties-page.la -lib/nautilus/extensions-2.0/libtotem-properties-page.so -%%GALAGO%%lib/totem/plugins/galago/galago.totem-plugin -%%GALAGO%%lib/totem/plugins/galago/libtgp.a -%%GALAGO%%lib/totem/plugins/galago/libtgp.la -%%GALAGO%%lib/totem/plugins/galago/libtgp.so -lib/totem/plugins/gromit/gromit.totem-plugin -lib/totem/plugins/gromit/libgromit.a -lib/totem/plugins/gromit/libgromit.la -lib/totem/plugins/gromit/libgromit.so -%%LIRC%%lib/totem/plugins/lirc/lirc.totem-plugin -%%LIRC%%lib/totem/plugins/lirc/liblirc.a -%%LIRC%%lib/totem/plugins/lirc/liblirc.la -%%LIRC%%lib/totem/plugins/lirc/liblirc.so -lib/totem/plugins/media-player-keys/libmedia_player_keys.a -lib/totem/plugins/media-player-keys/libmedia_player_keys.la -lib/totem/plugins/media-player-keys/libmedia_player_keys.so -lib/totem/plugins/media-player-keys/media-player-keys.totem-plugin -lib/totem/plugins/ontop/libontop.a -lib/totem/plugins/ontop/libontop.la -lib/totem/plugins/ontop/libontop.so -lib/totem/plugins/ontop/ontop.totem-plugin -%%PUBLISH%%lib/totem/plugins/publish/libpublish.a -%%PUBLISH%%lib/totem/plugins/publish/libpublish.la -%%PUBLISH%%lib/totem/plugins/publish/libpublish.so -%%PUBLISH%%lib/totem/plugins/publish/publish-plugin.ui -%%PUBLISH%%lib/totem/plugins/publish/publish.totem-plugin -lib/totem/plugins/properties/libmovie-properties.a -lib/totem/plugins/properties/libmovie-properties.la -lib/totem/plugins/properties/libmovie-properties.so -lib/totem/plugins/properties/movie-properties.totem-plugin -lib/totem/plugins/screensaver/libscreensaver.a -lib/totem/plugins/screensaver/libscreensaver.la -lib/totem/plugins/screensaver/libscreensaver.so -lib/totem/plugins/screensaver/screensaver.totem-plugin -lib/totem/plugins/skipto/libskipto.a -lib/totem/plugins/skipto/libskipto.la -lib/totem/plugins/skipto/libskipto.so -lib/totem/plugins/skipto/skipto.totem-plugin -lib/totem/plugins/skipto/skipto.ui -lib/totem/plugins/thumbnail/libthumbnail.a -lib/totem/plugins/thumbnail/libthumbnail.la -lib/totem/plugins/thumbnail/libthumbnail.so -lib/totem/plugins/thumbnail/thumbnail.totem-plugin -%%TRACKER%%lib/totem/plugins/tracker/libtracker.a -%%TRACKER%%lib/totem/plugins/tracker/libtracker.la -%%TRACKER%%lib/totem/plugins/tracker/libtracker.so -%%TRACKER%%lib/totem/plugins/tracker/tracker.totem-plugin -lib/totem/plugins/totem/__init__.py -lib/totem/plugins/totem/__init__.pyc -lib/totem/plugins/totem/__init__.pyo -lib/totem/plugins/youtube/libyoutube.a -lib/totem/plugins/youtube/libyoutube.la -lib/totem/plugins/youtube/libyoutube.so -lib/totem/plugins/youtube/youtube.totem-plugin -lib/totem/plugins/youtube/youtube.ui -%%BROWSER_PLUGINS%%libexec/totem-plugin-viewer -libexec/totem/totem-bugreport.py -share/applications/totem.desktop -%%DOCSDIR%%/BaconVideoWidget.html -%%DOCSDIR%%/TotemCellRendererVideo.html -%%DOCSDIR%%/TotemObject.html -%%DOCSDIR%%/TotemPlugin.html -%%DOCSDIR%%/TotemVideoList.html -%%DOCSDIR%%/api-index-deprecated.html -%%DOCSDIR%%/api-index-full.html -%%DOCSDIR%%/core-api.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/totem-Interface.html -%%DOCSDIR%%/totem.devhelp -%%DOCSDIR%%/totem.devhelp2 -%%DOCSDIR%%/totem-plugins.html -%%DOCSDIR%%/tutorials.html -%%DOCSDIR%%/up.png -%%DOCSDIR%%/widget-api.html -share/gnome/help/totem/C/figures/totem_next_button.png -share/gnome/help/totem/C/figures/totem_pause_button.png -share/gnome/help/totem/C/figures/totem_play_button.png -share/gnome/help/totem/C/figures/totem_previous_button.png -share/gnome/help/totem/C/figures/totem_show_playlist_button.png -share/gnome/help/totem/C/figures/totem_start_window.png -share/gnome/help/totem/C/figures/totem_volume_maximum_button.png -share/gnome/help/totem/C/figures/totem_volume_mute_button.png -share/gnome/help/totem/C/legal.xml -share/gnome/help/totem/C/totem.xml -share/gnome/help/totem/bg/figures/totem_start_window.png -share/gnome/help/totem/bg/legal.xml -share/gnome/help/totem/bg/totem.xml -share/gnome/help/totem/ca/figures/totem_next_button.png -share/gnome/help/totem/ca/figures/totem_pause_button.png -share/gnome/help/totem/ca/figures/totem_play_button.png -share/gnome/help/totem/ca/figures/totem_previous_button.png -share/gnome/help/totem/ca/figures/totem_show_playlist_button.png -share/gnome/help/totem/ca/figures/totem_start_window.png -share/gnome/help/totem/ca/figures/totem_volume_maximum_button.png -share/gnome/help/totem/ca/figures/totem_volume_mute_button.png -share/gnome/help/totem/ca/totem.xml -share/gnome/help/totem/cs/figures/totem_next_button.png -share/gnome/help/totem/cs/figures/totem_pause_button.png -share/gnome/help/totem/cs/figures/totem_play_button.png -share/gnome/help/totem/cs/figures/totem_previous_button.png -share/gnome/help/totem/cs/figures/totem_show_playlist_button.png -share/gnome/help/totem/cs/figures/totem_start_window.png -share/gnome/help/totem/cs/figures/totem_volume_maximum_button.png -share/gnome/help/totem/cs/figures/totem_volume_mute_button.png -share/gnome/help/totem/cs/totem.xml -share/gnome/help/totem/da/figures/totem_next_button.png -share/gnome/help/totem/da/figures/totem_pause_button.png -share/gnome/help/totem/da/figures/totem_play_button.png -share/gnome/help/totem/da/figures/totem_previous_button.png -share/gnome/help/totem/da/figures/totem_show_playlist_button.png -share/gnome/help/totem/da/figures/totem_start_window.png -share/gnome/help/totem/da/figures/totem_volume_maximum_button.png -share/gnome/help/totem/da/figures/totem_volume_mute_button.png -share/gnome/help/totem/da/totem.xml -share/gnome/help/totem/de/figures/totem_next_button.png -share/gnome/help/totem/de/figures/totem_pause_button.png -share/gnome/help/totem/de/figures/totem_play_button.png -share/gnome/help/totem/de/figures/totem_previous_button.png -share/gnome/help/totem/de/figures/totem_show_playlist_button.png -share/gnome/help/totem/de/figures/totem_start_window.png -share/gnome/help/totem/de/figures/totem_volume_maximum_button.png -share/gnome/help/totem/de/figures/totem_volume_mute_button.png -share/gnome/help/totem/de/totem.xml -share/gnome/help/totem/el/figures/totem_next_button.png -share/gnome/help/totem/el/figures/totem_pause_button.png -share/gnome/help/totem/el/figures/totem_play_button.png -share/gnome/help/totem/el/figures/totem_previous_button.png -share/gnome/help/totem/el/figures/totem_show_playlist_button.png -share/gnome/help/totem/el/figures/totem_start_window.png -share/gnome/help/totem/el/figures/totem_volume_maximum_button.png -share/gnome/help/totem/el/figures/totem_volume_mute_button.png -share/gnome/help/totem/el/totem.xml -share/gnome/help/totem/en_GB/figures/totem_next_button.png -share/gnome/help/totem/en_GB/figures/totem_pause_button.png -share/gnome/help/totem/en_GB/figures/totem_play_button.png -share/gnome/help/totem/en_GB/figures/totem_previous_button.png -share/gnome/help/totem/en_GB/figures/totem_show_playlist_button.png -share/gnome/help/totem/en_GB/figures/totem_start_window.png -share/gnome/help/totem/en_GB/figures/totem_volume_maximum_button.png -share/gnome/help/totem/en_GB/figures/totem_volume_mute_button.png -share/gnome/help/totem/en_GB/totem.xml -share/gnome/help/totem/es/figures/totem_next_button.png -share/gnome/help/totem/es/figures/totem_pause_button.png -share/gnome/help/totem/es/figures/totem_play_button.png -share/gnome/help/totem/es/figures/totem_previous_button.png -share/gnome/help/totem/es/figures/totem_show_playlist_button.png -share/gnome/help/totem/es/figures/totem_start_window.png -share/gnome/help/totem/es/figures/totem_volume_maximum_button.png -share/gnome/help/totem/es/figures/totem_volume_mute_button.png -share/gnome/help/totem/es/totem.xml -share/gnome/help/totem/eu/figures/totem_next_button.png -share/gnome/help/totem/eu/figures/totem_pause_button.png -share/gnome/help/totem/eu/figures/totem_play_button.png -share/gnome/help/totem/eu/figures/totem_previous_button.png -share/gnome/help/totem/eu/figures/totem_show_playlist_button.png -share/gnome/help/totem/eu/figures/totem_start_window.png -share/gnome/help/totem/eu/figures/totem_volume_maximum_button.png -share/gnome/help/totem/eu/figures/totem_volume_mute_button.png -share/gnome/help/totem/eu/totem.xml -share/gnome/help/totem/fr/figures/totem_next_button.png -share/gnome/help/totem/fr/figures/totem_pause_button.png -share/gnome/help/totem/fr/figures/totem_play_button.png -share/gnome/help/totem/fr/figures/totem_previous_button.png -share/gnome/help/totem/fr/figures/totem_show_playlist_button.png -share/gnome/help/totem/fr/figures/totem_start_window.png -share/gnome/help/totem/fr/figures/totem_volume_maximum_button.png -share/gnome/help/totem/fr/figures/totem_volume_mute_button.png -share/gnome/help/totem/fr/totem.xml -share/gnome/help/totem/it/figures/totem_next_button.png -share/gnome/help/totem/it/figures/totem_pause_button.png -share/gnome/help/totem/it/figures/totem_play_button.png -share/gnome/help/totem/it/figures/totem_previous_button.png -share/gnome/help/totem/it/figures/totem_show_playlist_button.png -share/gnome/help/totem/it/figures/totem_start_window.png -share/gnome/help/totem/it/figures/totem_volume_maximum_button.png -share/gnome/help/totem/it/figures/totem_volume_mute_button.png -share/gnome/help/totem/it/totem.xml -share/gnome/help/totem/ja/figures/totem_next_button.png -share/gnome/help/totem/ja/figures/totem_pause_button.png -share/gnome/help/totem/ja/figures/totem_play_button.png -share/gnome/help/totem/ja/figures/totem_previous_button.png -share/gnome/help/totem/ja/figures/totem_show_playlist_button.png -share/gnome/help/totem/ja/figures/totem_start_window.png -share/gnome/help/totem/ja/figures/totem_volume_maximum_button.png -share/gnome/help/totem/ja/figures/totem_volume_mute_button.png -share/gnome/help/totem/ja/totem.xml -share/gnome/help/totem/oc/figures/totem_next_button.png -share/gnome/help/totem/oc/figures/totem_pause_button.png -share/gnome/help/totem/oc/figures/totem_play_button.png -share/gnome/help/totem/oc/figures/totem_previous_button.png -share/gnome/help/totem/oc/figures/totem_show_playlist_button.png -share/gnome/help/totem/oc/figures/totem_start_window.png -share/gnome/help/totem/oc/figures/totem_volume_maximum_button.png -share/gnome/help/totem/oc/figures/totem_volume_mute_button.png -share/gnome/help/totem/oc/totem.xml -share/gnome/help/totem/pa/figures/totem_next_button.png -share/gnome/help/totem/pa/figures/totem_pause_button.png -share/gnome/help/totem/pa/figures/totem_play_button.png -share/gnome/help/totem/pa/figures/totem_previous_button.png -share/gnome/help/totem/pa/figures/totem_show_playlist_button.png -share/gnome/help/totem/pa/figures/totem_start_window.png -share/gnome/help/totem/pa/figures/totem_volume_maximum_button.png -share/gnome/help/totem/pa/figures/totem_volume_mute_button.png -share/gnome/help/totem/pa/totem.xml -share/gnome/help/totem/pl/figures/totem_next_button.png -share/gnome/help/totem/pl/figures/totem_pause_button.png -share/gnome/help/totem/pl/figures/totem_play_button.png -share/gnome/help/totem/pl/figures/totem_previous_button.png -share/gnome/help/totem/pl/figures/totem_show_playlist_button.png -share/gnome/help/totem/pl/figures/totem_start_window.png -share/gnome/help/totem/pl/figures/totem_volume_maximum_button.png -share/gnome/help/totem/pl/figures/totem_volume_mute_button.png -share/gnome/help/totem/pl/totem.xml -share/gnome/help/totem/pt_BR/figures/totem_next_button.png -share/gnome/help/totem/pt_BR/figures/totem_pause_button.png -share/gnome/help/totem/pt_BR/figures/totem_play_button.png -share/gnome/help/totem/pt_BR/figures/totem_previous_button.png -share/gnome/help/totem/pt_BR/figures/totem_show_playlist_button.png -share/gnome/help/totem/pt_BR/figures/totem_start_window.png -share/gnome/help/totem/pt_BR/figures/totem_volume_maximum_button.png -share/gnome/help/totem/pt_BR/figures/totem_volume_mute_button.png -share/gnome/help/totem/pt_BR/totem.xml -share/gnome/help/totem/ru/figures/totem_next_button.png -share/gnome/help/totem/ru/figures/totem_pause_button.png -share/gnome/help/totem/ru/figures/totem_play_button.png -share/gnome/help/totem/ru/figures/totem_previous_button.png -share/gnome/help/totem/ru/figures/totem_show_playlist_button.png -share/gnome/help/totem/ru/figures/totem_start_window.png -share/gnome/help/totem/ru/figures/totem_volume_maximum_button.png -share/gnome/help/totem/ru/figures/totem_volume_mute_button.png -share/gnome/help/totem/ru/totem.xml -share/gnome/help/totem/sv/figures/totem_next_button.png -share/gnome/help/totem/sv/figures/totem_pause_button.png -share/gnome/help/totem/sv/figures/totem_play_button.png -share/gnome/help/totem/sv/figures/totem_previous_button.png -share/gnome/help/totem/sv/figures/totem_show_playlist_button.png -share/gnome/help/totem/sv/figures/totem_start_window.png -share/gnome/help/totem/sv/figures/totem_volume_maximum_button.png -share/gnome/help/totem/sv/figures/totem_volume_mute_button.png -share/gnome/help/totem/sv/totem.xml -share/gnome/help/totem/uk/figures/totem_next_button.png -share/gnome/help/totem/uk/figures/totem_pause_button.png -share/gnome/help/totem/uk/figures/totem_play_button.png -share/gnome/help/totem/uk/figures/totem_previous_button.png -share/gnome/help/totem/uk/figures/totem_show_playlist_button.png -share/gnome/help/totem/uk/figures/totem_start_window.png -share/gnome/help/totem/uk/figures/totem_volume_maximum_button.png -share/gnome/help/totem/uk/figures/totem_volume_mute_button.png -share/gnome/help/totem/uk/totem.xml -share/gnome/help/totem/zh_CN/figures/totem_next_button.png -share/gnome/help/totem/zh_CN/figures/totem_pause_button.png -share/gnome/help/totem/zh_CN/figures/totem_play_button.png -share/gnome/help/totem/zh_CN/figures/totem_previous_button.png -share/gnome/help/totem/zh_CN/figures/totem_show_playlist_button.png -share/gnome/help/totem/zh_CN/figures/totem_start_window.png -share/gnome/help/totem/zh_CN/figures/totem_volume_maximum_button.png -share/gnome/help/totem/zh_CN/figures/totem_volume_mute_button.png -share/gnome/help/totem/zh_CN/totem.xml -share/gnome/help/totem/zh_HK/figures/totem_next_button.png -share/gnome/help/totem/zh_HK/figures/totem_pause_button.png -share/gnome/help/totem/zh_HK/figures/totem_play_button.png -share/gnome/help/totem/zh_HK/figures/totem_previous_button.png -share/gnome/help/totem/zh_HK/figures/totem_show_playlist_button.png -share/gnome/help/totem/zh_HK/figures/totem_start_window.png -share/gnome/help/totem/zh_HK/figures/totem_volume_maximum_button.png -share/gnome/help/totem/zh_HK/figures/totem_volume_mute_button.png -share/gnome/help/totem/zh_HK/totem.xml -share/gnome/help/totem/zh_TW/figures/totem_next_button.png -share/gnome/help/totem/zh_TW/figures/totem_pause_button.png -share/gnome/help/totem/zh_TW/figures/totem_play_button.png -share/gnome/help/totem/zh_TW/figures/totem_previous_button.png -share/gnome/help/totem/zh_TW/figures/totem_show_playlist_button.png -share/gnome/help/totem/zh_TW/figures/totem_start_window.png -share/gnome/help/totem/zh_TW/figures/totem_volume_maximum_button.png -share/gnome/help/totem/zh_TW/figures/totem_volume_mute_button.png -share/gnome/help/totem/zh_TW/totem.xml -share/icons/hicolor/16x16/apps/totem.png -share/icons/hicolor/16x16/devices/totem-tv.png -share/icons/hicolor/22x22/apps/totem.png -share/icons/hicolor/22x22/devices/totem-tv.png -share/icons/hicolor/24x24/apps/totem.png -share/icons/hicolor/24x24/devices/totem-tv.png -share/icons/hicolor/32x32/apps/totem.png -share/icons/hicolor/32x32/devices/totem-tv.png -share/icons/hicolor/48x48/apps/totem.png -share/icons/hicolor/48x48/devices/totem-tv.png -share/icons/hicolor/scalable/apps/totem.svg -share/icons/hicolor/scalable/devices/totem-tv.svg -share/locale/am/LC_MESSAGES/totem.mo -share/locale/ar/LC_MESSAGES/totem.mo -share/locale/as/LC_MESSAGES/totem.mo -share/locale/ast/LC_MESSAGES/totem.mo -share/locale/az/LC_MESSAGES/totem.mo -share/locale/be/LC_MESSAGES/totem.mo -share/locale/be@latin/LC_MESSAGES/totem.mo -share/locale/bg/LC_MESSAGES/totem.mo -share/locale/bn/LC_MESSAGES/totem.mo -share/locale/bn_IN/LC_MESSAGES/totem.mo -share/locale/br/LC_MESSAGES/totem.mo -share/locale/ca/LC_MESSAGES/totem.mo -share/locale/ca@valencia/LC_MESSAGES/totem.mo -share/locale/crh/LC_MESSAGES/totem.mo -share/locale/cs/LC_MESSAGES/totem.mo -share/locale/cy/LC_MESSAGES/totem.mo -share/locale/da/LC_MESSAGES/totem.mo -share/locale/de/LC_MESSAGES/totem.mo -share/locale/dz/LC_MESSAGES/totem.mo -share/locale/el/LC_MESSAGES/totem.mo -share/locale/en_CA/LC_MESSAGES/totem.mo -share/locale/en_GB/LC_MESSAGES/totem.mo -share/locale/es/LC_MESSAGES/totem.mo -share/locale/et/LC_MESSAGES/totem.mo -share/locale/eu/LC_MESSAGES/totem.mo -share/locale/fa/LC_MESSAGES/totem.mo -share/locale/fi/LC_MESSAGES/totem.mo -share/locale/fr/LC_MESSAGES/totem.mo -share/locale/ga/LC_MESSAGES/totem.mo -share/locale/gl/LC_MESSAGES/totem.mo -share/locale/gu/LC_MESSAGES/totem.mo -share/locale/he/LC_MESSAGES/totem.mo -share/locale/hi/LC_MESSAGES/totem.mo -share/locale/hr/LC_MESSAGES/totem.mo -share/locale/hu/LC_MESSAGES/totem.mo -share/locale/id/LC_MESSAGES/totem.mo -share/locale/is/LC_MESSAGES/totem.mo -share/locale/it/LC_MESSAGES/totem.mo -share/locale/ja/LC_MESSAGES/totem.mo -share/locale/ka/LC_MESSAGES/totem.mo -share/locale/kn/LC_MESSAGES/totem.mo -share/locale/ko/LC_MESSAGES/totem.mo -share/locale/ku/LC_MESSAGES/totem.mo -share/locale/lt/LC_MESSAGES/totem.mo -share/locale/lv/LC_MESSAGES/totem.mo -share/locale/mai/LC_MESSAGES/totem.mo -share/locale/mg/LC_MESSAGES/totem.mo -share/locale/mk/LC_MESSAGES/totem.mo -share/locale/ml/LC_MESSAGES/totem.mo -share/locale/mr/LC_MESSAGES/totem.mo -share/locale/ms/LC_MESSAGES/totem.mo -share/locale/nb/LC_MESSAGES/totem.mo -share/locale/ne/LC_MESSAGES/totem.mo -share/locale/nl/LC_MESSAGES/totem.mo -share/locale/nn/LC_MESSAGES/totem.mo -share/locale/oc/LC_MESSAGES/totem.mo -share/locale/or/LC_MESSAGES/totem.mo -share/locale/pa/LC_MESSAGES/totem.mo -share/locale/pl/LC_MESSAGES/totem.mo -share/locale/pt/LC_MESSAGES/totem.mo -share/locale/pt_BR/LC_MESSAGES/totem.mo -share/locale/ro/LC_MESSAGES/totem.mo -share/locale/ru/LC_MESSAGES/totem.mo -share/locale/rw/LC_MESSAGES/totem.mo -share/locale/si/LC_MESSAGES/totem.mo -share/locale/sk/LC_MESSAGES/totem.mo -share/locale/sl/LC_MESSAGES/totem.mo -share/locale/sq/LC_MESSAGES/totem.mo -share/locale/sr/LC_MESSAGES/totem.mo -share/locale/sr@latin/LC_MESSAGES/totem.mo -share/locale/sv/LC_MESSAGES/totem.mo -share/locale/ta/LC_MESSAGES/totem.mo -share/locale/te/LC_MESSAGES/totem.mo -share/locale/th/LC_MESSAGES/totem.mo -share/locale/tr/LC_MESSAGES/totem.mo -share/locale/ug/LC_MESSAGES/totem.mo -share/locale/uk/LC_MESSAGES/totem.mo -share/locale/vi/LC_MESSAGES/totem.mo -share/locale/wa/LC_MESSAGES/totem.mo -share/locale/xh/LC_MESSAGES/totem.mo -share/locale/zh_CN/LC_MESSAGES/totem.mo -share/locale/zh_HK/LC_MESSAGES/totem.mo -share/locale/zh_TW/LC_MESSAGES/totem.mo -share/omf/totem/totem-C.omf -share/omf/totem/totem-bg.omf -share/omf/totem/totem-ca.omf -share/omf/totem/totem-cs.omf -share/omf/totem/totem-da.omf -share/omf/totem/totem-de.omf -share/omf/totem/totem-el.omf -share/omf/totem/totem-en_GB.omf -share/omf/totem/totem-es.omf -share/omf/totem/totem-eu.omf -share/omf/totem/totem-fr.omf -share/omf/totem/totem-it.omf -share/omf/totem/totem-ja.omf -share/omf/totem/totem-oc.omf -share/omf/totem/totem-pa.omf -share/omf/totem/totem-pl.omf -share/omf/totem/totem-pt_BR.omf -share/omf/totem/totem-ru.omf -share/omf/totem/totem-sv.omf -share/omf/totem/totem-uk.omf -share/omf/totem/totem-zh_CN.omf -share/omf/totem/totem-zh_HK.omf -share/omf/totem/totem-zh_TW.omf -%%DATADIR%%/filmholes-big-left.png -%%DATADIR%%/filmholes-big-right.png -%%DATADIR%%/filmholes.png -%%DATADIR%%/fullscreen.ui -%%DATADIR%%/mozilla-viewer.ui -%%DATADIR%%/playlist.ui -%%DATADIR%%/plugins.ui -%%DATADIR%%/properties.ui -%%DATADIR%%/totem.ui -%%DATADIR%%/uri.ui -%%DATADIR%%/video-list.ui -share/vala/vapi/totem.deps -share/vala/vapi/totem.vapi -@dirrm %%DATADIR%% -@dirrm share/omf/totem -@dirrm share/gnome/help/totem/zh_TW/figures -@dirrm share/gnome/help/totem/zh_TW -@dirrm share/gnome/help/totem/zh_HK/figures -@dirrm share/gnome/help/totem/zh_HK -@dirrm share/gnome/help/totem/zh_CN/figures -@dirrm share/gnome/help/totem/zh_CN -@dirrm share/gnome/help/totem/uk/figures -@dirrm share/gnome/help/totem/uk -@dirrm share/gnome/help/totem/sv/figures -@dirrm share/gnome/help/totem/sv -@dirrm share/gnome/help/totem/ru/figures -@dirrm share/gnome/help/totem/ru -@dirrm share/gnome/help/totem/pt_BR/figures -@dirrm share/gnome/help/totem/pt_BR -@dirrm share/gnome/help/totem/pl/figures -@dirrm share/gnome/help/totem/pl -@dirrm share/gnome/help/totem/pa/figures -@dirrm share/gnome/help/totem/pa -@dirrm share/gnome/help/totem/oc/figures -@dirrm share/gnome/help/totem/oc -@dirrm share/gnome/help/totem/ja/figures -@dirrm share/gnome/help/totem/ja -@dirrm share/gnome/help/totem/it/figures -@dirrm share/gnome/help/totem/it -@dirrm share/gnome/help/totem/fr/figures -@dirrm share/gnome/help/totem/fr -@dirrm share/gnome/help/totem/eu/figures -@dirrm share/gnome/help/totem/eu -@dirrm share/gnome/help/totem/es/figures -@dirrm share/gnome/help/totem/es -@dirrm share/gnome/help/totem/en_GB/figures -@dirrm share/gnome/help/totem/en_GB -@dirrm share/gnome/help/totem/el/figures -@dirrm share/gnome/help/totem/el -@dirrm share/gnome/help/totem/de/figures -@dirrm share/gnome/help/totem/de -@dirrm share/gnome/help/totem/da/figures -@dirrm share/gnome/help/totem/da -@dirrm share/gnome/help/totem/cs/figures -@dirrm share/gnome/help/totem/cs -@dirrm share/gnome/help/totem/ca/figures -@dirrm share/gnome/help/totem/ca -@dirrm share/gnome/help/totem/bg/figures -@dirrm share/gnome/help/totem/bg -@dirrm share/gnome/help/totem/C/figures -@dirrm share/gnome/help/totem/C -@dirrm share/gnome/help/totem -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrm libexec/totem -@dirrm lib/totem/plugins/youtube -@dirrm lib/totem/plugins/totem -%%TRACKER%%@dirrm lib/totem/plugins/tracker -@dirrm lib/totem/plugins/thumbnail -@dirrm lib/totem/plugins/skipto -@dirrm lib/totem/plugins/screensaver -%%PUBLISH%%@dirrm lib/totem/plugins/publish -@dirrm lib/totem/plugins/properties -@dirrm lib/totem/plugins/ontop -@dirrm lib/totem/plugins/media-player-keys -%%LIRC%%@dirrm lib/totem/plugins/lirc -@dirrm lib/totem/plugins/gromit -%%GALAGO%%@dirrm lib/totem/plugins/galago -@dirrm lib/totem/plugins -@dirrm lib/totem -%%BROWSER_PLUGINS%%@dirrmtry %%WEBPLUGINS_DIR%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as |