From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 6 20:09:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0F1616A4CE; Wed, 6 Oct 2004 20:09:20 +0000 (GMT) Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDC6443D5D; Wed, 6 Oct 2004 20:09:19 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf24aec.mail.bellsouth.netESMTP <20041006200919.LDGE1757.imf24aec.mail.bellsouth.net@[192.168.1.5]>; Wed, 6 Oct 2004 16:09:19 -0400 In-Reply-To: <200410060648.i966m848010775@freefall.freebsd.org> References: <200410060648.i966m848010775@freefall.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: multipart/mixed; boundary=Apple-Mail-3-674556944 Message-Id: <9A1D5E36-17D3-11D9-8817-000A958C81C6@ahze.net> From: Michael Johnson Date: Wed, 6 Oct 2004 16:09:17 -0400 To: Mario Sergio Fujikawa Ferreira , freebsd-ports-bugs@FreeBSD.org X-Mailer: Apple Mail (2.619) cc: Sergei Kolobov Subject: Re: ports/72362: [PATCH] multimedia/gstreamer: update to 0.8.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 20:09:20 -0000 --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--