diff options
Diffstat (limited to 'main/gst-plugins-ugly/APKBUILD')
-rw-r--r-- | main/gst-plugins-ugly/APKBUILD | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/main/gst-plugins-ugly/APKBUILD b/main/gst-plugins-ugly/APKBUILD index 273d209834..a30b6185d4 100644 --- a/main/gst-plugins-ugly/APKBUILD +++ b/main/gst-plugins-ugly/APKBUILD @@ -5,28 +5,23 @@ pkgrel=0 pkgdesc="GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)" url="https://gstreamer.freedesktop.org/" arch="all" -license="LGPL" -depends= +license="GPL-2.0-or-later LGPL-2.0-or-later" replaces="gst-plugins-ugly1" makedepends=" a52dec-dev glib-dev gst-plugins-base-dev gstreamer-dev - lame-dev libcdio-dev libdvdread-dev - libid3tag-dev libmpeg2-dev liboil-dev - mpg123-dev orc-dev x264-dev " source="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$pkgver.tar.xz" subpackages="$pkgname-lang" -ldpath="/usr/lib/gstreamer-.0" -builddir="$srcdir"/gst-plugins-ugly-$pkgver +ldpath="/usr/lib/gstreamer-1.0" # secfixes: # 1.10.4-r0: @@ -46,13 +41,11 @@ build() { --enable-a52dec \ --enable-cdio \ --enable-dvdread \ - --enable-lame \ --enable-mpeg2dec \ - --enable-mpg123 \ + --enable-x264 \ --disable-fatal-warnings \ --with-package-name="GStreamer Ugly Plugins (Alpine Linux)" \ - --with-package-origin="http://alpinelinux.org/" \ - || return 1 + --with-package-origin="http://alpinelinux.org/" make } @@ -63,7 +56,7 @@ check() { package() { cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install } doc() { |