diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-15 08:58:09 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-17 08:35:40 +0000 |
commit | 0ee2247f9325ead31318871c093f87cd02e4c145 (patch) | |
tree | 958f65a4f320ab0e94aadf275c8233c089fe0305 /community | |
parent | 0db404de2509cf2630edad83c9b948f478f14003 (diff) | |
download | aports-0ee2247f9325ead31318871c093f87cd02e4c145.tar.bz2 aports-0ee2247f9325ead31318871c093f87cd02e4c145.tar.xz |
community/gst-plugins-ugly0.10: remove
- Deprecated
Diffstat (limited to 'community')
-rw-r--r-- | community/gst-plugins-ugly0.10/APKBUILD | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/community/gst-plugins-ugly0.10/APKBUILD b/community/gst-plugins-ugly0.10/APKBUILD deleted file mode 100644 index 601323f765..0000000000 --- a/community/gst-plugins-ugly0.10/APKBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=gst-plugins-ugly0.10 -pkgver=0.10.19 -pkgrel=6 -pkgdesc="GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)" -url="https://gstreamer.freedesktop.org/" -arch="all" -license="LGPL-2.1-or-later" -replaces="gst-plugins-ugly" -makedepends="lame-dev libmpeg2-dev a52dec-dev libid3tag-dev libmad-dev - glib-dev orc-dev gstreamer0.10-dev gst-plugins-base0.10-dev - x264-dev libcdio-dev libcdio-paranoia-dev" -source="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$pkgver.tar.bz2 - cdio-cd-text-api.patch" -subpackages="$pkgname-lang" - -builddir="$srcdir"/gst-plugins-ugly-$pkgver -prepare() { - update_config_sub - default_prepare -} - - -build() { - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static \ - --enable-experimental \ - --with-package-name="GStreamer Ugly Plugins (Alpine Linux)" \ - --with-package-origin="http://www.alpinelinux.org/" - make -} - -package() { - make DESTDIR="$pkgdir" install -} -sha512sums="27ae79653f73a143b1dfd864b16b8f1a43d54538a5802d937cb29ce82d5681604c2b3c3fe68c7debf4a319b09bee880a5a95fc48dce83c6cb9753397a1e300d3 gst-plugins-ugly-0.10.19.tar.bz2 -16b65f3140554212bb5454b0bfdc3d5a27627076aabab3ed23e124210a18f41888b488afa1a74ecc9939213cbc61dae1ff6a9055f1929f1803208e2414792de8 cdio-cd-text-api.patch" |