mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/gst-plugins-ugly to 1.12.2-1
This commit is contained in:
parent
7e641d8e1c
commit
35a7302c28
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - removed makedepend on valgrind
|
# - removed makedepend on valgrind
|
||||||
|
|
||||||
pkgname=gst-plugins-ugly
|
pkgname=gst-plugins-ugly
|
||||||
pkgver=1.12.1
|
pkgver=1.12.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
|
pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
|
||||||
url="https://gstreamer.freedesktop.org/"
|
url="https://gstreamer.freedesktop.org/"
|
||||||
|
@ -15,7 +15,7 @@ license=(LGPL)
|
||||||
depends=(gst-plugins-base-libs libdvdread lame libmpeg2 a52dec libsidplay
|
depends=(gst-plugins-base-libs libdvdread lame libmpeg2 a52dec libsidplay
|
||||||
libcdio libx264 libx264-all opencore-amr mpg123)
|
libcdio libx264 libx264-all opencore-amr mpg123)
|
||||||
makedepends=(python gtk-doc x264 autoconf-archive git)
|
makedepends=(python gtk-doc x264 autoconf-archive git)
|
||||||
_commit=53e145066bd6302f041880f2450d7549768d1976 # tags/1.12.1^0
|
_commit=2ac37760b031b16a07a836d1fd6ff62c2525925c # tags/1.12.2^0
|
||||||
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit"
|
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit"
|
||||||
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
|
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
|
@ -41,7 +41,7 @@ build() {
|
||||||
|
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
|
||||||
--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
|
--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
|
||||||
--with-package-origin="http://www.archlinux.org/" \
|
--with-package-origin="https://www.archlinux.org/" \
|
||||||
--with-x264-libraries="/usr/lib/x264/libx264-8bit.so:/usr/lib/x264/libx264-10bit.so" \
|
--with-x264-libraries="/usr/lib/x264/libx264-8bit.so:/usr/lib/x264/libx264-10bit.so" \
|
||||||
--enable-experimental --enable-gtk-doc --disable-static
|
--enable-experimental --enable-gtk-doc --disable-static
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue