summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-20 03:18:19 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-20 03:18:19 +0800
commita96c25334b449c6664abd6f2effc0737638a8dd0 (patch)
tree4bd7b9c4425bf268cf304fe6e02e0d807736152f /multimedia/gstreamer
parenta425c4289d0f3ccd8d849cbf6cb2d4c0dc372eac (diff)
downloadmarcuscom-ports-a96c25334b449c6664abd6f2effc0737638a8dd0.tar
marcuscom-ports-a96c25334b449c6664abd6f2effc0737638a8dd0.tar.gz
marcuscom-ports-a96c25334b449c6664abd6f2effc0737638a8dd0.tar.bz2
marcuscom-ports-a96c25334b449c6664abd6f2effc0737638a8dd0.tar.lz
marcuscom-ports-a96c25334b449c6664abd6f2effc0737638a8dd0.tar.xz
marcuscom-ports-a96c25334b449c6664abd6f2effc0737638a8dd0.tar.zst
marcuscom-ports-a96c25334b449c6664abd6f2effc0737638a8dd0.zip
Update to 0.7.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1500 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer')
-rw-r--r--multimedia/gstreamer/Makefile8
-rw-r--r--multimedia/gstreamer/distinfo2
-rw-r--r--multimedia/gstreamer/files/patch-configure21
-rw-r--r--multimedia/gstreamer/pkg-plist7
4 files changed, 22 insertions, 16 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile
index 1bae0a7d3..b7db76afa 100644
--- a/multimedia/gstreamer/Makefile
+++ b/multimedia/gstreamer/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gstreamer
-PORTVERSION= 0.7.2
+PORTVERSION= 0.7.3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7
@@ -20,6 +20,7 @@ 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
@@ -34,7 +35,6 @@ CONFIGURE_ARGS= --disable-tests \
CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-CONFIGURE_TARGET=
PLIST_SUB= \
VERSION="${GST_VERSION}" \
SHLIB_VERSION="${SHLIB_VERSION}"
@@ -49,11 +49,11 @@ PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"
GST_VERSION=${PORTVERSION:C/..$//}
# library minor number
-SHLIB_VERSION= 3
+SHLIB_VERSION= 5
post-install:
# register plugins
- @${PREFIX}/bin/gst-register-${GST_VERSION} 2>/dev/null
+ -@${PREFIX}/bin/gst-register-${GST_VERSION} 2>/dev/null
.include <bsd.port.pre.mk>
diff --git a/multimedia/gstreamer/distinfo b/multimedia/gstreamer/distinfo
index 95b7c0759..aa66eb087 100644
--- a/multimedia/gstreamer/distinfo
+++ b/multimedia/gstreamer/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gstreamer-0.7.2.tar.bz2) = 3f151b7b8c461b8df37f79dce6f7ceff
+MD5 (gnome2/gstreamer-0.7.3.tar.bz2) = 6512fd27235657e5c5ea37f47e05f9a3
diff --git a/multimedia/gstreamer/files/patch-configure b/multimedia/gstreamer/files/patch-configure
index 11e54cb76..c8c9b6317 100644
--- a/multimedia/gstreamer/files/patch-configure
+++ b/multimedia/gstreamer/files/patch-configure
@@ -1,6 +1,15 @@
---- configure.orig Sat Sep 27 14:13:57 2003
-+++ configure Sat Sep 27 14:18:37 2003
-@@ -8173,7 +8173,7 @@
+--- configure.orig Fri Dec 19 13:32:43 2003
++++ configure Fri Dec 19 13:49:52 2003
+@@ -19973,7 +19973,7 @@
+ test "x$prefix" = xNONE && prefix=$ac_default_prefix
+ test "x$exec_prefix" = xNONE && exec_prefix=$prefix
+ if test "x$CATOBJEXT" = "x.mo" ; then
+- localedir=`eval echo "${libdir}/locale"`
++ localedir=`eval echo "${prefix}/share/locale"`
+ else
+ localedir=`eval echo "${datadir}/locale"`
+ fi
+@@ -20047,7 +20047,7 @@
echo $ECHO_N "checking to see if compiler understands -Werror... $ECHO_C" >&6
save_CFLAGS="$CFLAGS"
@@ -9,7 +18,7 @@
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
-@@ -8214,7 +8214,7 @@
+@@ -20088,7 +20088,7 @@
CFLAGS="$save_CFLAGS"
if test "X$flag_ok" = Xyes ; then
@@ -17,8 +26,8 @@
+ GST_ERROR="$GST_ERROR"
true
else
-
-@@ -9607,7 +9607,7 @@
+ GST_ERROR="$GST_ERROR"
+@@ -21732,7 +21732,7 @@
:
fi
diff --git a/multimedia/gstreamer/pkg-plist b/multimedia/gstreamer/pkg-plist
index a03f43dfc..77c2c6c59 100644
--- a/multimedia/gstreamer/pkg-plist
+++ b/multimedia/gstreamer/pkg-plist
@@ -20,7 +20,6 @@ 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/gstautoplug.h
include/gstreamer-%%VERSION%%/gst/gstbin.h
include/gstreamer-%%VERSION%%/gst/gstbuffer.h
include/gstreamer-%%VERSION%%/gst/gstbufferpool-default.h
@@ -57,6 +56,8 @@ 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
@@ -68,8 +69,6 @@ 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%%/libgstautoplugcache.so
-lib/gstreamer-%%VERSION%%/libgstautoplugger.so
lib/gstreamer-%%VERSION%%/libgstbasicgthreadscheduler.so
lib/gstreamer-%%VERSION%%/libgstbasicomegascheduler.so
lib/gstreamer-%%VERSION%%/libgstbytestream.so
@@ -80,8 +79,6 @@ lib/gstreamer-%%VERSION%%/libgstoptgthreadscheduler.so
lib/gstreamer-%%VERSION%%/libgstoptomegascheduler.so
lib/gstreamer-%%VERSION%%/libgstoptscheduler.so
lib/gstreamer-%%VERSION%%/libgstspider.so
-lib/gstreamer-%%VERSION%%/libgststaticautoplug.so
-lib/gstreamer-%%VERSION%%/libgststaticautoplugrender.so
lib/libgstcontrol-%%VERSION%%.a
lib/libgstcontrol-%%VERSION%%.so
lib/libgstcontrol-%%VERSION%%.so.%%SHLIB_VERSION%%