diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-08 12:28:52 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-08 12:40:34 -0300 |
commit | c77c25d080effd112c695d836040bd2cc4dcee5d (patch) | |
tree | a2d05387ce07600aa0e75c5709caf08e90c14b9f | |
parent | 0cbd811e464dc0fe3d4eb0197426b6657d93e671 (diff) | |
download | abslibre-c77c25d080effd112c695d836040bd2cc4dcee5d.tar.gz abslibre-c77c25d080effd112c695d836040bd2cc4dcee5d.tar.bz2 abslibre-c77c25d080effd112c695d836040bd2cc4dcee5d.zip |
gstreamer0.10-bad-0.10.23-17.parabola1: hooks rebuild
-rw-r--r-- | libre/gstreamer0.10-bad/PKGBUILD | 5 | ||||
-rw-r--r-- | libre/gstreamer0.10-bad/gstreamer0.10-bad-plugins.install | 11 |
2 files changed, 2 insertions, 14 deletions
diff --git a/libre/gstreamer0.10-bad/PKGBUILD b/libre/gstreamer0.10-bad/PKGBUILD index 4c183e4d3..8de4eacd6 100644 --- a/libre/gstreamer0.10-bad/PKGBUILD +++ b/libre/gstreamer0.10-bad/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 272681 2016-07-29 06:37:07Z alucryd $ +# $Id: PKGBUILD 273459 2016-08-07 19:42:41Z arojas $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: fauno <fauno@kiwwwi.com.ar> # Maintainer: André Silva <emulatorman@parabola.nu> @@ -6,7 +6,7 @@ pkgbase=gstreamer0.10-bad pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins') pkgver=0.10.23 -pkgrel=16.parabola1 +pkgrel=17.parabola1 arch=('i686' 'x86_64' 'armv7h') license=('LGPL' 'GPL') makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 'bzip2' 'libdc1394' 'neon' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'git' 'spandsp' 'celt') @@ -67,7 +67,6 @@ package_gstreamer0.10-bad-plugins() { pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad), without nonfree faac support" depends=("gstreamer0.10-bad=${pkgver}" 'xvidcore' 'libdca' 'bzip2' 'libdc1394' 'neon' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 'libvdpau' 'soundtouch' 'libass' 'schroedinger' 'libvpx' 'gsm' 'rtmpdump' 'libgme' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'celt' 'spandsp') groups=('gstreamer0.10-plugins') - install=gstreamer0.10-bad-plugins.install conflicts=('gstreamer0.10-bad-libre-plugins' 'gstreamer0.10-bad-plugins-parabola') replaces=('gstreamer0.10-bad-libre-plugins' 'gstreamer0.10-bad-plugins-parabola') diff --git a/libre/gstreamer0.10-bad/gstreamer0.10-bad-plugins.install b/libre/gstreamer0.10-bad/gstreamer0.10-bad-plugins.install deleted file mode 100644 index 3a36b0ccb..000000000 --- a/libre/gstreamer0.10-bad/gstreamer0.10-bad-plugins.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |