Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2015 00:50:28 +0100
From:      Jan Beich <jbeich@vfemail.net>
To:        Koop Mast <kwm@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r402206 - in head: graphics/gstreamer1-plugins-gl multimedia/gstreamer1 multimedia/gstreamer1-editing-services multimedia/gstreamer1-libav multimedia/gstreamer1-plugins multimedia/gstre...
Message-ID:  <y4dq-gbh6-wny@vfemail.net>
In-Reply-To: <201511212304.tALN4e2n010265@repo.freebsd.org> (Koop Mast's message of "Sat, 21 Nov 2015 23:04:40 %2B0000 (UTC)")
References:  <201511212304.tALN4e2n010265@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Koop Mast <kwm@FreeBSD.org> writes:

> Modified: head/multimedia/gstreamer1-plugins/Makefile.common
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/multimedia/gstreamer1-plugins/Makefile.common	Sat Nov 21 22:35:3=
9 2015	(r402205)
> +++ head/multimedia/gstreamer1-plugins/Makefile.common	Sat Nov 21 23:04:4=
0 2015	(r402206)
> @@ -47,6 +47,7 @@ BAD_GST_ALL_PLUGINS+=3D \
>  		schro \
>  		soundtouch \
>  		spandsp \
> +		vdpau \
>  		webp \
>  		x265 \
>  		zbar \
> @@ -416,6 +417,10 @@ gst_vpx_LIB_DEPENDS=3D	libvpx.so:${PORTSDI
>  gst_vpx_PLIST_FILES=3D	${GST_LIB_DIR}/libgstvpx.so \
>  			share/gstreamer-${VERSION}/presets/GstVP8Enc.prs
>=20=20
> +# vdpau
> +gst_vdpau_LIB_DEPENDS=3D	libvdpau.so:${PORTSDIR}/multimedia/libvdpau
> +gst_vdpau_GST_PLUGIN_DIR=3D	sys/vdpau
> +

Did you actually build-test it?

=3D=3D=3D>  Building for gstreamer1-plugins-vdpau-1.6.1
gmake[1]: Entering directory '/usr/ports/ports/multimedia/gstreamer1-plugin=
s-vdpau/work/gst-plugins-bad-1.6.1/sys/vdpau'
  CC       libgstvdpau_la-gstvdpau.lo
  CC       libgstvdpau_la-gstvdputils.lo
  CC       libgstvdpau_la-gstvdpvideomemory.lo
  CC       libgstvdpau_la-gstvdpvideobufferpool.lo
  CC       libgstvdpau_la-gstvdpdevice.lo
  CC       libgstvdpau_la-gstvdpdecoder.lo
  CC       mpeg/libgstvdpau_la-gstvdpmpegdec.lo
  CCLD     libgstvdpau.la
libtool: link: cannot find the library `../../gst-libs/gst/codecparsers/lib=
gstcodecparsers-1.0.la' or unhandled argument `../../gst-libs/gst/codecpars=
ers/libgstcodecparsers-1.0.la'
Makefile:885: recipe for target 'libgstvdpau.la' failed
gmake[1]: *** [libgstvdpau.la] Error 1
gmake[1]: Leaving directory '/usr/ports/ports/multimedia/gstreamer1-plugins=
-vdpau/work/gst-plugins-bad-1.6.1/sys/vdpau'
*** Error code 2

Index: multimedia/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=2D-- multimedia/Makefile	(revision 401846)
+++ multimedia/Makefile	(working copy)
@@ -140,6 +140,7 @@
     SUBDIR +=3D gstreamer1-plugins-theora
     SUBDIR +=3D gstreamer1-plugins-ugly
     SUBDIR +=3D gstreamer1-plugins-v4l2
+    SUBDIR +=3D gstreamer1-plugins-vdpau
     SUBDIR +=3D gstreamer1-plugins-vpx
     SUBDIR +=3D gstreamer1-plugins-x264
     SUBDIR +=3D gstreamer1-plugins-x265
Index: multimedia/gstreamer1-plugins/Makefile.common
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=2D-- multimedia/gstreamer1-plugins/Makefile.common	(revision 402206)
+++ multimedia/gstreamer1-plugins/Makefile.common	(working copy)
@@ -419,7 +419,7 @@ gst_vpx_PLIST_FILES=3D	${GST_LIB_DIR}/libgstvpx.so \
=20
 # vdpau
 gst_vdpau_LIB_DEPENDS=3D	libvdpau.so:${PORTSDIR}/multimedia/libvdpau
=2Dgst_vdpau_GST_PLUGIN_DIR=3D	sys/vdpau
+gst_vdpau_GST_PLUGIN_DIR=3D	gst-libs/gst/codecparsers sys/vdpau
=20
 # webp
 gst_webp_LIB_DEPENDS=3D	libwebp.so:${PORTSDIR}/graphics/webp
Index: multimedia/gstreamer1-plugins-vdpau/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=2D-- multimedia/gstreamer1-plugins-vdpau/Makefile	(nonexistent)
+++ multimedia/gstreamer1-plugins-vdpau/Makefile	(working copy)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTREVISION=3D	0
+CATEGORIES=3D	multimedia
+
+COMMENT=3D	Gstreamer ${GST_PLUGIN:tu} plugin
+
+GST_PLUGIN=3D	vdpau
+DIST=3D		bad
+
+MASTERDIR=3D	${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+.include "${MASTERDIR}/Makefile"

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQF8BAEBCgBmBQJWUQNEXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF
NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bovYH/2/0UuOWQwQH1J3fon4KJ3J4
KAhZdUospKNoflgYMthW+zhHFh72pFziu3xZp3KyYka9VcwnGLGwwiqF4XWRxvaL
CEzfB2+WCJIaU9ir79csFHZglSZbgbaWFApXnYhDtlk5mgeRzXZldk48veb5Yr6A
kbewgJO60ZgbAvtl1tkMObWqmgz1N+tEWhEnzDEkXDNlfrDbT86n16kcfj7CRSeI
yaViXzFls87mbFjeyWDJp7kyvKt5JH4jWNEciGv9ZzdTFi5dlJm7HOgnEQpRK1sU
3wO76cpl2u34uQcK726ZWTETN7P9e9M9FA1lfBNcAuLj+Rg/VFMZ5pPPHFAIKdI=
=7bmb
-----END PGP SIGNATURE-----
--=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?y4dq-gbh6-wny>