summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-22 04:14:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-22 04:14:22 +0800
commitf099191f99b5231538ee0cc68743703b46676b96 (patch)
treea50519c716d7f6a3e36a7f1915947e935ead2978 /multimedia
parenta584ef54c23b372034fd0df4bc18703e6e049416 (diff)
downloadmarcuscom-ports-f099191f99b5231538ee0cc68743703b46676b96.tar
marcuscom-ports-f099191f99b5231538ee0cc68743703b46676b96.tar.gz
marcuscom-ports-f099191f99b5231538ee0cc68743703b46676b96.tar.bz2
marcuscom-ports-f099191f99b5231538ee0cc68743703b46676b96.tar.lz
marcuscom-ports-f099191f99b5231538ee0cc68743703b46676b96.tar.xz
marcuscom-ports-f099191f99b5231538ee0cc68743703b46676b96.tar.zst
marcuscom-ports-f099191f99b5231538ee0cc68743703b46676b96.zip
Add gstreamer-player, and update to 0.8.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2132 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-player/Makefile55
-rw-r--r--multimedia/gstreamer-player/distinfo2
-rw-r--r--multimedia/gstreamer-player/files/patch-configure12
-rw-r--r--multimedia/gstreamer-player/pkg-descr3
-rw-r--r--multimedia/gstreamer-player/pkg-plist50
5 files changed, 122 insertions, 0 deletions
diff --git a/multimedia/gstreamer-player/Makefile b/multimedia/gstreamer-player/Makefile
new file mode 100644
index 000000000..2241f4a73
--- /dev/null
+++ b/multimedia/gstreamer-player/Makefile
@@ -0,0 +1,55 @@
+# New ports collection makefile for: gstreamer player
+# Date created: Fri Jul 12 06:02:42 UTC 2002
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
+#
+# $FreeBSD: ports/multimedia/gstreamer-player/Makefile,v 1.20 2004/03/14 06:17:00 ade Exp $
+#
+
+PORTNAME= gstreamer
+PORTVERSION= 0.8.0
+CATEGORIES= multimedia audio gnome
+MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-player/
+PKGNAMESUFFIX= -player
+DISTNAME= gst-player-${PORTVERSION}
+
+MAINTAINER= lioux@FreeBSD.org
+COMMENT= Simple yet functional mediaplayer written with GStreamer
+
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack \
+ gnomeprefix \
+ gnomedesktop \
+ gstreamerplugins
+USE_LIBTOOL_VER=13
+GNOME_DESKTOP_VERSION=2
+WANT_GNOME= yes
+PLIST_SUB= \
+ VERSION="${PORTVERSION}" \
+ SHLIB_VERSION="${SHLIB_VERSION}"
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gst-player.1
+
+# library minor number
+SHLIB_VERSION= 0
+
+pre-su-install:
+# required for PREFIX safeness, the dir might not exist under PREFIX
+ @${MKDIR} ${PREFIX}/etc/gconf/
+
+.include <bsd.port.pre.mk>
+
+.if ${HAVE_GNOME:Mnautilus2}!=""
+USE_GNOME+= nautilus2
+PLIST_SUB+= GST_PLAYER_VIEW=""
+.else
+PLIST_SUB+= GST_PLAYER_VIEW="@comment "
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/multimedia/gstreamer-player/distinfo b/multimedia/gstreamer-player/distinfo
new file mode 100644
index 000000000..cc29acc6c
--- /dev/null
+++ b/multimedia/gstreamer-player/distinfo
@@ -0,0 +1,2 @@
+MD5 (gst-player-0.8.0.tar.bz2) = 4b67afde07fdcf2bde0e3d9b6699465c
+SIZE (gst-player-0.8.0.tar.bz2) = 413172
diff --git a/multimedia/gstreamer-player/files/patch-configure b/multimedia/gstreamer-player/files/patch-configure
new file mode 100644
index 000000000..366f014f2
--- /dev/null
+++ b/multimedia/gstreamer-player/files/patch-configure
@@ -0,0 +1,12 @@
+--- configure.orig Sun Mar 21 15:03:49 2004
++++ configure Sun Mar 21 15:03:49 2004
+@@ -18471,7 +18471,8 @@
+
+
+ # This can be used to rebuild libtool when needed
+-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh"
++/usr/local/share/libtool13/ltconfig13 $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/multimedia/gstreamer-player/pkg-descr b/multimedia/gstreamer-player/pkg-descr
new file mode 100644
index 000000000..bc9dd3148
--- /dev/null
+++ b/multimedia/gstreamer-player/pkg-descr
@@ -0,0 +1,3 @@
+Simple yet functional mediaplayer written with GStreamer
+
+WWW: http://gstreamer.sourceforge.net/
diff --git a/multimedia/gstreamer-player/pkg-plist b/multimedia/gstreamer-player/pkg-plist
new file mode 100644
index 000000000..0ee551a46
--- /dev/null
+++ b/multimedia/gstreamer-player/pkg-plist
@@ -0,0 +1,50 @@
+bin/gst-player
+etc/gconf/gconf.xml.defaults/apps/gst-player/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gst-player/%gconf.xml
+etc/gconf/schemas/gst-player.schemas
+include/gst-player-%%VERSION%%/gst/gstvideowidget.h
+include/gst-player-%%VERSION%%/gst/gtk-playlist.h
+lib/libgstplayer.a
+lib/libgstplayer.so
+lib/libgstplayer.so.%%SHLIB_VERSION%%
+libdata/bonobo/servers/Gst-Player-Control.server
+%%GST_PLAYER_VIEW%%libdata/bonobo/servers/Gst-Player-View.server
+libexec/gst-player-control
+%%GST_PLAYER_VIEW%%libexec/gst-player-view
+share/gnome/application-registry/gst-player.applications
+share/gnome/applications/gst-player.desktop
+%%GST_PLAYER_VIEW%%share/gnome/gnome-2.0/ui/gst-player-view-ui.xml
+share/gnome/gst-player/ui/about-logo.png
+share/gnome/gst-player/ui/demaximize.png
+share/gnome/gst-player/ui/forward.png
+share/gnome/gst-player/ui/gst-player-48.png
+share/gnome/gst-player/ui/gst-player-logo.png
+share/gnome/gst-player/ui/gst-player-playing.png
+share/gnome/gst-player/ui/gst-player.glade
+share/gnome/gst-player/ui/maximize.png
+share/gnome/gst-player/ui/mediacontrol.glade
+share/gnome/gst-player/ui/next.png
+share/gnome/gst-player/ui/pause.png
+share/gnome/gst-player/ui/play.png
+share/gnome/gst-player/ui/playlist.glade
+share/gnome/gst-player/ui/playlist.png
+share/gnome/gst-player/ui/previous.png
+share/gnome/gst-player/ui/stop.png
+share/gnome/gst-player/ui/volume-max.png
+share/gnome/gst-player/ui/volume-medium.png
+share/gnome/gst-player/ui/volume-min.png
+share/gnome/gst-player/ui/volume-zero.png
+share/gnome/gst-player/ui/volume.png
+share/gnome/gst-player/ui/volume_mute.png
+share/gnome/mime-info/gst-player.keys
+share/gnome/pixmaps/gst-player-48.png
+share/locale/nl/LC_MESSAGES/gst-player.mo
+share/locale/no/LC_MESSAGES/gst-player.mo
+@dirrm share/gnome/gst-player/ui
+@dirrm share/gnome/gst-player
+@unexec rmdir %D/share/gnome/applications 2>/dev/null || true
+@unexec rmdir %D/share/gnome/application-registry 2>/dev/null || true
+@dirrm include/gst-player-%%VERSION%%/gst
+@dirrm include/gst-player-%%VERSION%%
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gst-player
+@dirrm etc/gconf/gconf.xml.defaults/apps/gst-player