diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-20 11:40:14 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-20 11:40:14 -0300 |
commit | 2f352ca8b911d96566b10adc049f76a552ab93aa (patch) | |
tree | a70b2a875856fbf847f12ae33f9434ea8ca1ef56 /community/mlt/PKGBUILD | |
parent | 12c074375919d2de177eb9456352866902118a03 (diff) | |
parent | 94e3eb45cd3402cbc5efd70ae725e8d48ed696af (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/pbzip2/PKGBUILD
extra/audacious/PKGBUILD
extra/stardict/PKGBUILD
Diffstat (limited to 'community/mlt/PKGBUILD')
-rw-r--r-- | community/mlt/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD index f710731ae..eab793997 100644 --- a/community/mlt/PKGBUILD +++ b/community/mlt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 50803 2011-07-01 12:47:31Z spupykin $ +# $Id: PKGBUILD 51875 2011-07-17 19:10:00Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Fabian Schoelzel <myfirstname.mylastname@googlemail.com> # Contributor: funkyou <spamopfer@nickname.berlin.de> @@ -7,7 +7,7 @@ pkgbase=mlt pkgname=('mlt' 'mlt-python-bindings') -pkgver=0.7.2 +pkgver=0.7.4 pkgrel=1.1 pkgdesc="An open source multimedia framework" arch=('i686' 'x86_64' 'mips64el') @@ -16,7 +16,7 @@ license=('GPL') makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ffmpeg' 'frei0r-plugins' 'swig' 'python2' "jack" "ladspa") source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('3adeace6642a5ee0db0715b6bd7b7a52') +md5sums=('d5d1ff686f51131a02b0f6fca0f073da') build() { # mlt |