[arch-commits] Commit in qt-gstreamer/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Aug 3 14:23:42 UTC 2014
Date: Sunday, August 3, 2014 @ 16:23:42
Author: svenstaro
Revision: 219259
upgpkg: qt-gstreamer 1.2.0-1
upstream release 1.2.0
Modified:
qt-gstreamer/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-03 14:03:59 UTC (rev 219258)
+++ PKGBUILD 2014-08-03 14:23:42 UTC (rev 219259)
@@ -3,16 +3,16 @@
# Contributor: laloch <laloch at atlas.cz>
pkgname=qt-gstreamer
-pkgver=0.10.3
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc="Qt4 bindings for GStreamer"
arch=('i686' 'x86_64')
url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
license=('LGPL2.1')
-depends=('qt4' 'gstreamer0.10-base')
+depends=('qt4' 'gstreamer' 'gst-plugins-good')
makedepends=('cmake' 'boost' 'mesa' 'doxygen')
-source=("http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a5f73dfa50270a23a0b07af32304e162')
+source=("http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('fd794045a828c184acc1794b08a463fd')
prepare() {
mkdir build
More information about the arch-commits
mailing list