summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-07 03:32:35 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-07 03:32:35 +0800
commitd9a242808b723ef1710d2630c907bc147496ba6f (patch)
tree54eed5b4ff2ab560ade4ab841c434288284fafb9
parent15baafc16b3bf88df51fa1dadde8131d25ff1481 (diff)
downloadmarcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.tar
marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.tar.gz
marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.tar.bz2
marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.tar.lz
marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.tar.xz
marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.tar.zst
marcuscom-ports-d9a242808b723ef1710d2630c907bc147496ba6f.zip
- Add gstreamer-plugins-neon
- Back up the date created in bz2 plugin git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6514 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--Mk/bsd.gstreamer.mk6
-rw-r--r--multimedia/gstreamer-plugins-bz2/Makefile4
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common10
-rw-r--r--www/gstreamer-plugins-neon/Makefile17
4 files changed, 32 insertions, 5 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index 1b49c1038..3f52c928b 100644
--- a/Mk/bsd.gstreamer.mk
+++ b/Mk/bsd.gstreamer.mk
@@ -7,7 +7,7 @@
# Date: 4 Oct 2004
#
# $FreeBSD: ports/Mk/bsd.gstreamer.mk,v 1.18 2006/05/16 01:43:00 ahze Exp $
-# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.29 2006/06/11 23:54:03 marcus Exp $
+# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.30 2006/07/06 19:04:00 ahze Exp $
.if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include)
@@ -64,7 +64,7 @@ _USE_GSTREAMER_ALL= a52dec aalib bad bz2 cairo cdparanoia dts \
dv dvd esound faac faad ffmpeg flac gconf gnomevfs \
gnonlin good gsm hal ivorbis jpeg ladspa lame libcaca \
libmms libpng libvisual mad mpeg2dec \
- musepack ogg pango python sdl shout2 sidplay \
+ musepack neon ogg pango python sdl shout2 sidplay \
speex theora ugly vorbis wavpack xvid
_USE_GSTREAMER80_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \
dirac dts dv dvd esound faac faad ffmpeg flac \
@@ -133,6 +133,8 @@ musicbrainz_DEPENDS= audio/gstreamer-plugins-musicbrainz
nas_DEPENDS= audio/gstreamer-plugins-nas
+neon_DEPENDS= www/gstreamer-plugins-neon
+
ogg_DEPENDS= audio/gstreamer-plugins-ogg
polyp_DEPENDS= audio/gstreamer-plugins-polyp
diff --git a/multimedia/gstreamer-plugins-bz2/Makefile b/multimedia/gstreamer-plugins-bz2/Makefile
index 57e211b29..bc1623443 100644
--- a/multimedia/gstreamer-plugins-bz2/Makefile
+++ b/multimedia/gstreamer-plugins-bz2/Makefile
@@ -1,9 +1,9 @@
# New ports collection makefile for: gstreamer-plugins-bz2
-# Date created: 7 July 2006
+# Date created: 6 July 2006
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/multimedia/gstreamer-plugins-bz2/Makefile,v 1.1 2006/07/06 19:04:00 ahze Exp $
PORTREVISION= 0
CATEGORIES= multimedia
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index 0e21a5998..23f8a2446 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -1,5 +1,5 @@
# $FreeBSD: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.34 2006/06/09 20:24:02 ahze Exp $
-# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.56 2006/06/25 20:43:13 marcus Exp $
+# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.57 2006/07/06 19:04:00 ahze Exp $
# base
BASE_GST_ALL_PLUGINS= \
alsa \
@@ -255,6 +255,14 @@ gst_musicbrainz_PLIST_FILES= ${GST_LIB_DIR}/libgsttrm.so \
${GST_LIB_DIR}/libgsttrm.la
gst_musicbrainz_DIST= bad
+# neon
+gst_neon_LIB_DEPENDS+= neon.25:${PORTSDIR}/www/neon
+gst_neon_CONFIGURE_ENV+= NEON_CFLAGS="-I${LOCALBASE}/include/neon"
+gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.a \
+ ${GST_LIB_DIR}/libgstneonhttpsrc.la \
+ ${GST_LIB_DIR}/libgstneonhttpsrc.so
+gst_neon_DIST= bad
+
# ogg
gst_ogg_LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg
gst_ogg_EXTRA_LIBS+= -lgstriff-${VERSION}
diff --git a/www/gstreamer-plugins-neon/Makefile b/www/gstreamer-plugins-neon/Makefile
new file mode 100644
index 000000000..7f7d509aa
--- /dev/null
+++ b/www/gstreamer-plugins-neon/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-neon
+# Date created: 6 July 2006
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= www
+
+COMMENT= Gstreamer neon plugin
+
+GST_PLUGIN= neon
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"