aboutsummaryrefslogtreecommitdiffstats
path: root/main/gst-plugins-ugly1
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-06-29 09:15:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-29 09:28:37 +0000
commit242d999649e2d2b97394b4ee89c8beae99fb2664 (patch)
tree8f8563df5418d5eea6fc9ed6312c3a0129285774 /main/gst-plugins-ugly1
parente93445cd21e0a5c315dea792a63569074981e829 (diff)
downloadaports-242d999649e2d2b97394b4ee89c8beae99fb2664.tar.bz2
aports-242d999649e2d2b97394b4ee89c8beae99fb2664.tar.xz
main/gst*1: rename. remove "1" suffix
Diffstat (limited to 'main/gst-plugins-ugly1')
-rw-r--r--main/gst-plugins-ugly1/APKBUILD67
1 files changed, 0 insertions, 67 deletions
diff --git a/main/gst-plugins-ugly1/APKBUILD b/main/gst-plugins-ugly1/APKBUILD
deleted file mode 100644
index 871c8b0239..0000000000
--- a/main/gst-plugins-ugly1/APKBUILD
+++ /dev/null
@@ -1,67 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=gst-plugins-ugly1
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)"
-url="http://gstreamer.freedesktop.org/"
-arch="all"
-license="LGPL"
-depends=
-makedepends="
- a52dec-dev
- glib-dev
- gst-plugins-base1-dev
- gstreamer1-dev
- lame-dev
- libcdio-dev
- libdvdread-dev
- libid3tag-dev
- libmpeg2-dev
- liboil-dev
- mpg123-dev
- orc-dev
- x264-dev
- "
-source="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$pkgver.tar.xz"
-subpackages="$pkgname-lang"
-ldpath="/usr/lib/gstreamer-1.0"
-builddir="$srcdir"/gst-plugins-ugly-$pkgver
-
-# secfixes:
-# 1.10.4-r0:
-# - CVE-2017-5846
-# - CVE-2017-5847
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- --enable-experimental \
- --enable-a52dec \
- --enable-cdio \
- --enable-dvdread \
- --enable-lame \
- --enable-mpeg2dec \
- --enable-mpg123 \
- --disable-fatal-warnings \
- --with-package-name="GStreamer Ugly Plugins (Alpine Linux)" \
- --with-package-origin="http://alpinelinux.org/" \
- || return 1
- make
-}
-
-check() {
- cd "$builddir"
- make check
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install || return 1
-}
-sha512sums="761f66fd7b21ff6dd45b4221257af4d38c4ccebbd18376bdd105946523b7f3cb9d5c1c4701a42e06aa4b9cdf098bbf9a7241d5e9ce0cd9a8f1d027d566040bef gst-plugins-ugly-1.12.0.tar.xz"