summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam2018-10-07 09:40:13 +0800
committerAdam2018-10-07 09:40:13 +0800
commit0156a74d4e516b933ca57a198d96bfbf17e56e47 (patch)
tree6af5718028873f089039e9e62e40488577b974b8
parent7579f990b8d7ea7babf1997bce61bb6227e69d34 (diff)
downloadaur-0156a74d4e516b933ca57a198d96bfbf17e56e47.tar.gz
Update to version 1.14.4
Re-enable check(). Signed-off-by: Adam <adam900710@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD12
3 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ed0bd0b48e4..89c3e0df87b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-gst-plugins-ugly
pkgdesc = GStreamer Multimedia Framework Ugly Plugins (32-bit)
- pkgver = 1.14.3
+ pkgver = 1.14.4
pkgrel = 1
url = https://gstreamer.freedesktop.org/
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = lib32-gst-plugins-ugly
depends = lib32-x264
depends = lib32-opencore-amr
depends = gst-plugins-ugly
- source = git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=e6e27076d11f763e817cd1f423db423018a48fcb
+ source = git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=e1bf2aa184f83ff9fd5b7850c460129100ac6d1a
source = gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common
sha256sums = SKIP
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a770440a9c79
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+gst-common/
+gst-plugins-ugly/
+*.pkg.tar.*
+*.pkg.tar
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 03f6e88f48d1..f7da520714bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=gst-plugins-ugly
pkgname="lib32-$_basename"
-pkgver=1.14.3
+pkgver=1.14.4
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Ugly Plugins (32-bit)"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('lib32-gst-plugins-base-libs' 'lib32-libdvdread'
'lib32-libmpeg2' 'lib32-a52dec' 'lib32-libsidplay'
'lib32-libcdio' 'lib32-x264' 'lib32-opencore-amr' 'gst-plugins-ugly')
makedepends=('python' 'lib32-x264' 'autoconf-archive' 'git' 'valgrind-multilib')
-_commit=e6e27076d11f763e817cd1f423db423018a48fcb # tags/1.14.3^0
+_commit=e1bf2aa184f83ff9fd5b7850c460129100ac6d1a # tags/1.14.4^0
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit"
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
sha256sums=('SKIP'
@@ -60,10 +60,10 @@ build() {
make
}
-#check() {
-# cd $_basename
-# make check
-#}
+check() {
+ cd $_basename
+ make check
+}
package() {
cd $_basename