Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2004 16:09:17 -0400
From:      Michael Johnson <ahze@ahze.net>
To:        Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>, freebsd-ports-bugs@FreeBSD.org
Cc:        Sergei Kolobov <sergei@FreeBSD.org>
Subject:   Re: ports/72362: [PATCH] multimedia/gstreamer: update to 0.8.6
Message-ID:  <9A1D5E36-17D3-11D9-8817-000A958C81C6@ahze.net>
In-Reply-To: <200410060648.i966m848010775@freefall.freebsd.org>
References:  <200410060648.i966m848010775@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail-3-674556944
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed

Here is a update to 0.8.7
Please use this patch and not the previous, it conflicts.


--Apple-Mail-3-674556944
Content-Transfer-Encoding: 7bit
Content-Type: application/octet-stream;
	x-unix-mode=0644;
	name="gstreamer-0.8.7.patch"
Content-Disposition: attachment;
	filename=gstreamer-0.8.7.patch

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/gstreamer/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- Makefile	16 Aug 2004 21:21:59 -0000	1.27
+++ Makefile	6 Oct 2004 20:01:23 -0000
@@ -6,11 +6,12 @@
 #
 
 PORTNAME=	gstreamer
-PORTVERSION=	0.8.5
+PORTVERSION=	0.8.7
 CATEGORIES=	multimedia
-MASTER_SITES=	${MASTER_SITE_GNOME} \
+MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer/ \
+		${MASTER_SITE_GNOME} \
 		http://gstreamer.freedesktop.org/src/gstreamer/pre/
-MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.8
+MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${GST_VERSION}
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	lioux@FreeBSD.org
@@ -28,13 +29,11 @@
 USE_GNOME=	gnomehack \
 		gnomeprefix \
 		glib20 \
-		pkgconfig \
 		libxml2
 USE_LIBTOOL_VER=15
-CONFIGURE_ARGS= --disable-tests \
+CONFIGURE_ARGS=	--disable-tests \
 		--disable-failing-tests
-CONFIGURE_ENV=	PKG_CONFIG=${PKG_CONFIG} \
-		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 PLIST_SUB=	\
 		VERSION="${GST_VERSION}" \
@@ -48,7 +47,6 @@
 	gst-register-${GST_VERSION}.1 gst-typefind-${GST_VERSION}.1 \
 	gst-xmllaunch-${GST_VERSION}.1 gst-xmlinspect-${GST_VERSION}.1
 
-PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"
 GST_VERSION=${PORTVERSION:C/..$//}
 
 # library minor number
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/multimedia/gstreamer/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	16 Aug 2004 21:21:59 -0000	1.14
+++ distinfo	6 Oct 2004 20:01:37 -0000
@@ -1,2 +1,2 @@
-MD5 (gnome2/gstreamer-0.8.5.tar.bz2) = 4e4629a9ecbeee423ce83a56be160000
-SIZE (gnome2/gstreamer-0.8.5.tar.bz2) = 1385864
+MD5 (gnome2/gstreamer-0.8.7.tar.bz2) = 6cbfa914cd577d2623bf7e16cf1f6510
+SIZE (gnome2/gstreamer-0.8.7.tar.bz2) = 1385405

--Apple-Mail-3-674556944--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9A1D5E36-17D3-11D9-8817-000A958C81C6>