Date: Tue, 10 Jun 2003 23:09:51 -0300 From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: gnome@FreeBSD.org Subject: RFC gstreamer 0.6.2 update Message-ID: <20030611021013.4160.qmail@exxodus.fedaykin.here>
next in thread | raw e-mail | index | archive | help
--dc+cDN39EJAMEtIO Content-Type: multipart/mixed; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I've just updated both gstreamer and gstreamer-plugins ports to version 0.6.2 which is a bugfix release mostly. I tested it against gstreamer-player port and despite some audio out of sync problems, it seems to work fine. Could you guys cross test this? If I hear nothing otherwise, I should be committing these to the tree by 13:00 GMT-3. Bear in mind that there has been a library version bump on both ports, therefore you might have to update your library dependencies. Regards, --=20 Mario S F Ferreira - DF - Brazil - "I guess this is a signature." FreeBSD Committer | FreeBSD-KDE Core Team | CS Developer feature, n: a documented bug | bug, n: an undocumented feature --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="multimedia.gstreamer.patch" Content-Transfer-Encoding: quoted-printable diff -ruN /usr/ports/multimedia/gstreamer/Makefile /usr/home/lioux/src/mypo= rts/multimedia/gstreamer/Makefile --- /usr/ports/multimedia/gstreamer/Makefile Tue Apr 22 08:22:12 2003 +++ /usr/home/lioux/src/myports/multimedia/gstreamer/Makefile Tue Jun 10 14= :31:10 2003 @@ -6,10 +6,11 @@ # =20 PORTNAME=3D gstreamer -PORTVERSION=3D 0.6.1 +PORTVERSION=3D 0.6.2 CATEGORIES=3D multimedia -MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=3D ${PORTNAME} +#MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} +#MASTER_SITE_SUBDIR=3D ${PORTNAME} +MASTER_SITES=3D http://gstreamer.net/releases/${PORTVERSION}/src/ =20 MAINTAINER=3D lioux@FreeBSD.org COMMENT=3D Development framework for creating media applications @@ -41,12 +42,13 @@ =20 MAN1=3D gst-complete.1 gst-compprep.1 gst-inspect.1 gst-launch.1 \ gst-feedback.1 gst-md5sum.1 \ + gst-typefind.1 \ gst-register.1 gst-xmllaunch.1 =20 PKG_CONFIG?=3D"${LOCALBASE}/bin/pkg-config" =20 # library minor number -SHLIB_VERSION=3D 0 +SHLIB_VERSION=3D 1 =20 post-install: # register plugins diff -ruN /usr/ports/multimedia/gstreamer/distinfo /usr/home/lioux/src/mypo= rts/multimedia/gstreamer/distinfo --- /usr/ports/multimedia/gstreamer/distinfo Tue Apr 22 08:22:12 2003 +++ /usr/home/lioux/src/myports/multimedia/gstreamer/distinfo Tue Jun 10 13= :52:53 2003 @@ -1 +1 @@ -MD5 (gstreamer-0.6.1.tar.bz2) =3D e9db8443c7679978b72d485c744f3189 +MD5 (gstreamer-0.6.2.tar.bz2) =3D 56de8c6b9128cfd9f9758ed13ec8abeb diff -ruN /usr/ports/multimedia/gstreamer/pkg-plist /usr/home/lioux/src/myp= orts/multimedia/gstreamer/pkg-plist --- /usr/ports/multimedia/gstreamer/pkg-plist Tue Apr 22 08:22:12 2003 +++ /usr/home/lioux/src/myports/multimedia/gstreamer/pkg-plist Tue Jun 10 1= 4:24:56 2003 @@ -6,6 +6,7 @@ bin/gst-launch bin/gst-md5sum bin/gst-register +bin/gst-typefind bin/gst-xmllaunch include/gstreamer-%%VERSION%%/gst/bytestream/bytestream.h include/gstreamer-%%VERSION%%/gst/control/control.h --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="multimedia.gstreamer-plugins.patch" Content-Transfer-Encoding: quoted-printable diff -ruN /usr/ports/multimedia/gstreamer-plugins/Makefile /usr/home/lioux/= src/myports/multimedia/gstreamer-plugins/Makefile --- /usr/ports/multimedia/gstreamer-plugins/Makefile Tue May 13 05:32:37 20= 03 +++ /usr/home/lioux/src/myports/multimedia/gstreamer-plugins/Makefile Tue J= un 10 15:13:54 2003 @@ -6,11 +6,11 @@ # =20 PORTNAME=3D gstreamer -PORTVERSION=3D 0.6.1 -PORTREVISION=3D 1 +PORTVERSION=3D 0.6.2 CATEGORIES=3D multimedia audio -MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=3D ${PORTNAME} +#MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} +#MASTER_SITE_SUBDIR=3D ${PORTNAME} +MASTER_SITES=3D http://gstreamer.net/releases/${PORTVERSION}/src/ PKGNAMESUFFIX=3D -plugins DISTNAME=3D gst-plugins-${PORTVERSION} =20 @@ -18,7 +18,7 @@ COMMENT=3D GStreamer written collection of plugins handling several media = types =20 BUILD_DEPENDS=3D pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS=3D gstreamer-0.6.0:${PORTSDIR}/multimedia/gstreamer \ +LIB_DEPENDS=3D gstreamer-0.6.1:${PORTSDIR}/multimedia/gstreamer \ popt.0:${PORTSDIR}/devel/popt \ =20 USE_X_PREFIX=3D yes @@ -57,7 +57,7 @@ XMMS_CONFIG?=3D"${LOCALBASE}/bin/xmms-config" =20 # library minor number -SHLIB_VERSION=3D 0 +SHLIB_VERSION=3D 1 =20 post-patch: # as of this writing, FreeBSD does not support lrint* C99 math functions @@ -138,6 +138,11 @@ WITH_AVIFILE=3Dyes .endif =20 +# cdparanoia +.if exists(${LOCALBASE}/lib/libcdda_paranoia.a) +WITH_CDPARANOIA=3Dyes +.endif + # esound .if (${HAVE_GNOME:Mesound}!=3D"") WITH_ESOUND=3Dyes @@ -304,6 +309,16 @@ PLIST_SUB+=3D AVIFILE=3D"" .endif =20 +# cdparanoia +.ifndef(WITH_CDPARANOIA) +CONFIGURE_ARGS+=3D --disable-cdparanoia +PLIST_SUB+=3D CDPARANOIA=3D"@comment " +.else +LIB_DEPENDS+=3D cdda_interface.0:${PORTSDIR}/audio/cdparanoia + +PLIST_SUB+=3D CDPARANOIA=3D"" +.endif + # esound .ifndef(WITH_ESOUND) CONFIGURE_ARGS+=3D --disable-esd \ @@ -604,6 +619,10 @@ .ifndef(WITH_AVIFILE) @${ECHO_MSG} '=3D=3D=3D>' @${ECHO_MSG} '=3D=3D=3D> Define WITH_AVIFILE to enable avifile Video plug= in' +.endif +.ifndef(WITH_CDPARANOIA) + @${ECHO_MSG} '=3D=3D=3D>' + @${ECHO_MSG} '=3D=3D=3D> Define WITH_CDPARANOIA to enable cdparanoia Audi= o plugin' .endif .ifndef(WITH_ESOUND) @${ECHO_MSG} '=3D=3D=3D>' diff -ruN /usr/ports/multimedia/gstreamer-plugins/distinfo /usr/home/lioux/= src/myports/multimedia/gstreamer-plugins/distinfo --- /usr/ports/multimedia/gstreamer-plugins/distinfo Tue Apr 22 08:22:12 20= 03 +++ /usr/home/lioux/src/myports/multimedia/gstreamer-plugins/distinfo Tue J= un 10 13:54:36 2003 @@ -1 +1 @@ -MD5 (gst-plugins-0.6.1.tar.gz) =3D 0d3cc17cafc57f145d80b880af47f99f +MD5 (gst-plugins-0.6.2.tar.gz) =3D ef7b6ce20e32e9abae22aeb2169f4055 diff -ruN /usr/ports/multimedia/gstreamer-plugins/pkg-plist /usr/home/lioux= /src/myports/multimedia/gstreamer-plugins/pkg-plist --- /usr/ports/multimedia/gstreamer-plugins/pkg-plist Tue Apr 22 08:22:12 2= 003 +++ /usr/home/lioux/src/myports/multimedia/gstreamer-plugins/pkg-plist Tue = Jun 10 20:38:23 2003 @@ -22,6 +22,7 @@ lib/gstreamer-%%VERSION%%/libgstauparse.so lib/gstreamer-%%VERSION%%/libgstavidemux.so lib/gstreamer-%%VERSION%%/libgstavimux.so +%%CDPARANOIA%%lib/gstreamer-%%VERSION%%/libgstcdparanoia.so lib/gstreamer-%%VERSION%%/libgstcdxaparse.so lib/gstreamer-%%VERSION%%/libgstchart.so %%HERMES%%lib/gstreamer-%%VERSION%%/libgstcolorspace.so @@ -54,7 +55,6 @@ %%LIBMAD%%lib/gstreamer-%%VERSION%%/libgstmad.so lib/gstreamer-%%VERSION%%/libgstmedian.so %%LIBMIKMOD%%lib/gstreamer-%%VERSION%%/libgstmikmod.so -lib/gstreamer-%%VERSION%%/libgstmodplug.so lib/gstreamer-%%VERSION%%/libgstmono2stereo.so lib/gstreamer-%%VERSION%%/libgstmonoscope.so lib/gstreamer-%%VERSION%%/libgstmp1videoparse.so @@ -117,7 +117,7 @@ lib/libgstgconf-%%VERSION%%.so.%%SHLIB_VERSION%% lib/libgstmedia-info-%%VERSION%%.a lib/libgstmedia-info-%%VERSION%%.so -lib/libgstmedia-info-%%VERSION%%.so.%%SHLIB_VERSION%% +lib/libgstmedia-info-%%VERSION%%.so.0 lib/libgstplay-%%VERSION%%.a lib/libgstplay-%%VERSION%%.so lib/libgstplay-%%VERSION%%.so.%%SHLIB_VERSION%% --n8g4imXOkfNTN/H1-- --dc+cDN39EJAMEtIO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+5o+F99ikl0dk/7oRAsqKAJ9VnKMbFu7x5dgOyAgBhBXhdp/9jwCfXigr xtvMv8eLEng833fu/B0sLOc= =YaEx -----END PGP SIGNATURE----- --dc+cDN39EJAMEtIO--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030611021013.4160.qmail>