Date: Wednesday, February 25, 2015 @ 19:13:42 Author: jlichtblau Revision: 128229
upgpkg: gstreamermm 1.4.3-1 Modified: gstreamermm/trunk/PKGBUILD gstreamermm/trunk/gstreamermm.changelog -----------------------+ PKGBUILD | 8 ++++---- gstreamermm.changelog | 13 ++++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-25 17:46:44 UTC (rev 128228) +++ PKGBUILD 2015-02-25 18:13:42 UTC (rev 128229) @@ -1,8 +1,8 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> pkgname=gstreamermm -pkgver=1.0.10 +pkgver=1.4.3 pkgrel=1 pkgdesc="C++ interface for GStreamer" arch=('i686' 'x86_64') @@ -10,8 +10,8 @@ license=('LGPL') depends=('glibmm' 'gst-plugins-base-libs') changelog=$pkgname.changelog -source=(http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/1.0/$pkgname-$pkgver.tar.xz) -sha256sums=('dd9e9b2d2bc7f52ab9196f4613b99700e1c9f2ab7c076bd87c657f3f435f1dc6') +source=(http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/1.4/$pkgname-$pkgver.tar.xz) +sha256sums=('f1c11ee1cf7537d77de7f8d486e09c5140cc4bb78882849718cd88959a55462e') build() { cd "${srcdir}"/${pkgname}-${pkgver} Modified: gstreamermm.changelog =================================================================== --- gstreamermm.changelog 2015-02-25 17:46:44 UTC (rev 128228) +++ gstreamermm.changelog 2015-02-25 18:13:42 UTC (rev 128229) @@ -1,15 +1,18 @@ -2014-11-12 Jaroslav Lichtblau <[email protected]> +2015-02-25 Jaroslav Lichtblau <[email protected]> + * gstreamermm 1.4.3-1 + +2014-11-12 Jaroslav Lichtblau <[email protected]> * gstreamermm 1.0.10-1 -2012-10-28 Jaroslav Lichtblau <[email protected]> +2012-10-28 Jaroslav Lichtblau <[email protected]> * gstreamermm 0.10.11-1 -2010-02-02 Jaroslav Lichtblau <[email protected]> +2010-02-02 Jaroslav Lichtblau <[email protected]> * gstreamermm 0.10.10-1 -2010-02-02 Jaroslav Lichtblau <[email protected]> +2010-02-02 Jaroslav Lichtblau <[email protected]> * Update to major release 0.10.6 -2009-11-07 Jaroslav Lichtblau <[email protected]> +2009-11-07 Jaroslav Lichtblau <[email protected]> * Package moved to [community] as a dependency of subtitleeditor * version 0.10.5
