ports/73680: [PATCH] multimedia/gstreamer-editor: update to 0.8.0
Michael Johnson
ahze at FreeBSD.org
Mon Nov 8 19:30:50 UTC 2004
>Number: 73680
>Category: ports
>Synopsis: [PATCH] multimedia/gstreamer-editor: update to 0.8.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 08 19:30:33 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Michael Johnson
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD blueheron.ahze.net 5.3-STABLE FreeBSD 5.3-STABLE #69: Mon Oct 25 23:48:21 EDT 2004
>Description:
- Update to 0.8.0
Removed file(s):
- files/patch-ltmain.sh
Port maintainer (lioux at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- gstreamer-editor-0.8.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/gstreamer-editor.orig/Makefile /usr/ports/multimedia/gstreamer-editor/Makefile
--- /usr/ports/multimedia/gstreamer-editor.orig/Makefile Mon Nov 8 14:17:20 2004
+++ /usr/ports/multimedia/gstreamer-editor/Makefile Mon Nov 8 14:01:42 2004
@@ -6,8 +6,7 @@
#
PORTNAME= gstreamer
-PORTVERSION= 0.7.0
-PORTREVISION= 4
+PORTVERSION= 0.8.0
CATEGORIES= multimedia gnome
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-editor/
PKGNAMESUFFIX= -editor
@@ -16,27 +15,24 @@
MAINTAINER= lioux at FreeBSD.org
COMMENT= Provide View and Controller counterparts to GStreamer's Model
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer \
popt.0:${PORTSDIR}/devel/popt
RUN_DEPENDS= gst-visualise-0.8:${PORTSDIR}/multimedia/gstreamer-plugins
USE_BZIP2= yes
USE_X_PREFIX= yes
+USE_LIBTOOL_VER=15
+USE_GMAKE= yes
USE_GNOME= gnomehack \
gnomehier \
gnomeprefix \
gconf2 \
libglade2 \
libgnomeui
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG}
PLIST_SUB= \
VERSION="${PORTVERSION}"
INSTALLS_SHLIB= yes
MAN1= gst-editor.1 gst-inspect-gui.1 gst-launch-gui.1
-
-PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"
.include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/multimedia/gstreamer-editor.orig/distinfo /usr/ports/multimedia/gstreamer-editor/distinfo
--- /usr/ports/multimedia/gstreamer-editor.orig/distinfo Mon Nov 8 14:17:20 2004
+++ /usr/ports/multimedia/gstreamer-editor/distinfo Mon Nov 8 13:55:46 2004
@@ -1,2 +1,2 @@
-MD5 (gst-editor-0.7.0.tar.bz2) = 4a00e603b7a94a560fafee65162092ad
-SIZE (gst-editor-0.7.0.tar.bz2) = 340490
+MD5 (gst-editor-0.8.0.tar.bz2) = 6552880c22f8571438ed29852e28f273
+SIZE (gst-editor-0.8.0.tar.bz2) = 356642
diff -ruN --exclude=CVS /usr/ports/multimedia/gstreamer-editor.orig/files/patch-ltmain.sh /usr/ports/multimedia/gstreamer-editor/files/patch-ltmain.sh
--- /usr/ports/multimedia/gstreamer-editor.orig/files/patch-ltmain.sh Mon Nov 8 14:17:20 2004
+++ /usr/ports/multimedia/gstreamer-editor/files/patch-ltmain.sh Wed Dec 31 19:00:00 1969
@@ -1,51 +0,0 @@
---- ltmain.sh.orig Tue Oct 28 09:26:50 2003
-+++ ltmain.sh Sat Feb 21 15:30:25 2004
-@@ -1280,7 +1280,7 @@
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd* | *-*-freebsd*)
-+ *-*-openbsd* | *-*-freebsd4*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -1290,8 +1290,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -3000,6 +3008,9 @@
- # problems, so we reset it completely
- verstring=
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- verstring="0.0"
- ;;
-@@ -5428,10 +5439,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff -ruN --exclude=CVS /usr/ports/multimedia/gstreamer-editor.orig/pkg-plist /usr/ports/multimedia/gstreamer-editor/pkg-plist
--- /usr/ports/multimedia/gstreamer-editor.orig/pkg-plist Mon Nov 8 14:17:20 2004
+++ /usr/ports/multimedia/gstreamer-editor/pkg-plist Mon Nov 8 14:09:02 2004
@@ -31,10 +31,8 @@
share/gnome/applications/gst-inspect.desktop
share/gnome/applications/gst-launch.desktop
share/gnome/gst-editor/editor.glade2
-share/gnome/gst-editor/editorelement.glade2
share/gnome/gst-editor/gnome/help/gst-editor/C/gst-editor-manual.xml
share/gnome/gst-editor/gnome/help/gst-editor/C/legal.xml
-share/gnome/gst-editor/gst-debug-ui.glade2
share/gnome/gst-editor/gst-editor.png
share/gnome/omf/gst-editor/gst-editor-manual-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gst-editor/gst-editor-manual-C.omf 2>/dev/null || /usr/bin/true
--- gstreamer-editor-0.8.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list