Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.17 2015/06/30 09:57:39 ryoon Exp $
# $NetBSD: Makefile,v 1.27 2016/09/12 09:00:10 wiz Exp $
DISTNAME= gst-libav-1.4.5
PKGREVISION= 2
DISTNAME= gst-libav-1.8.3
PKGNAME= ${DISTNAME:S/gst/gst-plugins1/}
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-libav/
EXTRACT_SUFX= .tar.xz
@@ -18,13 +18,13 @@ PKGSRC_MAKE_ENV+= PERL=${PERL5}
#BUILD_DEPENDS+= yasm>=0.7.2:../../devel/yasm
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.2.0
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.8.0
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
# the upstream developers only want to support building against
# the included ffmpeg version, since the ffmpeg API/ABI is unstable
# and there are no releases
.include "../../multimedia/ffmpeg2/buildlink3.mk"
.include "../../multimedia/ffmpeg3/buildlink3.mk"
CONFIGURE_ARGS+= --with-system-libav
.include "../../devel/orc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2014/08/08 21:52:58 wiz Exp $
@comment $NetBSD: PLIST,v 1.3 2016/04/15 14:20:00 wiz Exp $
lib/gstreamer-1.0/libgstlibav.la
share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html
share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html
@@ -16,7 +16,6 @@ share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-gstavutils.html
share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-plugin-libav.html
share/gtk-doc/html/gst-libav-plugins-1.0/home.png
share/gtk-doc/html/gst-libav-plugins-1.0/index.html
share/gtk-doc/html/gst-libav-plugins-1.0/index.sgml
share/gtk-doc/html/gst-libav-plugins-1.0/left-insensitive.png
share/gtk-doc/html/gst-libav-plugins-1.0/left.png
share/gtk-doc/html/gst-libav-plugins-1.0/right-insensitive.png

View File

@@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.10 2015/01/03 18:09:31 wiz Exp $
$NetBSD: distinfo,v 1.19 2016/09/12 09:00:10 wiz Exp $
SHA1 (gst-libav-1.4.5.tar.xz) = 546440eb7d661a063249d90a3f35cc449a27be2c
RMD160 (gst-libav-1.4.5.tar.xz) = 6422a1c47eac2a98735443e77182f48da453051c
Size (gst-libav-1.4.5.tar.xz) = 5220508 bytes
SHA1 (gst-libav-1.8.3.tar.xz) = b5737d4deff17f847578af4f7ec5407413319353
RMD160 (gst-libav-1.8.3.tar.xz) = a301ccaca5e9ca1856508d4fc13dcd465a76a7ff
SHA512 (gst-libav-1.8.3.tar.xz) = 49aa96197cd32ad31e280870495d64cdfe4bde67507e9cb166b80d0c394b510e734befa3ff13d6fe0711be0ffa24dd0a63a77fb62af91ab776d9844059cb839d
Size (gst-libav-1.8.3.tar.xz) = 7958532 bytes
SHA1 (patch-configure) = e6f2610d24f3bbd70f915a7626df687c28fd4849

View File

@@ -0,0 +1,25 @@
$NetBSD: patch-configure,v 1.4 2016/09/12 09:00:10 wiz Exp $
Allow building with python 3.4 and 3.5.
Fix unportable test(1) operator.
--- configure.orig 2016-08-19 08:23:15.000000000 +0000
+++ configure
@@ -15505,7 +15505,7 @@ fi
# Find any Python interpreter.
if test -z "$PYTHON"; then
- for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
+ for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -17622,7 +17622,7 @@ fi
--disable-nvenc --disable-mmal --disable-libmfx \
--disable-iconv --enable-optimizations"
- if test "x$enable_gpl" == "xyes"; then
+ if test "x$enable_gpl" = "xyes"; then
emblibav_configure_args="$emblibav_configure_args --enable-gpl"
fi