1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port gstreamer-player version 0.4.0: Simple yet functional

mediaplayer written with GStreamer
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-07-15 21:45:20 +00:00
parent 94f8b9b1f9
commit 9e0daa64a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63048
11 changed files with 149 additions and 0 deletions

View File

@ -110,6 +110,7 @@
SUBDIR += gridpix
SUBDIR += gsculpt
SUBDIR += gstreamer
SUBDIR += gstreamer-player
SUBDIR += gstreamer-plugins
SUBDIR += gsubedit
SUBDIR += gthumb

View File

@ -0,0 +1,44 @@
# 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$
#
PORTNAME= gstreamer
PORTVERSION= 0.4.0
CATEGORIES= graphics gnome
MASTER_SITES= http://gstreamer.net/releases/0.4.0/src/
PKGNAMESUFFIX= -player
DISTNAME= gst-player-${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \
gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \
gstreamer.0:${PORTSDIR}/graphics/gstreamer \
gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
popt.0:${PORTSDIR}/devel/popt \
xml2.5:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS= gst-visualise:${PORTSDIR}/graphics/gstreamer-plugins
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} \
--localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG}
INSTALLS_SHLIB= yes
PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"
post-patch:
# remove version number from include dir name
@${FIND} ${WRKSRC} -type f -name Makefile.in | \
${XARGS} -n 10 ${REINPLACE_CMD} -E \
's|^(lib[[:alpha:]]+includedir.+)-@VERSION@|\1|'
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gst-player-0.4.0.tar.gz) = b991024aaa225a2daa214637ee1ab1e6

View File

@ -0,0 +1 @@
Simple yet functional mediaplayer written with GStreamer

View File

@ -0,0 +1,3 @@
Simple yet functional mediaplayer written with GStreamer
WWW: http://gstreamer.sourceforge.net/

View File

@ -0,0 +1,25 @@
bin/gst-player
include/gstreamer/gst-player/gst/gstvideowidget.h
include/gstreamer/gst/gst-player/play/play.h
lib/gst/libgstplay.la
lib/gst/libgstplay.so
lib/gst/libgstplay.so.0
lib/libgstplayer.la
lib/libgstplayer.so
lib/libgstplayer.so.0
share/gnome/applications/gst-player.desktop
share/gnome/pixmaps/gst-player/mini-down.png
share/gnome/pixmaps/gst-player/mini-up.png
share/gnome/pixmaps/gst-player/seek-small.png
share/gnome/pixmaps/gst-player/seek.png
@dirrm share/gnome/pixmaps/gst-player
@unexec rmdir %D/share/gnome/pixmaps 2>/dev/null || true
@unexec rmdir %D/share/gnome/applications 2>/dev/null || true
@unexec rmdir %D/share/gnome 2>/dev/null 2>/dev/null || true
@dirrm lib/gst
@dirrm include/gstreamer/gst/gst-player/play
@dirrm include/gstreamer/gst/gst-player
@dirrm include/gstreamer/gst-player/gst
@dirrm include/gstreamer/gst-player
@dirrm include/gstreamer/gst
@dirrm include/gstreamer

View File

@ -0,0 +1,44 @@
# 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$
#
PORTNAME= gstreamer
PORTVERSION= 0.4.0
CATEGORIES= graphics gnome
MASTER_SITES= http://gstreamer.net/releases/0.4.0/src/
PKGNAMESUFFIX= -player
DISTNAME= gst-player-${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \
gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \
gstreamer.0:${PORTSDIR}/graphics/gstreamer \
gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
popt.0:${PORTSDIR}/devel/popt \
xml2.5:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS= gst-visualise:${PORTSDIR}/graphics/gstreamer-plugins
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} \
--localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG}
INSTALLS_SHLIB= yes
PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"
post-patch:
# remove version number from include dir name
@${FIND} ${WRKSRC} -type f -name Makefile.in | \
${XARGS} -n 10 ${REINPLACE_CMD} -E \
's|^(lib[[:alpha:]]+includedir.+)-@VERSION@|\1|'
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gst-player-0.4.0.tar.gz) = b991024aaa225a2daa214637ee1ab1e6

View File

@ -0,0 +1 @@
Simple yet functional mediaplayer written with GStreamer

View File

@ -0,0 +1,3 @@
Simple yet functional mediaplayer written with GStreamer
WWW: http://gstreamer.sourceforge.net/

View File

@ -0,0 +1,25 @@
bin/gst-player
include/gstreamer/gst-player/gst/gstvideowidget.h
include/gstreamer/gst/gst-player/play/play.h
lib/gst/libgstplay.la
lib/gst/libgstplay.so
lib/gst/libgstplay.so.0
lib/libgstplayer.la
lib/libgstplayer.so
lib/libgstplayer.so.0
share/gnome/applications/gst-player.desktop
share/gnome/pixmaps/gst-player/mini-down.png
share/gnome/pixmaps/gst-player/mini-up.png
share/gnome/pixmaps/gst-player/seek-small.png
share/gnome/pixmaps/gst-player/seek.png
@dirrm share/gnome/pixmaps/gst-player
@unexec rmdir %D/share/gnome/pixmaps 2>/dev/null || true
@unexec rmdir %D/share/gnome/applications 2>/dev/null || true
@unexec rmdir %D/share/gnome 2>/dev/null 2>/dev/null || true
@dirrm lib/gst
@dirrm include/gstreamer/gst/gst-player/play
@dirrm include/gstreamer/gst/gst-player
@dirrm include/gstreamer/gst-player/gst
@dirrm include/gstreamer/gst-player
@dirrm include/gstreamer/gst
@dirrm include/gstreamer