main/gst-plugins-bad: rebuild against x265 2.6; modernize

This commit is contained in:
TBK 2017-12-01 21:54:09 +01:00 committed by Leonardo Arena
parent 900c44a7ad
commit 475ecae21c

View File

@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gst-plugins-bad
pkgver=1.12.3
pkgrel=2
pkgrel=3
pkgdesc="GStreamer bad plugins"
url="https://gstreamer.freedesktop.org/"
arch="all"
license="LGPL GPL"
depends=""
replaces="gst-plugins-bad1"
subpackages="$pkgname-lang $pkgname-dev $pkgname-doc"
options="!check" # most fail because: XDG_RUNTIME_DIR not set in the env.
makedepends="
alsa-lib-dev
bluez-dev
@ -18,6 +18,7 @@ makedepends="
faad2-dev
flite-dev
glib-dev
glu-dev
gsm-dev
gst-plugins-base-dev
gstreamer-dev
@ -40,6 +41,8 @@ makedepends="
x265-dev
xvidcore-dev
"
checkdepends="orc-compiler"
subpackages="$pkgname-lang $pkgname-dev $pkgname-doc"
source="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$pkgver.tar.xz"
ldpath="/usr/lib/gstreamer-.0"
builddir="$srcdir"/gst-plugins-bad-$pkgver
@ -56,18 +59,23 @@ build() {
--enable-experimental \
--disable-fatal-warnings \
--with-package-name="GStreamer Bad Plugins (Alpine Linux)" \
--with-package-origin="http://alpinelinux.org/" \
|| return 1
make || return 1
--with-package-origin="http://alpinelinux.org/"
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
make DESTDIR="$pkgdir" install
}
doc() {
default_doc
replaces="${pkgname}1-doc"
}
sha512sums="6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661 gst-plugins-bad-1.12.3.tar.xz"