diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-27 03:22:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-27 03:22:23 +0800 |
commit | b27a95de933ea94c107249d9b4fc78fc34047982 (patch) | |
tree | 7878c1cd21d0cfae08b7ad070169d6b01d90c104 /multimedia | |
parent | aba1761ee639347b3640ba964e81a81c48260c3d (diff) | |
download | marcuscom-ports-b27a95de933ea94c107249d9b4fc78fc34047982.tar.gz marcuscom-ports-b27a95de933ea94c107249d9b4fc78fc34047982.tar.zst marcuscom-ports-b27a95de933ea94c107249d9b4fc78fc34047982.zip |
Update to 0.7.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1920 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer/Makefile | 12 | ||||
-rw-r--r-- | multimedia/gstreamer/distinfo | 4 | ||||
-rw-r--r-- | multimedia/gstreamer/files/patch-configure | 23 | ||||
-rw-r--r-- | multimedia/gstreamer/files/patch-gst::gstqueue.c | 13 | ||||
-rw-r--r-- | multimedia/gstreamer/pkg-plist | 1 | ||||
-rw-r--r-- | multimedia/gstreamer80/Makefile | 12 | ||||
-rw-r--r-- | multimedia/gstreamer80/distinfo | 4 | ||||
-rw-r--r-- | multimedia/gstreamer80/files/patch-configure | 23 | ||||
-rw-r--r-- | multimedia/gstreamer80/files/patch-gst::gstqueue.c | 13 | ||||
-rw-r--r-- | multimedia/gstreamer80/pkg-plist | 1 |
10 files changed, 34 insertions, 72 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile index 92f2edace..4ec7409cd 100644 --- a/multimedia/gstreamer/Makefile +++ b/multimedia/gstreamer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gstreamer -PORTVERSION= 0.7.4 -PORTREVISION= 2 +PORTVERSION= 0.7.5 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7 @@ -41,14 +40,17 @@ PLIST_SUB= \ SHLIB_VERSION="${SHLIB_VERSION}" INSTALLS_SHLIB= yes -MAN1= gst-inspect-${GST_VERSION}.1 gst-launch-${GST_VERSION}.1 \ - gst-md5sum-${GST_VERSION}.1 gst-typefind-${GST_VERSION}.1 +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" GST_VERSION=${PORTVERSION:C/..$//} # library minor number -SHLIB_VERSION= 6 +SHLIB_VERSION= 7 post-install: # register plugins diff --git a/multimedia/gstreamer/distinfo b/multimedia/gstreamer/distinfo index dc72a3713..c641e138f 100644 --- a/multimedia/gstreamer/distinfo +++ b/multimedia/gstreamer/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gstreamer-0.7.4.tar.bz2) = 121665cc808544604cc5ea2f19c1d454 -SIZE (gnome2/gstreamer-0.7.4.tar.bz2) = 1111563 +MD5 (gnome2/gstreamer-0.7.5.tar.bz2) = 3ab0771b2756a4f6f3985169aca9dca3 +SIZE (gnome2/gstreamer-0.7.5.tar.bz2) = 1110647 diff --git a/multimedia/gstreamer/files/patch-configure b/multimedia/gstreamer/files/patch-configure index 34f0e3572..4dafb1ddd 100644 --- a/multimedia/gstreamer/files/patch-configure +++ b/multimedia/gstreamer/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Fri Feb 6 13:01:39 2004 -+++ configure Fri Feb 6 13:03:19 2004 -@@ -20288,7 +20288,7 @@ +--- configure.orig Thu Feb 26 14:03:31 2004 ++++ configure Thu Feb 26 14:03:31 2004 +@@ -21858,7 +21858,7 @@ EXP_VAR=LOCALEDIR @@ -8,8 +8,8 @@ + FROM_VAR=$prefix/share/locale prefix_save=$prefix - if test "x$prefix" = "xNONE"; then -@@ -20380,7 +20380,7 @@ + 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" @@ -17,8 +17,8 @@ + CFLAGS="$CFLAGS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" -@@ -20421,7 +20421,7 @@ + /* confdefs.h. */ +@@ -22011,7 +22011,7 @@ CFLAGS="$save_CFLAGS" if test "X$flag_ok" = Xyes ; then @@ -27,12 +27,3 @@ true else GST_ERROR="$GST_ERROR" -@@ -21031,7 +21031,7 @@ - echo "${ECHO_T}$XSLTPROC_WORKS" >&6 - fi - -- if test "x$XSLTPROC_WORKS" == "xyes"; then -+ if test "x$XSLTPROC_WORKS" = "xyes"; then - HAVE_DOCBOOK=true - else - HAVE_DOCBOOK=false diff --git a/multimedia/gstreamer/files/patch-gst::gstqueue.c b/multimedia/gstreamer/files/patch-gst::gstqueue.c deleted file mode 100644 index 7fe68100c..000000000 --- a/multimedia/gstreamer/files/patch-gst::gstqueue.c +++ /dev/null @@ -1,13 +0,0 @@ ---- gst/gstqueue.c.orig Mon Feb 2 12:56:53 2004 -+++ gst/gstqueue.c Wed Feb 11 09:46:17 2004 -@@ -361,6 +361,10 @@ - { - while (!g_queue_is_empty (queue->queue)) { - GstData *data = g_queue_pop_head (queue->queue); -+ /* First loose the reference we added when putting that data in the queue */ -+ gst_data_unref (data); -+ /* Then loose another reference because we are supposed to destroy that -+ data when flushing */ - gst_data_unref (data); - } - queue->timeval = NULL; diff --git a/multimedia/gstreamer/pkg-plist b/multimedia/gstreamer/pkg-plist index 4c2a62220..d5bf74ad3 100644 --- a/multimedia/gstreamer/pkg-plist +++ b/multimedia/gstreamer/pkg-plist @@ -4,6 +4,7 @@ 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 diff --git a/multimedia/gstreamer80/Makefile b/multimedia/gstreamer80/Makefile index 92f2edace..4ec7409cd 100644 --- a/multimedia/gstreamer80/Makefile +++ b/multimedia/gstreamer80/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gstreamer -PORTVERSION= 0.7.4 -PORTREVISION= 2 +PORTVERSION= 0.7.5 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7 @@ -41,14 +40,17 @@ PLIST_SUB= \ SHLIB_VERSION="${SHLIB_VERSION}" INSTALLS_SHLIB= yes -MAN1= gst-inspect-${GST_VERSION}.1 gst-launch-${GST_VERSION}.1 \ - gst-md5sum-${GST_VERSION}.1 gst-typefind-${GST_VERSION}.1 +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" GST_VERSION=${PORTVERSION:C/..$//} # library minor number -SHLIB_VERSION= 6 +SHLIB_VERSION= 7 post-install: # register plugins diff --git a/multimedia/gstreamer80/distinfo b/multimedia/gstreamer80/distinfo index dc72a3713..c641e138f 100644 --- a/multimedia/gstreamer80/distinfo +++ b/multimedia/gstreamer80/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gstreamer-0.7.4.tar.bz2) = 121665cc808544604cc5ea2f19c1d454 -SIZE (gnome2/gstreamer-0.7.4.tar.bz2) = 1111563 +MD5 (gnome2/gstreamer-0.7.5.tar.bz2) = 3ab0771b2756a4f6f3985169aca9dca3 +SIZE (gnome2/gstreamer-0.7.5.tar.bz2) = 1110647 diff --git a/multimedia/gstreamer80/files/patch-configure b/multimedia/gstreamer80/files/patch-configure index 34f0e3572..4dafb1ddd 100644 --- a/multimedia/gstreamer80/files/patch-configure +++ b/multimedia/gstreamer80/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Fri Feb 6 13:01:39 2004 -+++ configure Fri Feb 6 13:03:19 2004 -@@ -20288,7 +20288,7 @@ +--- configure.orig Thu Feb 26 14:03:31 2004 ++++ configure Thu Feb 26 14:03:31 2004 +@@ -21858,7 +21858,7 @@ EXP_VAR=LOCALEDIR @@ -8,8 +8,8 @@ + FROM_VAR=$prefix/share/locale prefix_save=$prefix - if test "x$prefix" = "xNONE"; then -@@ -20380,7 +20380,7 @@ + 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" @@ -17,8 +17,8 @@ + CFLAGS="$CFLAGS" cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" -@@ -20421,7 +20421,7 @@ + /* confdefs.h. */ +@@ -22011,7 +22011,7 @@ CFLAGS="$save_CFLAGS" if test "X$flag_ok" = Xyes ; then @@ -27,12 +27,3 @@ true else GST_ERROR="$GST_ERROR" -@@ -21031,7 +21031,7 @@ - echo "${ECHO_T}$XSLTPROC_WORKS" >&6 - fi - -- if test "x$XSLTPROC_WORKS" == "xyes"; then -+ if test "x$XSLTPROC_WORKS" = "xyes"; then - HAVE_DOCBOOK=true - else - HAVE_DOCBOOK=false diff --git a/multimedia/gstreamer80/files/patch-gst::gstqueue.c b/multimedia/gstreamer80/files/patch-gst::gstqueue.c deleted file mode 100644 index 7fe68100c..000000000 --- a/multimedia/gstreamer80/files/patch-gst::gstqueue.c +++ /dev/null @@ -1,13 +0,0 @@ ---- gst/gstqueue.c.orig Mon Feb 2 12:56:53 2004 -+++ gst/gstqueue.c Wed Feb 11 09:46:17 2004 -@@ -361,6 +361,10 @@ - { - while (!g_queue_is_empty (queue->queue)) { - GstData *data = g_queue_pop_head (queue->queue); -+ /* First loose the reference we added when putting that data in the queue */ -+ gst_data_unref (data); -+ /* Then loose another reference because we are supposed to destroy that -+ data when flushing */ - gst_data_unref (data); - } - queue->timeval = NULL; diff --git a/multimedia/gstreamer80/pkg-plist b/multimedia/gstreamer80/pkg-plist index 4c2a62220..d5bf74ad3 100644 --- a/multimedia/gstreamer80/pkg-plist +++ b/multimedia/gstreamer80/pkg-plist @@ -4,6 +4,7 @@ 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 |