diff options
author | root <root@rshg054.dnsready.net> | 2011-10-07 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-07 23:14:36 +0000 |
commit | 8a8ac56bbf82685c43072923560881e6b119ec66 (patch) | |
tree | a83c44158166a5ad2cc5bfcaf1199ca7ba3652cc /extra | |
parent | 5442e9b8f357932ed5d6cb46e90fcbf6f453469f (diff) |
Fri Oct 7 23:14:36 UTC 2011
Diffstat (limited to 'extra')
-rw-r--r-- | extra/avidemux/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/dbus-glib/PKGBUILD | 13 | ||||
-rw-r--r-- | extra/dbus/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/dssi/PKGBUILD | 20 | ||||
-rw-r--r-- | extra/dssi/license.txt | 77 | ||||
-rw-r--r-- | extra/ffmpeg/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/freenx/PKGBUILD | 7 | ||||
-rw-r--r-- | extra/gnome-python-desktop/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/gpsd/PKGBUILD | 11 | ||||
-rw-r--r-- | extra/gstreamer0.10-ugly/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/monodevelop-debugger-gdb/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/monodevelop/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/opal/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/rubberband/PKGBUILD | 18 | ||||
-rw-r--r-- | extra/rubberband/vectorops.patch | 13 | ||||
-rw-r--r-- | extra/vlc/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/x264/PKGBUILD | 6 |
17 files changed, 150 insertions, 57 deletions
diff --git a/extra/avidemux/PKGBUILD b/extra/avidemux/PKGBUILD index dda460dab..3bf48567d 100644 --- a/extra/avidemux/PKGBUILD +++ b/extra/avidemux/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 134343 2011-08-03 00:13:58Z eric $ +# $Id: PKGBUILD 140069 2011-10-06 07:33:44Z ibiru $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgbase=avidemux pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt') pkgver=2.5.5 -pkgrel=3 +pkgrel=4 arch=('i686' 'x86_64') license=('GPL') url="http://fixounet.free.fr/avidemux/" diff --git a/extra/dbus-glib/PKGBUILD b/extra/dbus-glib/PKGBUILD index 79c6a270e..5569f6dc5 100644 --- a/extra/dbus-glib/PKGBUILD +++ b/extra/dbus-glib/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 129344 2011-06-26 21:48:20Z ibiru $ +# $Id: PKGBUILD 140079 2011-10-06 07:35:47Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=dbus-glib -pkgver=0.94 -pkgrel=2 +pkgver=0.98 +pkgrel=1 pkgdesc="GLib bindings for DBUS" arch=(i686 x86_64) license=('GPL') @@ -11,14 +11,11 @@ url="http://www.freedesktop.org/wiki/Software/DBusBindings" depends=('dbus-core' 'glib2') makedepends=('pkgconfig') options=('!libtool' '!emptydirs') -source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz - fix_network_manager.patch) -md5sums=('e1f1506a6f4941e67bffd614b1ad5af6' - '2a3598342dd25722d452e7beaf21b5f3') +source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz) +md5sums=('3f7f117dc7c8d899d9acfdcbf9253fb8') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/fix_network_manager.patch" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --enable-static=no --enable-bash-completion=no make diff --git a/extra/dbus/PKGBUILD b/extra/dbus/PKGBUILD index 6def02fe7..9d8ab360b 100644 --- a/extra/dbus/PKGBUILD +++ b/extra/dbus/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 134376 2011-08-03 11:19:50Z ibiru $ +# $Id: PKGBUILD 140077 2011-10-06 07:35:45Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Link Dupont <link@subpop.net> # pkgname=dbus -pkgver=1.4.14 +pkgver=1.4.16 pkgrel=1 pkgdesc="Freedesktop.org message bus system" url="http://www.freedesktop.org/Software/dbus" @@ -12,7 +12,7 @@ license=('GPL' 'custom') depends=("dbus-core>=${pkgver}" 'libx11') source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz 30-dbus) -md5sums=('ae6de2562a57516cfabaf56903375ba9' +md5sums=('44a2a10678e7e50460879c3eb4453a65' 'd14e59575f04e55d21a04907b6fd9f3c') build() { diff --git a/extra/dssi/PKGBUILD b/extra/dssi/PKGBUILD index a781c4430..1a24e90ca 100644 --- a/extra/dssi/PKGBUILD +++ b/extra/dssi/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 91030 2010-09-21 05:56:54Z schiv $ +# $Id: PKGBUILD 140086 2011-10-06 09:24:49Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: damir <damir@archlinux.org> # Contributor: Pajaro pkgname=dssi -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 -pkgdesc="API for audio processing plugins/softsynths with user interfaces" -arch=(i686 x86_64) +pkgdesc="An API for audio processing plugins & softsynths with UIs" +arch=('i686' 'x86_64') url="http://dssi.sourceforge.net/" -license=('LGPL' 'BSD') +license=('LGPL' 'BSD' 'custom') depends=('liblo' 'jack') makedepends=('ladspa' 'qt') optdepends=('qt: example plugins') options=('!libtool') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz - LICENSE) -md5sums=('dfc850e66fae94e7ec08aebb43d07848' +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" + 'license.txt') +md5sums=('619ab73c883b02dc37ddb37001591f8b' '258ca4d0ca28c5c4d4675147621fac18') build() { @@ -29,9 +29,9 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir" install - install -Dm644 "$srcdir/LICENSE" \ + install -Dm644 "$srcdir/license.txt" \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } diff --git a/extra/dssi/license.txt b/extra/dssi/license.txt new file mode 100644 index 000000000..ddef4f23b --- /dev/null +++ b/extra/dssi/license.txt @@ -0,0 +1,77 @@ +Licensing +--------- + +The DSSI API itself (dssi.h) is licensed under the GNU Lesser General +Public License. See COPYING for details. + +The jack-dssi-host is provided under a BSD-style license. This means +you can do anything you want with it so long as you retain the +copyright attribution and license information. See the source files +for details. + +Licensing for the files in the examples directory may vary: please +check the individual files for details. Most of them are in the +public domain, which means you can use them for anything you want. + + + +/* jack-dssi-host.c + * + * DSSI Soft Synth Interface + * + * This is a host for DSSI plugins. It listens for MIDI events on an + * ALSA sequencer port, delivers them to DSSI synths and outputs the + * result via JACK. + * + * This program expects the names of up to 16 DSSI synth plugins, in + * the form '<dll-name>:<label>',* to be provided on the command line. + * If just '<dll-name>' is provided, the first plugin in the DLL is + * is used. MIDI channels are assigned to each plugin instance, in + * order, beginning with channel 0 (zero-based). A plugin may be + * easily instantiated multiple times by preceding its name and label + * with a dash followed immediately by the desired number of instances, + * e.g. '-3 my_plugins.so:zoomy' would create three instances of the + * 'zoomy' plugin. + */ + +/* + * Copyright 2004, 2009 Chris Cannam, Steve Harris and Sean Bolton. + * + * Permission to use, copy, modify, distribute, and sell this software + * for any purpose is hereby granted without fee, provided that the + * above copyright notice and this permission notice are included in + * all copies or substantial portions of the software. + */ + + +/* + * This program is in the public domain + * + * $Id: dssi_osc_send.c,v 1.5 2004/07/04 22:24:51 smbolton Exp $ + */ + +/* + * This program is in the public domain + * + * $Id: dssi_osc_update.c,v 1.6 2005/10/12 17:08:26 smbolton Exp $ + */ + +/* less_trivial_synth.c + + DSSI Soft Synth Interface + Constructed by Chris Cannam, Steve Harris and Sean Bolton + + This is an example DSSI synth plugin written by Steve Harris. + + This example file is in the public domain. +*/ + +/* trivial_sampler.c + + DSSI Soft Synth Interface + Constructed by Chris Cannam, Steve Harris and Sean Bolton + + A straightforward DSSI plugin sampler. + + This example file is in the public domain. +*/ diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD index 659a88ed5..b9d49ca06 100644 --- a/extra/ffmpeg/PKGBUILD +++ b/extra/ffmpeg/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 138450 2011-09-23 13:55:25Z ibiru $ +# $Id: PKGBUILD 140063 2011-10-06 07:33:35Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Paul Mattal <paul@archlinux.org> pkgname=ffmpeg -pkgver=20110923 +pkgver=20111003 pkgrel=1 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' ' makedepends=('yasm' 'git') #git clone git://git.videolan.org/ffmpeg.git source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz) -md5sums=('36111c640a2eea19f677924ac3193ce4') +md5sums=('38139817bee918a5664c549adb487468') build() { cd "$srcdir/$pkgname" diff --git a/extra/freenx/PKGBUILD b/extra/freenx/PKGBUILD index ba6a31b91..3fc10e827 100644 --- a/extra/freenx/PKGBUILD +++ b/extra/freenx/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 135657 2011-08-17 06:43:27Z tpowa $ +# $Id: PKGBUILD 140055 2011-10-06 06:24:35Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> #Contributed: eliott <eliott@solarblue.net>, Andre Naumann <anaumann@SPARCed.org> pkgname=freenx pkgver=0.7.3 -pkgrel=9 +pkgrel=10 pkgdesc="Free Software (GPL) Implementation of the NX Server" arch=(i686 x86_64) url="http://freenx.berlios.de" license=('GPL') -depends=('nxserver' 'gnu-netcat' 'openssh' 'expect' 'xorg-xauth' 'xorg-fonts-misc' 'coreutils' 'xorg-xmessage' 'xorg-xrdb' 'xorg-xpr' 'xorg-xset' 'xorg-sessreg') +depends=('nxserver' 'gnu-netcat' 'inetutils' 'openssh' 'expect' 'xorg-xauth' 'xorg-fonts-misc' 'coreutils' 'xorg-xmessage' 'xorg-xrdb' 'xorg-xpr' 'xorg-xset' 'xorg-sessreg') backup=(opt/NX/etc/node.conf) install=freenx.install source=(http://download.berlios.de/freenx/$pkgname-server-$pkgver.tar.gz @@ -17,7 +17,6 @@ source=(http://download.berlios.de/freenx/$pkgname-server-$pkgver.tar.gz freenx-latest-svn.patch remove-dialog.patch) - build() { # patch and install nxserver cd $startdir/src/$pkgname-server-$pkgver diff --git a/extra/gnome-python-desktop/PKGBUILD b/extra/gnome-python-desktop/PKGBUILD index 4365a7f19..d41108c0f 100644 --- a/extra/gnome-python-desktop/PKGBUILD +++ b/extra/gnome-python-desktop/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 139181 2011-10-01 08:28:33Z ibiru $ +# $Id: PKGBUILD 140109 2011-10-06 19:11:44Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Arjan Timmerman <arjan@soulfly.nl> # Contributor: Wael Nasreddine <gandalf@siemens-mobiles.org> @@ -6,7 +6,7 @@ pkgbase=gnome-python-desktop pkgname=('gnome-python-desktop' 'python-evolution' 'python-gnomedesktop' 'python-gnomekeyring' 'python-gtop' 'python-metacity' 'python-rsvg' 'python-totem-plparser' 'python-wnck' 'python-gnomeprint') pkgver=2.32.0 -pkgrel=7 +pkgrel=8 arch=(i686 x86_64) license=('GPL' 'LGPL') options=('!libtool') diff --git a/extra/gpsd/PKGBUILD b/extra/gpsd/PKGBUILD index 972663291..c50e90add 100644 --- a/extra/gpsd/PKGBUILD +++ b/extra/gpsd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 136393 2011-08-28 23:22:26Z andrea $ +# $Id: PKGBUILD 140082 2011-10-06 08:10:19Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org @@ -9,18 +9,19 @@ pkgver=3.1 pkgrel=1 pkgdesc="GPS daemon and library to support USB/serial GPS devices" arch=('i686' 'x86_64') -url="http://gpsd.berlios.de" +url="http://catb.org/gpsd/" license=('BSD') depends=('python2' 'libusb' 'bluez' 'desktop-file-utils') optdepends=('php: generate a PHP status page for your GPS' - 'php-gd: image support for the PHP status page') + 'php-gd: image support for the PHP status page' + 'pygtk: GUI frontends') makedepends=('scons' 'docbook-xsl' 'chrpath') backup=('etc/conf.d/gpsd' 'lib/udev/rules.d/99-gpsd-usb.rules') options=('!libtool' '!buildflags') install="${pkgname}.install" -source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz" +source=("http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'gpsd' 'gpsd.conf.d') -md5sums=('f280b914c19da3a91aa5e67d83d35033' +md5sums=('f783c2890774fcafa56bdb968a0372fc' '1f3402f8e33a7032b9ae6dfd077234f7' '3e963df3f9f7ef3572ecc648ae829315') diff --git a/extra/gstreamer0.10-ugly/PKGBUILD b/extra/gstreamer0.10-ugly/PKGBUILD index 9f1074038..368c429f3 100644 --- a/extra/gstreamer0.10-ugly/PKGBUILD +++ b/extra/gstreamer0.10-ugly/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 127813 2011-06-18 16:10:52Z ibiru $ +# $Id: PKGBUILD 140071 2011-10-06 07:33:46Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=gstreamer0.10-ugly pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins') pkgver=0.10.18 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') license=('LGPL') makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr') diff --git a/extra/monodevelop-debugger-gdb/PKGBUILD b/extra/monodevelop-debugger-gdb/PKGBUILD index ab6e2177b..d85310795 100644 --- a/extra/monodevelop-debugger-gdb/PKGBUILD +++ b/extra/monodevelop-debugger-gdb/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Daniel Isenmann <daniel@archlinux.org> pkgname=monodevelop-debugger-gdb -pkgver=2.6.0.1 +pkgver=2.8 pkgrel=1 pkgdesc="Mono Debugger support" arch=('i686' 'x86_64') url="http://monodevelop.com" license=('GPL') -depends=('monodevelop>=2.6' 'gdb') +depends=('monodevelop>=2.8' 'gdb') makedepends=('mono') source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('ad11a5ae0ed0c10630ad6c92262c7cf0') +md5sums=('5378b91fdd9ac22e7d41f0a0002ef605') build() { export MONO_SHARED_DIR="${srcdir}/.wabi" diff --git a/extra/monodevelop/PKGBUILD b/extra/monodevelop/PKGBUILD index 2214a492a..4517a1b7f 100644 --- a/extra/monodevelop/PKGBUILD +++ b/extra/monodevelop/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=monodevelop -pkgver=2.6.0.1 +pkgver=2.8 pkgrel=1 pkgdesc="An IDE primarily designed for C# and other .NET languages" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('mono>=2.10.5' 'mono-addins>=0.6.2' 'gnome-sharp' 'gecko-sharp-2.0>=0.1 options=(!makeflags) install=monodevelop.install source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('994ce8de46911568bd061c9e98b6faa3') +md5sums=('49d4831aa23972e2a63dfd1be98f1d5e') build() { export MONO_SHARED_DIR=$srcdir/src/.wabi diff --git a/extra/opal/PKGBUILD b/extra/opal/PKGBUILD index 7b770c086..4e45a5a34 100644 --- a/extra/opal/PKGBUILD +++ b/extra/opal/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 136105 2011-08-23 01:58:25Z heftig $ +# $Id: PKGBUILD 140067 2011-10-06 07:33:41Z ibiru $ # Maintainer: Jan de Groot <jan@archlinux.org> # Contributor: Tom K <tomk@runbox.com> pkgname=opal pkgver=3.10.2 -pkgrel=1 +pkgrel=2 pkgdesc="Open Phone Abstraction Library" arch=(i686 x86_64) url="http://www.ekiga.org" diff --git a/extra/rubberband/PKGBUILD b/extra/rubberband/PKGBUILD index e5ee7babf..f9506554d 100644 --- a/extra/rubberband/PKGBUILD +++ b/extra/rubberband/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 135007 2011-08-09 21:02:54Z schiv $ +# $Id: PKGBUILD 140085 2011-10-06 09:24:38Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Felipe Machado aka arch_audio <machado.felipe@gmail.com> pkgname=rubberband pkgver=1.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Time-stretching and pitch-shifting audio library and utility" arch=('i686' 'x86_64') url="http://www.breakfastquay.com/rubberband/" @@ -12,9 +12,8 @@ license=('GPL') depends=('libsamplerate' 'fftw' 'vamp-plugin-sdk') makedepends=('ladspa') source=("http://code.breakfastquay.com/attachments/download/16/$pkgname-$pkgver.tar.bz2" - 'gcc46.patch') -md5sums=('28e3dc1f5ae694d6846bcb0ef3d597fc' - '7c2f404975da6052f6b80eac12efbeb4') + 'gcc46.patch' + 'vectorops.patch') build() { cd "$srcdir/$pkgname-$pkgver" @@ -22,6 +21,10 @@ build() { # fix gcc 4.6 compatibility patch -Np1 -i "$srcdir/gcc46.patch" + # fix bug exposed by gcc 4.6 + # see https://bugs.archlinux.org/task/26140 + patch -Np1 -i "$srcdir/vectorops.patch" + ./configure --prefix=/usr make } @@ -29,7 +32,10 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: +md5sums=('28e3dc1f5ae694d6846bcb0ef3d597fc' + '7c2f404975da6052f6b80eac12efbeb4' + '4bdc9689179d3a2cf64172f0f911701d') diff --git a/extra/rubberband/vectorops.patch b/extra/rubberband/vectorops.patch new file mode 100644 index 000000000..cae961591 --- /dev/null +++ b/extra/rubberband/vectorops.patch @@ -0,0 +1,13 @@ +--- a/src/system/VectorOps.h Mon Mar 21 21:51:33 2011 +0000 ++++ b/src/system/VectorOps.h Sun Oct 02 21:12:42 2011 +0100 +@@ -84,8 +84,8 @@ + } + + template<typename T> +-inline void v_move(T *const R__ dst, +- const T *const R__ src, ++inline void v_move(T *const dst, ++ const T *const src, + const int count) + { + memmove(dst, src, count * sizeof(T)); diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD index 8034ad709..1c3208899 100644 --- a/extra/vlc/PKGBUILD +++ b/extra/vlc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 135810 2011-08-18 15:04:49Z andyrtr $ +# $Id: PKGBUILD 140073 2011-10-06 07:33:49Z ibiru $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> # Contributor: Martin Sandsmark <martin.sandsmark@kde.org> pkgname=vlc pkgver=1.1.11 -pkgrel=4 +pkgrel=5 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" diff --git a/extra/x264/PKGBUILD b/extra/x264/PKGBUILD index 90508716e..0e847a587 100644 --- a/extra/x264/PKGBUILD +++ b/extra/x264/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 127804 2011-06-18 16:05:03Z ibiru $ +# $Id: PKGBUILD 140061 2011-10-06 07:33:34Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: damir <damir@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> pkgname=x264 -pkgver=20110617 +pkgver=20111001 pkgrel=1 pkgdesc="free library for encoding H264/AVC video streams" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL') depends=('glibc') makedepends=('yasm') source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2) -md5sums=('928717aa2f0c7ca91e589d6b60e688f1') +md5sums=('dd67dca96ac79e7cb963bfcbf68e017b') build() { cd "$srcdir/$pkgname-snapshot-$pkgver-2245" |