summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2018-05-03 10:22:19 +0200
committerNicola Murino2018-05-03 10:22:19 +0200
commitd51ab99cf6f000728c5cb53fbbf1747bf3d76b75 (patch)
treee39c022ad155e05286dcf9f35d07f209886dfb3d
parent02206f9a3d2d89e7ec8c1d96dbea12144d9082bf (diff)
downloadaur-d51ab99cf6f000728c5cb53fbbf1747bf3d76b75.tar.gz
Update to 1.14.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5268a9e6e2fb..e40b4f412fb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,21 @@
# Generated by mksrcinfo v8
-# Sat Feb 3 20:41:50 UTC 2018
+# Thu May 3 08:22:08 UTC 2018
pkgbase = mingw-w64-gst-plugins-ugly
pkgdesc = GStreamer Multimedia Framework Ugly Plugins (mingw-w64)
- pkgver = 1.12.4
+ pkgver = 1.14.0
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
license = LGPL
makedepends = mingw-w64-configure
makedepends = mingw-w64-x264
- makedepends = mingw-w64-lame
makedepends = mingw-w64-opencore-amr
- makedepends = mingw-w64-mpg123
depends = mingw-w64-gst-plugins-base
options = !strip
options = !buildflags
options = staticlibs
- source = http://gstreamer.freedesktop.org//src/gst-plugins-ugly/gst-plugins-ugly-1.12.4.tar.xz
- sha256sums = 1c165b8d888ed350acd8e6ac9f6fe06508e6fcc0a3afc6ccc9fbeb30df9be522
+ source = http://gstreamer.freedesktop.org//src/gst-plugins-ugly/gst-plugins-ugly-1.14.0.tar.xz
+ sha256sums = 3fb9ea5fc8a2de4b3eaec4128d71c6a2d81dd19befe1cd87cb833b98bcb542d1
pkgname = mingw-w64-gst-plugins-ugly
diff --git a/PKGBUILD b/PKGBUILD
index 0ded5b2ff02f..4a8280649a9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-ugly
-pkgver=1.12.4
+pkgver=1.14.0
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Ugly Plugins (mingw-w64)"
arch=(any)
url="http://gstreamer.freedesktop.org/"
license=('LGPL')
depends=('mingw-w64-gst-plugins-base')
-makedepends=('mingw-w64-configure' 'mingw-w64-x264' 'mingw-w64-lame' 'mingw-w64-opencore-amr' 'mingw-w64-mpg123')
+makedepends=('mingw-w64-configure' 'mingw-w64-x264' 'mingw-w64-opencore-amr')
options=('!strip' '!buildflags' 'staticlibs')
source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.xz)
-sha256sums=('1c165b8d888ed350acd8e6ac9f6fe06508e6fcc0a3afc6ccc9fbeb30df9be522')
+sha256sums=('3fb9ea5fc8a2de4b3eaec4128d71c6a2d81dd19befe1cd87cb833b98bcb542d1')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"