summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer')
-rw-r--r--multimedia/gstreamer/Makefile66
-rw-r--r--multimedia/gstreamer/distinfo2
-rw-r--r--multimedia/gstreamer/files/patch-configure29
-rw-r--r--multimedia/gstreamer/files/patch-gst::cothreads.c22
-rw-r--r--multimedia/gstreamer/files/patch-gst::gstthreaddummy.c10
-rw-r--r--multimedia/gstreamer/files/patch-ltmain.sh51
-rw-r--r--multimedia/gstreamer/pkg-descr24
-rw-r--r--multimedia/gstreamer/pkg-plist111
8 files changed, 0 insertions, 315 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile
deleted file mode 100644
index 4d711dfda..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: ports/multimedia/gstreamer/Makefile,v 1.15 2003/10/13 19:22:31 marcus Exp $
-#
-
-PORTNAME= gstreamer
-PORTVERSION= 0.7.6
-CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7
-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_PYTHON= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-WANT_GNOME= yes
-USE_GNOME= gnomehack \
- gnomeprefix \
- glib20 \
- pkgconfig \
- libxml2
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-tests \
- --disable-failing-tests
-CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \
- CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-PLIST_SUB= \
- VERSION="${GST_VERSION}" \
- SHLIB_VERSION="${SHLIB_VERSION}"
-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
-
-PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"
-VERSION=0.8.0
-GST_VERSION=${VERSION:C/..$//}
-
-# library minor number
-SHLIB_VERSION= 0
-
-post-install:
-# register plugins
- -@${PREFIX}/bin/gst-register-${GST_VERSION} 2>/dev/null
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mlibgnomeui}!=""
-USE_GNOME+= libgnomeui
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/gstreamer/distinfo b/multimedia/gstreamer/distinfo
deleted file mode 100644
index ab4ef9ec4..000000000
--- a/multimedia/gstreamer/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/gstreamer-0.7.6.tar.bz2) = 9b40ac6b7db68fcc533065618d019854
-SIZE (gnome2/gstreamer-0.7.6.tar.bz2) = 1122009
diff --git a/multimedia/gstreamer/files/patch-configure b/multimedia/gstreamer/files/patch-configure
deleted file mode 100644
index 4dafb1ddd..000000000
--- a/multimedia/gstreamer/files/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig Thu Feb 26 14:03:31 2004
-+++ configure Thu Feb 26 14:03:31 2004
-@@ -21858,7 +21858,7 @@
-
-
- EXP_VAR=LOCALEDIR
-- FROM_VAR=$datadir/locale
-+ FROM_VAR=$prefix/share/locale
-
- prefix_save=$prefix
- exec_prefix_save=$exec_prefix
-@@ -21961,7 +21961,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. */
-@@ -22011,7 +22011,7 @@
- CFLAGS="$save_CFLAGS"
-
- if test "X$flag_ok" = Xyes ; then
-- GST_ERROR="$GST_ERROR -Werror"
-+ GST_ERROR="$GST_ERROR"
- true
- else
- GST_ERROR="$GST_ERROR"
diff --git a/multimedia/gstreamer/files/patch-gst::cothreads.c b/multimedia/gstreamer/files/patch-gst::cothreads.c
deleted file mode 100644
index b66b7062f..000000000
--- a/multimedia/gstreamer/files/patch-gst::cothreads.c
+++ /dev/null
@@ -1,22 +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 */
-@@ -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-gst::gstthreaddummy.c b/multimedia/gstreamer/files/patch-gst::gstthreaddummy.c
deleted file mode 100644
index 71bace480..000000000
--- a/multimedia/gstreamer/files/patch-gst::gstthreaddummy.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- gst/gstthreaddummy.c.orig Mon Jun 30 14:31:13 2003
-+++ gst/gstthreaddummy.c Fri Nov 14 15:36:22 2003
-@@ -17,6 +17,7 @@
- * Boston, MA 02111-1307, USA.
- */
-
-+#include <sys/types.h>
- #include <unistd.h>
- #include <sys/time.h>
- #include <glib.h>
diff --git a/multimedia/gstreamer/files/patch-ltmain.sh b/multimedia/gstreamer/files/patch-ltmain.sh
deleted file mode 100644
index 9b5b1ec3b..000000000
--- a/multimedia/gstreamer/files/patch-ltmain.sh
+++ /dev/null
@@ -1,51 +0,0 @@
---- ltmain.sh.orig Tue Oct 28 09:26:50 2003
-+++ ltmain.sh Sat Feb 21 15:30:25 2004
-@@ -1280,7 +1280,7 @@
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd* | *-*-freebsd*)
-+ *-*-openbsd* | *-*-freebsd4*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -1290,8 +1290,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -3000,6 +3008,9 @@
- # problems, so we reset it completely
- verstring=
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- verstring="0.0"
- ;;
-@@ -5428,10 +5439,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
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 b7f20f27d..000000000
--- a/multimedia/gstreamer/pkg-plist
+++ /dev/null
@@ -1,111 +0,0 @@
-@unexec %D/bin/gst-register 2>/dev/null || true
-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/bytestream.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/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/gstlog.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/gstregistrypool.h
-include/gstreamer-%%VERSION%%/gst/gstregistry.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/gsturitype.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
-lib/gstreamer-%%VERSION%%/libgstbasicgthreadscheduler.so
-lib/gstreamer-%%VERSION%%/libgstbasicomegascheduler.so
-lib/gstreamer-%%VERSION%%/libgstbytestream.so
-lib/gstreamer-%%VERSION%%/libgstelements.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/fr/LC_MESSAGES/gstreamer-0.7.mo
-share/locale/nl/LC_MESSAGES/gstreamer-0.7.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/control
-@dirrm include/gstreamer-%%VERSION%%/gst/bytestream
-@dirrm include/gstreamer-%%VERSION%%/gst
-@dirrm include/gstreamer-%%VERSION%%
-@exec %D/bin/gst-register 2>/dev/null || true