summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2017-02-24 09:52:43 +0100
committerNicola Murino2017-02-24 09:52:43 +0100
commit1aaaba9b4851f7eaa87d02b08d0198f0176f4032 (patch)
tree82e9041fe496383d73090bbc95681a29d68fb121
parentb87f76aaa1d05ecb7127b64001a48717ff03dbf7 (diff)
downloadaur-1aaaba9b4851f7eaa87d02b08d0198f0176f4032.tar.gz
Update to 1.10.4
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d9d4fea018c..6723d311955a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Feb 6 22:38:15 UTC 2017
+# Fri Feb 24 08:52:42 UTC 2017
pkgbase = mingw-w64-gst-plugins-ugly
pkgdesc = GStreamer Multimedia Framework Ugly Plugins (mingw-w64)
- pkgver = 1.10.3
- pkgrel = 2
+ pkgver = 1.10.4
+ pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
license = LGPL
@@ -12,15 +12,12 @@ pkgbase = mingw-w64-gst-plugins-ugly
makedepends = mingw-w64-lame
makedepends = mingw-w64-opencore-amr
makedepends = mingw-w64-mpg123
- depends = mingw-w64-glib2
- depends = mingw-w64-gstreamer
depends = mingw-w64-gst-plugins-base
- depends = mingw-w64-orc
options = !strip
options = !buildflags
options = staticlibs
- source = http://gstreamer.freedesktop.org//src/gst-plugins-ugly/gst-plugins-ugly-1.10.3.tar.xz
- sha256sums = c91597d03abff9df435ad4892eae44df1ee14159c7cc7317ac9d2766ff446bd2
+ source = http://gstreamer.freedesktop.org//src/gst-plugins-ugly/gst-plugins-ugly-1.10.4.tar.xz
+ sha256sums = 6386c77ca8459cba431ed0b63da780c7062c7cc48055d222024d8eaf198ffa59
pkgname = mingw-w64-gst-plugins-ugly
diff --git a/PKGBUILD b/PKGBUILD
index 4b537669670a..16c3aec53459 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.10.3
-pkgrel=2
+pkgver=1.10.4
+pkgrel=1
pkgdesc="GStreamer Multimedia Framework Ugly Plugins (mingw-w64)"
arch=(any)
url="http://gstreamer.freedesktop.org/"
license=('LGPL')
-depends=('mingw-w64-glib2' 'mingw-w64-gstreamer' 'mingw-w64-gst-plugins-base' 'mingw-w64-orc')
+depends=('mingw-w64-gst-plugins-base')
makedepends=('mingw-w64-configure' 'mingw-w64-x264' 'mingw-w64-lame' 'mingw-w64-opencore-amr' 'mingw-w64-mpg123')
options=('!strip' '!buildflags' 'staticlibs')
source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.xz)
-sha256sums=('c91597d03abff9df435ad4892eae44df1ee14159c7cc7317ac9d2766ff446bd2')
+sha256sums=('6386c77ca8459cba431ed0b63da780c7062c7cc48055d222024d8eaf198ffa59')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"