summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
commit6ea8cdadd34fade98a807bf84429806612c65079 (patch)
treeb7f18e7e629139c395bf0080243a2218963d0301 /multimedia
parent857bb773fe0bad1b58fa9c68ece3c326f60613e6 (diff)
downloadmarcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.gz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.zst
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.zip
Remove these ports now that they have been merged into the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3934 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer/Makefile66
-rw-r--r--multimedia/gstreamer/distinfo2
-rw-r--r--multimedia/gstreamer/files/extra-patch-gst::cothreads.c11
-rw-r--r--multimedia/gstreamer/files/patch-configure29
-rw-r--r--multimedia/gstreamer/files/patch-gst::cothreads.c13
-rw-r--r--multimedia/gstreamer/files/patch-gst_gstmemchunk.c10
-rw-r--r--multimedia/gstreamer/pkg-descr24
-rw-r--r--multimedia/gstreamer/pkg-plist131
-rw-r--r--multimedia/gstreamer80/Makefile66
-rw-r--r--multimedia/gstreamer80/distinfo2
-rw-r--r--multimedia/gstreamer80/files/extra-patch-gst::cothreads.c11
-rw-r--r--multimedia/gstreamer80/files/patch-configure29
-rw-r--r--multimedia/gstreamer80/files/patch-gst::cothreads.c13
-rw-r--r--multimedia/gstreamer80/files/patch-gst_gstmemchunk.c10
-rw-r--r--multimedia/gstreamer80/pkg-descr24
-rw-r--r--multimedia/gstreamer80/pkg-plist131
-rw-r--r--multimedia/totem-gstreamer/Makefile21
-rw-r--r--multimedia/totem/Makefile96
-rw-r--r--multimedia/totem/distinfo2
-rw-r--r--multimedia/totem/files/patch-src::Makefile.in12
-rw-r--r--multimedia/totem/files/patch-src_totem-disk.c39
-rw-r--r--multimedia/totem/pkg-descr7
-rw-r--r--multimedia/totem/pkg-message4
-rw-r--r--multimedia/totem/pkg-plist151
24 files changed, 0 insertions, 904 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile
deleted file mode 100644
index eeda57d26..000000000
--- a/multimedia/gstreamer/Makefile
+++ /dev/null
@@ -1,66 +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$
-#
-
-PORTNAME= gstreamer
-PORTVERSION= 0.8.9
-PORTREVISION= 1
-CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_GNOME} \
- http://gstreamer.freedesktop.org/src/gstreamer/
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${GST_VERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= Development framework for creating media applications
-
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
-
-USE_X_PREFIX= yes
-USE_BISON= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-WANT_GNOME= yes
-USE_GNOME= gnomehack \
- gnomeprefix \
- glib20 \
- libxml2
-USE_LIBTOOL_VER=15
-CONFIGURE_ARGS= --disable-tests \
- --disable-examples \
- --disable-docs-build \
- --disable-failing-tests
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-PLIST_SUB= \
- VERSION="${GST_VERSION}" \
- SHLIB_VERSION="${SHLIB_VERSION}" \
- PORTVERSION="${PORTVERSION}"
-INSTALLS_SHLIB= yes
-
-MAN1= gst-complete-${GST_VERSION}.1 gst-compprep-${GST_VERSION}.1 \
- gst-feedback-${GST_VERSION}.1 gst-inspect-${GST_VERSION}.1 \
- gst-launch-${GST_VERSION}.1 gst-md5sum-${GST_VERSION}.1 \
- gst-register-${GST_VERSION}.1 gst-typefind-${GST_VERSION}.1 \
- gst-xmllaunch-${GST_VERSION}.1 gst-xmlinspect-${GST_VERSION}.1
-
-GST_VERSION=${PORTVERSION:C/..$//}
-
-# library minor number
-SHLIB_VERSION= 5
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 600012
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gst::cothreads.c
-.endif
-
-post-install:
-# register plugins
- -@${PREFIX}/bin/gst-register-${GST_VERSION} \
- --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/gstreamer/distinfo b/multimedia/gstreamer/distinfo
deleted file mode 100644
index 8d93776cc..000000000
--- a/multimedia/gstreamer/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/gstreamer-0.8.9.tar.bz2) = 6769de224de8457ed0dc09016287883a
-SIZE (gnome2/gstreamer-0.8.9.tar.bz2) = 1456548
diff --git a/multimedia/gstreamer/files/extra-patch-gst::cothreads.c b/multimedia/gstreamer/files/extra-patch-gst::cothreads.c
deleted file mode 100644
index 3581c0987..000000000
--- a/multimedia/gstreamer/files/extra-patch-gst::cothreads.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gst/cothreads.c.orig Mon Feb 2 06:56:53 2004
-+++ gst/cothreads.c Fri Feb 6 13:05:26 2004
-@@ -52,7 +56,7 @@
- #endif
- #endif
-
--#define STACK_SIZE 0x200000
-+#define STACK_SIZE 0x100000
-
- #define COTHREAD_MAGIC_NUMBER 0xabcdef
-
diff --git a/multimedia/gstreamer/files/patch-configure b/multimedia/gstreamer/files/patch-configure
deleted file mode 100644
index 672c3d317..000000000
--- a/multimedia/gstreamer/files/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig Fri Jun 4 18:19:18 2004
-+++ configure Fri Jun 4 18:20:27 2004
-@@ -21877,7 +21877,7 @@
-
-
- EXP_VAR=LOCALEDIR
-- FROM_VAR=$datadir/locale
-+ FROM_VAR=$prefix/share/locale
-
- prefix_save=$prefix
- exec_prefix_save=$exec_prefix
-@@ -21981,7 +21981,7 @@
- echo $ECHO_N "checking to see if compiler understands -Werror... $ECHO_C" >&6
-
- save_CFLAGS="$CFLAGS"
-- CFLAGS="$CFLAGS -Werror"
-+ CFLAGS="$CFLAGS"
-
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
-@@ -22031,7 +22031,7 @@
- CFLAGS="$save_CFLAGS"
-
- if test "X$flag_ok" = Xyes ; then
-- GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS -Werror"
-+ GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS"
- true
- else
-
diff --git a/multimedia/gstreamer/files/patch-gst::cothreads.c b/multimedia/gstreamer/files/patch-gst::cothreads.c
deleted file mode 100644
index a756de582..000000000
--- a/multimedia/gstreamer/files/patch-gst::cothreads.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- gst/cothreads.c.orig Mon Feb 2 06:56:53 2004
-+++ gst/cothreads.c Fri Feb 6 13:05:26 2004
-@@ -42,6 +42,10 @@
- #include <ucontext.h>
- #endif
-
-+#ifdef HAVE_MAKECONTEXT
-+#include <ucontext.h>
-+#endif
-+
- #ifndef MAP_ANONYMOUS
- #ifdef MAP_ANON
- /* older glibc's have MAP_ANON instead of MAP_ANONYMOUS */
diff --git a/multimedia/gstreamer/files/patch-gst_gstmemchunk.c b/multimedia/gstreamer/files/patch-gst_gstmemchunk.c
deleted file mode 100644
index 5a3a624cb..000000000
--- a/multimedia/gstreamer/files/patch-gst_gstmemchunk.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- gst/gstmemchunk.c.orig Wed Aug 4 15:31:41 2004
-+++ gst/gstmemchunk.c Wed Aug 4 15:31:52 2004
-@@ -24,6 +24,7 @@
- #include "gstmemchunk.h"
- #include "gsttrashstack.h"
- #ifdef HAVE_VALGRIND
-+#include <sys/types.h>
- #include <sys/mman.h>
- #include <valgrind/valgrind.h>
- #endif
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 a9b872d2a..000000000
--- a/multimedia/gstreamer/pkg-plist
+++ /dev/null
@@ -1,131 +0,0 @@
-bin/gst-complete
-bin/gst-complete-%%VERSION%%
-bin/gst-compprep
-bin/gst-compprep-%%VERSION%%
-bin/gst-feedback
-bin/gst-feedback-%%VERSION%%
-bin/gst-inspect
-bin/gst-inspect-%%VERSION%%
-bin/gst-launch
-bin/gst-launch-%%VERSION%%
-bin/gst-md5sum
-bin/gst-md5sum-%%VERSION%%
-bin/gst-register
-bin/gst-register-%%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/bytestream/adapter.h
-include/gstreamer-%%VERSION%%/gst/bytestream/bytestream.h
-include/gstreamer-%%VERSION%%/gst/bytestream/filepad.h
-include/gstreamer-%%VERSION%%/gst/control/control.h
-include/gstreamer-%%VERSION%%/gst/control/dparam.h
-include/gstreamer-%%VERSION%%/gst/control/dparam_smooth.h
-include/gstreamer-%%VERSION%%/gst/control/dparamcommon.h
-include/gstreamer-%%VERSION%%/gst/control/dparammanager.h
-include/gstreamer-%%VERSION%%/gst/control/dplinearinterp.h
-include/gstreamer-%%VERSION%%/gst/control/unitconvert.h
-include/gstreamer-%%VERSION%%/gst/dataprotocol/dataprotocol.h
-include/gstreamer-%%VERSION%%/gst/getbits/getbits.h
-include/gstreamer-%%VERSION%%/gst/gst.h
-include/gstreamer-%%VERSION%%/gst/gstatomic.h
-include/gstreamer-%%VERSION%%/gst/gstbin.h
-include/gstreamer-%%VERSION%%/gst/gstbuffer.h
-include/gstreamer-%%VERSION%%/gst/gstcaps.h
-include/gstreamer-%%VERSION%%/gst/gstclock.h
-include/gstreamer-%%VERSION%%/gst/gstcompat.h
-include/gstreamer-%%VERSION%%/gst/gstconfig.h
-include/gstreamer-%%VERSION%%/gst/gstcpu.h
-include/gstreamer-%%VERSION%%/gst/gstdata.h
-include/gstreamer-%%VERSION%%/gst/gstelement.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/gstindex.h
-include/gstreamer-%%VERSION%%/gst/gstinfo.h
-include/gstreamer-%%VERSION%%/gst/gstinterface.h
-include/gstreamer-%%VERSION%%/gst/gstmacros.h
-include/gstreamer-%%VERSION%%/gst/gstmarshal.h
-include/gstreamer-%%VERSION%%/gst/gstmemchunk.h
-include/gstreamer-%%VERSION%%/gst/gstobject.h
-include/gstreamer-%%VERSION%%/gst/gstpad.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/gstprobe.h
-include/gstreamer-%%VERSION%%/gst/gstquery.h
-include/gstreamer-%%VERSION%%/gst/gstqueue.h
-include/gstreamer-%%VERSION%%/gst/gstregistry.h
-include/gstreamer-%%VERSION%%/gst/gstregistrypool.h
-include/gstreamer-%%VERSION%%/gst/gstscheduler.h
-include/gstreamer-%%VERSION%%/gst/gststructure.h
-include/gstreamer-%%VERSION%%/gst/gstsystemclock.h
-include/gstreamer-%%VERSION%%/gst/gsttag.h
-include/gstreamer-%%VERSION%%/gst/gsttaginterface.h
-include/gstreamer-%%VERSION%%/gst/gstthread.h
-include/gstreamer-%%VERSION%%/gst/gsttrace.h
-include/gstreamer-%%VERSION%%/gst/gsttrashstack.h
-include/gstreamer-%%VERSION%%/gst/gsttypefind.h
-include/gstreamer-%%VERSION%%/gst/gsttypes.h
-include/gstreamer-%%VERSION%%/gst/gsturi.h
-include/gstreamer-%%VERSION%%/gst/gsturitype.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
-lib/gstreamer-%%VERSION%%/libgstbasicgthreadscheduler.so
-lib/gstreamer-%%VERSION%%/libgstbasicomegascheduler.so
-lib/gstreamer-%%VERSION%%/libgstbytestream.so
-lib/gstreamer-%%VERSION%%/libgstdataprotocol.so
-lib/gstreamer-%%VERSION%%/libgstelements.so
-lib/gstreamer-%%VERSION%%/libgstentrygthreadscheduler.so
-lib/gstreamer-%%VERSION%%/libgstentryomegascheduler.so
-lib/gstreamer-%%VERSION%%/libgstfairgthreadscheduler.so
-lib/gstreamer-%%VERSION%%/libgstgetbits.so
-lib/gstreamer-%%VERSION%%/libgstindexers.so
-lib/gstreamer-%%VERSION%%/libgstoptgthreadscheduler.so
-lib/gstreamer-%%VERSION%%/libgstoptomegascheduler.so
-lib/gstreamer-%%VERSION%%/libgstoptscheduler.so
-lib/gstreamer-%%VERSION%%/libgstspider.so
-lib/libgstcontrol-%%VERSION%%.a
-lib/libgstcontrol-%%VERSION%%.so
-lib/libgstcontrol-%%VERSION%%.so.%%SHLIB_VERSION%%
-lib/libgstreamer-%%VERSION%%.a
-lib/libgstreamer-%%VERSION%%.so
-lib/libgstreamer-%%VERSION%%.so.%%SHLIB_VERSION%%
-libdata/pkgconfig/gstreamer-%%VERSION%%.pc
-libdata/pkgconfig/gstreamer-control-%%VERSION%%.pc
-share/aclocal/gst-element-check-%%VERSION%%.m4
-share/locale/af/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/az/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/ca/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/cs/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/de/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/en_GB/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/fr/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/it/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/nb/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/nl/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
-@unexec rm %D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true
-@dirrm share/gnome/cache/gstreamer-%%VERSION%%
-@unexec rmdir %D/share/gnome/cache 2>/dev/null || true
-@dirrm lib/gstreamer-%%VERSION%%
-@dirrm include/gstreamer-%%VERSION%%/gst/getbits
-@dirrm include/gstreamer-%%VERSION%%/gst/dataprotocol
-@dirrm include/gstreamer-%%VERSION%%/gst/control
-@dirrm include/gstreamer-%%VERSION%%/gst/bytestream
-@dirrm include/gstreamer-%%VERSION%%/gst
-@dirrm include/gstreamer-%%VERSION%%
-@exec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true
diff --git a/multimedia/gstreamer80/Makefile b/multimedia/gstreamer80/Makefile
deleted file mode 100644
index eeda57d26..000000000
--- a/multimedia/gstreamer80/Makefile
+++ /dev/null
@@ -1,66 +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$
-#
-
-PORTNAME= gstreamer
-PORTVERSION= 0.8.9
-PORTREVISION= 1
-CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_GNOME} \
- http://gstreamer.freedesktop.org/src/gstreamer/
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${GST_VERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= Development framework for creating media applications
-
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
-
-USE_X_PREFIX= yes
-USE_BISON= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-WANT_GNOME= yes
-USE_GNOME= gnomehack \
- gnomeprefix \
- glib20 \
- libxml2
-USE_LIBTOOL_VER=15
-CONFIGURE_ARGS= --disable-tests \
- --disable-examples \
- --disable-docs-build \
- --disable-failing-tests
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-PLIST_SUB= \
- VERSION="${GST_VERSION}" \
- SHLIB_VERSION="${SHLIB_VERSION}" \
- PORTVERSION="${PORTVERSION}"
-INSTALLS_SHLIB= yes
-
-MAN1= gst-complete-${GST_VERSION}.1 gst-compprep-${GST_VERSION}.1 \
- gst-feedback-${GST_VERSION}.1 gst-inspect-${GST_VERSION}.1 \
- gst-launch-${GST_VERSION}.1 gst-md5sum-${GST_VERSION}.1 \
- gst-register-${GST_VERSION}.1 gst-typefind-${GST_VERSION}.1 \
- gst-xmllaunch-${GST_VERSION}.1 gst-xmlinspect-${GST_VERSION}.1
-
-GST_VERSION=${PORTVERSION:C/..$//}
-
-# library minor number
-SHLIB_VERSION= 5
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 600012
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gst::cothreads.c
-.endif
-
-post-install:
-# register plugins
- -@${PREFIX}/bin/gst-register-${GST_VERSION} \
- --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/gstreamer80/distinfo b/multimedia/gstreamer80/distinfo
deleted file mode 100644
index 8d93776cc..000000000
--- a/multimedia/gstreamer80/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/gstreamer-0.8.9.tar.bz2) = 6769de224de8457ed0dc09016287883a
-SIZE (gnome2/gstreamer-0.8.9.tar.bz2) = 1456548
diff --git a/multimedia/gstreamer80/files/extra-patch-gst::cothreads.c b/multimedia/gstreamer80/files/extra-patch-gst::cothreads.c
deleted file mode 100644
index 3581c0987..000000000
--- a/multimedia/gstreamer80/files/extra-patch-gst::cothreads.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gst/cothreads.c.orig Mon Feb 2 06:56:53 2004
-+++ gst/cothreads.c Fri Feb 6 13:05:26 2004
-@@ -52,7 +56,7 @@
- #endif
- #endif
-
--#define STACK_SIZE 0x200000
-+#define STACK_SIZE 0x100000
-
- #define COTHREAD_MAGIC_NUMBER 0xabcdef
-
diff --git a/multimedia/gstreamer80/files/patch-configure b/multimedia/gstreamer80/files/patch-configure
deleted file mode 100644
index 672c3d317..000000000
--- a/multimedia/gstreamer80/files/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig Fri Jun 4 18:19:18 2004
-+++ configure Fri Jun 4 18:20:27 2004
-@@ -21877,7 +21877,7 @@
-
-
- EXP_VAR=LOCALEDIR
-- FROM_VAR=$datadir/locale
-+ FROM_VAR=$prefix/share/locale
-
- prefix_save=$prefix
- exec_prefix_save=$exec_prefix
-@@ -21981,7 +21981,7 @@
- echo $ECHO_N "checking to see if compiler understands -Werror... $ECHO_C" >&6
-
- save_CFLAGS="$CFLAGS"
-- CFLAGS="$CFLAGS -Werror"
-+ CFLAGS="$CFLAGS"
-
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
-@@ -22031,7 +22031,7 @@
- CFLAGS="$save_CFLAGS"
-
- if test "X$flag_ok" = Xyes ; then
-- GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS -Werror"
-+ GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS"
- true
- else
-
diff --git a/multimedia/gstreamer80/files/patch-gst::cothreads.c b/multimedia/gstreamer80/files/patch-gst::cothreads.c
deleted file mode 100644
index a756de582..000000000
--- a/multimedia/gstreamer80/files/patch-gst::cothreads.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- gst/cothreads.c.orig Mon Feb 2 06:56:53 2004
-+++ gst/cothreads.c Fri Feb 6 13:05:26 2004
-@@ -42,6 +42,10 @@
- #include <ucontext.h>
- #endif
-
-+#ifdef HAVE_MAKECONTEXT
-+#include <ucontext.h>
-+#endif
-+
- #ifndef MAP_ANONYMOUS
- #ifdef MAP_ANON
- /* older glibc's have MAP_ANON instead of MAP_ANONYMOUS */
diff --git a/multimedia/gstreamer80/files/patch-gst_gstmemchunk.c b/multimedia/gstreamer80/files/patch-gst_gstmemchunk.c
deleted file mode 100644
index 5a3a624cb..000000000
--- a/multimedia/gstreamer80/files/patch-gst_gstmemchunk.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- gst/gstmemchunk.c.orig Wed Aug 4 15:31:41 2004
-+++ gst/gstmemchunk.c Wed Aug 4 15:31:52 2004
-@@ -24,6 +24,7 @@
- #include "gstmemchunk.h"
- #include "gsttrashstack.h"
- #ifdef HAVE_VALGRIND
-+#include <sys/types.h>
- #include <sys/mman.h>
- #include <valgrind/valgrind.h>
- #endif
diff --git a/multimedia/gstreamer80/pkg-descr b/multimedia/gstreamer80/pkg-descr
deleted file mode 100644
index 3e7e98b0e..000000000
--- a/multimedia/gstreamer80/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/gstreamer80/pkg-plist b/multimedia/gstreamer80/pkg-plist
deleted file mode 100644
index a9b872d2a..000000000
--- a/multimedia/gstreamer80/pkg-plist
+++ /dev/null
@@ -1,131 +0,0 @@
-bin/gst-complete
-bin/gst-complete-%%VERSION%%
-bin/gst-compprep
-bin/gst-compprep-%%VERSION%%
-bin/gst-feedback
-bin/gst-feedback-%%VERSION%%
-bin/gst-inspect
-bin/gst-inspect-%%VERSION%%
-bin/gst-launch
-bin/gst-launch-%%VERSION%%
-bin/gst-md5sum
-bin/gst-md5sum-%%VERSION%%
-bin/gst-register
-bin/gst-register-%%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/bytestream/adapter.h
-include/gstreamer-%%VERSION%%/gst/bytestream/bytestream.h
-include/gstreamer-%%VERSION%%/gst/bytestream/filepad.h
-include/gstreamer-%%VERSION%%/gst/control/control.h
-include/gstreamer-%%VERSION%%/gst/control/dparam.h
-include/gstreamer-%%VERSION%%/gst/control/dparam_smooth.h
-include/gstreamer-%%VERSION%%/gst/control/dparamcommon.h
-include/gstreamer-%%VERSION%%/gst/control/dparammanager.h
-include/gstreamer-%%VERSION%%/gst/control/dplinearinterp.h
-include/gstreamer-%%VERSION%%/gst/control/unitconvert.h
-include/gstreamer-%%VERSION%%/gst/dataprotocol/dataprotocol.h
-include/gstreamer-%%VERSION%%/gst/getbits/getbits.h
-include/gstreamer-%%VERSION%%/gst/gst.h
-include/gstreamer-%%VERSION%%/gst/gstatomic.h
-include/gstreamer-%%VERSION%%/gst/gstbin.h
-include/gstreamer-%%VERSION%%/gst/gstbuffer.h
-include/gstreamer-%%VERSION%%/gst/gstcaps.h
-include/gstreamer-%%VERSION%%/gst/gstclock.h
-include/gstreamer-%%VERSION%%/gst/gstcompat.h
-include/gstreamer-%%VERSION%%/gst/gstconfig.h
-include/gstreamer-%%VERSION%%/gst/gstcpu.h
-include/gstreamer-%%VERSION%%/gst/gstdata.h
-include/gstreamer-%%VERSION%%/gst/gstelement.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/gstindex.h
-include/gstreamer-%%VERSION%%/gst/gstinfo.h
-include/gstreamer-%%VERSION%%/gst/gstinterface.h
-include/gstreamer-%%VERSION%%/gst/gstmacros.h
-include/gstreamer-%%VERSION%%/gst/gstmarshal.h
-include/gstreamer-%%VERSION%%/gst/gstmemchunk.h
-include/gstreamer-%%VERSION%%/gst/gstobject.h
-include/gstreamer-%%VERSION%%/gst/gstpad.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/gstprobe.h
-include/gstreamer-%%VERSION%%/gst/gstquery.h
-include/gstreamer-%%VERSION%%/gst/gstqueue.h
-include/gstreamer-%%VERSION%%/gst/gstregistry.h
-include/gstreamer-%%VERSION%%/gst/gstregistrypool.h
-include/gstreamer-%%VERSION%%/gst/gstscheduler.h
-include/gstreamer-%%VERSION%%/gst/gststructure.h
-include/gstreamer-%%VERSION%%/gst/gstsystemclock.h
-include/gstreamer-%%VERSION%%/gst/gsttag.h
-include/gstreamer-%%VERSION%%/gst/gsttaginterface.h
-include/gstreamer-%%VERSION%%/gst/gstthread.h
-include/gstreamer-%%VERSION%%/gst/gsttrace.h
-include/gstreamer-%%VERSION%%/gst/gsttrashstack.h
-include/gstreamer-%%VERSION%%/gst/gsttypefind.h
-include/gstreamer-%%VERSION%%/gst/gsttypes.h
-include/gstreamer-%%VERSION%%/gst/gsturi.h
-include/gstreamer-%%VERSION%%/gst/gsturitype.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
-lib/gstreamer-%%VERSION%%/libgstbasicgthreadscheduler.so
-lib/gstreamer-%%VERSION%%/libgstbasicomegascheduler.so
-lib/gstreamer-%%VERSION%%/libgstbytestream.so
-lib/gstreamer-%%VERSION%%/libgstdataprotocol.so
-lib/gstreamer-%%VERSION%%/libgstelements.so
-lib/gstreamer-%%VERSION%%/libgstentrygthreadscheduler.so
-lib/gstreamer-%%VERSION%%/libgstentryomegascheduler.so
-lib/gstreamer-%%VERSION%%/libgstfairgthreadscheduler.so
-lib/gstreamer-%%VERSION%%/libgstgetbits.so
-lib/gstreamer-%%VERSION%%/libgstindexers.so
-lib/gstreamer-%%VERSION%%/libgstoptgthreadscheduler.so
-lib/gstreamer-%%VERSION%%/libgstoptomegascheduler.so
-lib/gstreamer-%%VERSION%%/libgstoptscheduler.so
-lib/gstreamer-%%VERSION%%/libgstspider.so
-lib/libgstcontrol-%%VERSION%%.a
-lib/libgstcontrol-%%VERSION%%.so
-lib/libgstcontrol-%%VERSION%%.so.%%SHLIB_VERSION%%
-lib/libgstreamer-%%VERSION%%.a
-lib/libgstreamer-%%VERSION%%.so
-lib/libgstreamer-%%VERSION%%.so.%%SHLIB_VERSION%%
-libdata/pkgconfig/gstreamer-%%VERSION%%.pc
-libdata/pkgconfig/gstreamer-control-%%VERSION%%.pc
-share/aclocal/gst-element-check-%%VERSION%%.m4
-share/locale/af/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/az/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/ca/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/cs/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/de/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/en_GB/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/fr/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/it/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/nb/LC_MESSAGES/gstreamer-%%VERSION%%.mo
-share/locale/nl/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
-@unexec rm %D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true
-@dirrm share/gnome/cache/gstreamer-%%VERSION%%
-@unexec rmdir %D/share/gnome/cache 2>/dev/null || true
-@dirrm lib/gstreamer-%%VERSION%%
-@dirrm include/gstreamer-%%VERSION%%/gst/getbits
-@dirrm include/gstreamer-%%VERSION%%/gst/dataprotocol
-@dirrm include/gstreamer-%%VERSION%%/gst/control
-@dirrm include/gstreamer-%%VERSION%%/gst/bytestream
-@dirrm include/gstreamer-%%VERSION%%/gst
-@dirrm include/gstreamer-%%VERSION%%
-@exec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true
diff --git a/multimedia/totem-gstreamer/Makefile b/multimedia/totem-gstreamer/Makefile
deleted file mode 100644
index 28bda1cea..000000000
--- a/multimedia/totem-gstreamer/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: totem-gstreamer
-# Date created: 04 December 2004
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTREVISION= 1
-PKGNAMESUFFIX= -gstreamer
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A Gstreamer-based video player for the Gnome 2 desktop
-
-MASTERDIR= ${.CURDIR}/../totem
-
-OPTIONS=
-WITH_GSTREAMER= yes
-
-CONFLICTS= totem-[0-9]*
-
-.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile
deleted file mode 100644
index b1319f22e..000000000
--- a/multimedia/totem/Makefile
+++ /dev/null
@@ -1,96 +0,0 @@
-# New ports collection makefile for: totem
-# Date created: 17 Oct 2002
-# Whom: Hendrik Scholz <hendrik@scholz.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= totem
-PORTVERSION= 1.0
-CATEGORIES= multimedia gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER?= hendrik@scholz.net
-COMMENT?= A Xine-based video player for the Gnome 2 Desktop
-
-USE_REINPLACE= yes
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop desktopfileutils \
- nautiluscdburner
-WANT_GSTREAMER= yes
-USE_GMAKE= yes
-USE_LIBTOOL_VER=15
-INSTALLS_OMF= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXrandr"
-CONFIGURE_ARGS+=--disable-mozilla
-
-OPTIONS?= DVDNAV "Enable DVD support" on \
- GSTREAMER "Use Gstreamer instead of Xine" off
-
-MAN1= totem.1
-GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \
- totem.schemas
-CONFLICTS= totem-gstreamer-[0-9]*
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_GSTREAMER)
-CONFIGURE_ARGS+=--enable-gstreamer
-USE_GSTREAMER+= gnomevfs core
-WITHOUT_DVDNAV= yes
-PLIST_SUB= GSTREAMER=""
-.else
-LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
-PLIST_SUB= GSTREAMER="@comment "
-.endif
-
-.if defined(WITH_DVDNAV) && !defined(WITHOUT_DVDNAV)
-LIB_DEPENDS+= dvdnav.3:${PORTSDIR}/multimedia/libdvdnav
-.endif
-
-.if defined(WITH_CDROM_DEVICE)
-DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE}
-.else
-.if ${OSVERSION} < 500000
-DEFAULT_CDROM_DEVICE=/dev/acd0c
-.else
-DEFAULT_CDROM_DEVICE=/dev/acd0
-.endif
-.endif
-
-.if defined(WITH_DVD_DEVICE)
-DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
-.else
-.if ${OSVERSION} < 500000
-DEFAULT_DVD_DEVICE=/dev/acd0c
-.else
-DEFAULT_DVD_DEVICE=/dev/acd0
-.endif
-.endif
-
-pre-everything::
- @${ECHO_MSG} "===> The default CDROM device is ${DEFAULT_CDROM_DEVICE}"
- @${ECHO_MSG} "===> Define WITH_CDROM_DEVICE if you want to change the default"
- @${ECHO_MSG} "===> For example, 'make WITH_CDROM_DEVICE=\"/dev/somedevice\"'"
- @${ECHO_MSG} "===>"
- @${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:
- @${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|' \
- ${WRKSRC}/src/totem-preferences.c \
- ${WRKSRC}/src/bacon-video-widget-gst.c
-.if defined(WITH_GSTREAMER)
- @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \
- ${WRKSRC}/src/bacon-video-widget-gst.c
-.endif
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo
deleted file mode 100644
index dbe8c55a9..000000000
--- a/multimedia/totem/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/totem-1.0.tar.bz2) = eddfebd11ccb58caca72edc6485ed22f
-SIZE (gnome2/totem-1.0.tar.bz2) = 1402642
diff --git a/multimedia/totem/files/patch-src::Makefile.in b/multimedia/totem/files/patch-src::Makefile.in
deleted file mode 100644
index 88baa73c4..000000000
--- a/multimedia/totem/files/patch-src::Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/Makefile.in.orig Thu Jan 13 13:03:04 2005
-+++ src/Makefile.in Thu Jan 13 13:04:42 2005
-@@ -236,7 +236,8 @@
-
- totem_mozilla_viewer_LDADD = $(X_LIBS) $(EXTRA_GNOME_LIBS) $(XTEST_LIBS) $(RANDR_LIBS) $(NVTV_LIBS)
-
--plugindir = $(libdir)/mozilla/plugins/
-+@HAVE_MOZILLA_FALSE@plugindir =
-+@HAVE_MOZILLA_TRUE@plugindir = $(libdir)/mozilla/plugins/
- module_flags = -export_dynamic -avoid-version
-
- vanity_SOURCES = \
diff --git a/multimedia/totem/files/patch-src_totem-disk.c b/multimedia/totem/files/patch-src_totem-disk.c
deleted file mode 100644
index f5d9c6848..000000000
--- a/multimedia/totem/files/patch-src_totem-disk.c
+++ /dev/null
@@ -1,39 +0,0 @@
---- src/totem-disc.c.orig Tue Nov 23 04:03:19 2004
-+++ src/totem-disc.c Tue Nov 23 04:05:27 2004
-@@ -25,12 +25,35 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <errno.h>
--#include <mntent.h>
- #include <string.h>
-
- #include <sys/ioctl.h>
- #include <sys/stat.h>
-+
-+#ifdef __FreeBSD__
-+#include <sys/cdio.h>
-+#include <sys/disklabel.h>
-+
-+#define CDROM_DRIVE_STATUS 0x5326
-+#define CDROM_DISC_STATUS 0x5327
-+#define CDS_AUDIO 100
-+#define CDS_MIXED 105
-+#define CDS_DATA_1 101
-+#define CDS_DATA_2 102
-+#define CDS_NO_INFO 0 /* if not implemented */
-+#define CDS_NO_DISC 1
-+#define CDS_TRAY_OPEN 2
-+#define CDS_DRIVE_NOT_READY 3
-+#define CDS_DISC_OK 4
-+#define CDS_XA_2_1 103
-+#define CDS_XA_2_2 104
-+#define CDC_DVD 0x8000
-+#define ENOMEDIUM ENODEV
-+#define CDROM_GET_CAPABILITY CDIOCCLRDEBUG
-+#else
-+#include <mntent.h>
- #include <linux/cdrom.h>
-+#endif
-
- #include <glib.h>
- #include <glib/gi18n.h>
diff --git a/multimedia/totem/pkg-descr b/multimedia/totem/pkg-descr
deleted file mode 100644
index 404246e58..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.hadess.net/totem.php3
-
--- Hendrik Scholz <hendrik@scholz.net>
diff --git a/multimedia/totem/pkg-message b/multimedia/totem/pkg-message
deleted file mode 100644
index 05d7f5b20..000000000
--- a/multimedia/totem/pkg-message
+++ /dev/null
@@ -1,4 +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-plist b/multimedia/totem/pkg-plist
deleted file mode 100644
index 3d9d848dc..000000000
--- a/multimedia/totem/pkg-plist
+++ /dev/null
@@ -1,151 +0,0 @@
-bin/totem
-bin/totem-video-thumbnailer
-include/totem/1/plparser/totem-disc.h
-include/totem/1/plparser/totem-pl-parser-builtins.h
-include/totem/1/plparser/totem-pl-parser.h
-lib/libtotem-plparser.a
-lib/libtotem-plparser.so
-lib/libtotem-plparser.so.0
-lib/nautilus/extensions-1.0/libtotem-properties-page.a
-lib/nautilus/extensions-1.0/libtotem-properties-page.so
-libdata/pkgconfig/totem-plparser.pc
-share/gnome/applications/totem.desktop
-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/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/legal.xml
-share/gnome/help/totem/de/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/legal.xml
-share/gnome/help/totem/es/totem.xml
-share/gnome/help/totem/ru/figures/totem_screenshot.png
-share/gnome/help/totem/ru/figures/totem_start_window.png
-share/gnome/help/totem/ru/legal.xml
-share/gnome/help/totem/ru/totem.xml
-share/gnome/omf/totem/totem-C.omf
-share/gnome/omf/totem/totem-de.omf
-share/gnome/omf/totem/totem-es.omf
-share/gnome/omf/totem/totem-ru.omf
-share/gnome/pixmaps/media-player-48.png
-share/gnome/pixmaps/vanity.png
-share/gnome/totem/filmholes-big-left.png
-share/gnome/totem/filmholes-big-right.png
-share/gnome/totem/filmholes.png
-share/gnome/totem/media-player-48.png
-share/gnome/totem/mozilla-viewer.glade
-share/gnome/totem/playlist-16.png
-share/gnome/totem/playlist-24.png
-share/gnome/totem/playlist-playing.png
-share/gnome/totem/playlist.glade
-share/gnome/totem/popup.glade
-share/gnome/totem/properties.glade
-share/gnome/totem/rhythmbox-volume-max.png
-share/gnome/totem/rhythmbox-volume-zero.png
-share/gnome/totem/screenshot.glade
-share/gnome/totem/skip_to.glade
-share/gnome/totem/stock-tool-brightness-contrast-22.png
-share/gnome/totem/stock_media_next.png
-share/gnome/totem/stock_media_pause.png
-share/gnome/totem/stock_media_play.png
-share/gnome/totem/stock_media_previous.png
-share/gnome/totem/totem.glade
-share/gnome/totem/totem_logo.png
-share/gnome/totem/uri.glade
-share/gnome/totem/vanity.glade
-share/gnome/totem/vanity.png
-share/locale/am/LC_MESSAGES/totem.mo
-share/locale/ar/LC_MESSAGES/totem.mo
-share/locale/az/LC_MESSAGES/totem.mo
-share/locale/be/LC_MESSAGES/totem.mo
-share/locale/bg/LC_MESSAGES/totem.mo
-share/locale/bn/LC_MESSAGES/totem.mo
-share/locale/ca/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/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/fi/LC_MESSAGES/totem.mo
-share/locale/fr/LC_MESSAGES/totem.mo
-share/locale/ga/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/ko/LC_MESSAGES/totem.mo
-share/locale/lt/LC_MESSAGES/totem.mo
-share/locale/lv/LC_MESSAGES/totem.mo
-share/locale/mk/LC_MESSAGES/totem.mo
-share/locale/ml/LC_MESSAGES/totem.mo
-share/locale/ms/LC_MESSAGES/totem.mo
-share/locale/nb/LC_MESSAGES/totem.mo
-share/locale/nl/LC_MESSAGES/totem.mo
-share/locale/no/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/sk/LC_MESSAGES/totem.mo
-share/locale/sq/LC_MESSAGES/totem.mo
-share/locale/sr/LC_MESSAGES/totem.mo
-share/locale/sr@Latn/LC_MESSAGES/totem.mo
-share/locale/sv/LC_MESSAGES/totem.mo
-share/locale/th/LC_MESSAGES/totem.mo
-share/locale/tr/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/zh_CN/LC_MESSAGES/totem.mo
-share/locale/zh_TW/LC_MESSAGES/totem.mo
-@dirrm share/gnome/totem
-@dirrm share/gnome/omf/totem
-@dirrm share/gnome/help/totem/ru/figures
-@dirrm share/gnome/help/totem/ru
-@dirrm share/gnome/help/totem/es/figures
-@dirrm share/gnome/help/totem/es
-@dirrm share/gnome/help/totem/de/figures
-@dirrm share/gnome/help/totem/de
-@dirrm share/gnome/help/totem/C/figures
-@dirrm share/gnome/help/totem/C
-@dirrm share/gnome/help/totem
-%%GSTREAMER%%@unexec rmdir lib/mozilla/plugins 2>/dev/null || /usr/bin/true
-%%GSTREAMER%%@unexec rmdir lib/mozilla 2>/dev/null || /usr/bin/true
-@dirrm include/totem/1/plparser
-@dirrm include/totem/1
-@dirrm include/totem
-@exec update-desktop-database > /dev/null || /usr/bin/true
-@unexec update-desktop-database > /dev/null || /usr/bin/true