summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/audacity/PKGBUILD50
-rw-r--r--extra/audacity/audacity.install1
-rw-r--r--extra/bitlbee/PKGBUILD8
-rw-r--r--extra/bluedevil/PKGBUILD6
-rw-r--r--extra/cmus/PKGBUILD10
-rw-r--r--extra/gnucash/PKGBUILD10
-rw-r--r--extra/json-glib/PKGBUILD12
-rw-r--r--extra/libtiff/PKGBUILD23
-rw-r--r--extra/mod_perl/PKGBUILD15
-rw-r--r--extra/monodevelop/PKGBUILD13
-rw-r--r--extra/monodevelop/monodevelop_gnome3.patch101
-rw-r--r--extra/nasm/PKGBUILD8
-rw-r--r--extra/v86d/PKGBUILD28
-rw-r--r--extra/vlc/PKGBUILD8
-rw-r--r--extra/xvidcore/PKGBUILD8
15 files changed, 198 insertions, 103 deletions
diff --git a/extra/audacity/PKGBUILD b/extra/audacity/PKGBUILD
index 3bd0f966a..bf4d5ef88 100644
--- a/extra/audacity/PKGBUILD
+++ b/extra/audacity/PKGBUILD
@@ -1,44 +1,34 @@
-# $Id: PKGBUILD 77505 2010-04-15 00:21:38Z dgriffiths $
-# Contributor: Eric Belanger <eric@archlinux.org>
-# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-# Contributor: dorphell <dorphell@archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
+# $Id: PKGBUILD 119629 2011-04-12 20:51:50Z eric $
+# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=audacity
-pkgver=1.3.12
-pkgrel=3
+pkgver=1.3.13
+pkgrel=1
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('i686' 'x86_64' 'mips64el')
url="http://audacity.sourceforge.net/"
license=('GPL')
-depends=('libvorbis' 'libmad' 'libid3tag' 'wxgtk' 'libsamplerate' 'lame'
+depends=('libvorbis' 'libmad' 'libid3tag' 'wxgtk' 'libsamplerate' 'lame' 'hicolor-icon-theme'
'shared-mime-info' 'desktop-file-utils' 'redland' 'jack' 'soundtouch')
-makedepends=('zip' 'python' 'pkgconfig')
+makedepends=('zip')
options=('!makeflags')
-install=${pkgname}.install
-source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}-beta.tar.bz2
- audacity-ffmpeg.patch)
-md5sums=('76996fec67181ca82ba191e012518b57'
- '52cd58c39078d78a96e972df4c3c41f6')
+install=audacity.install
+source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}-beta.tar.bz2)
+md5sums=('57be7fadb8c8dd17b8462c7ac1561d03')
build() {
- cd ${srcdir}/${pkgname}-src-${pkgver}-beta
-
- patch -p0 < ${srcdir}/audacity-ffmpeg.patch || return 1
-
- WX_CONFIG=/usr/bin/wx-config \
- ./configure --prefix=/usr \
- --with-portaudio=v19 --with-libsamplerate=system \
- --without-libresample --with-libmad=system \
- --with-id3tag=system --with-flac=system \
- --with-vorbis=system --with-libexpat=system \
- --with-libsndfile=system --with-soundtouch \
- --enable-unicode --without-taglib || return 1
- make || return 1
+ cd "${srcdir}/${pkgname}-src-${pkgver}-beta"
+ WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
+ --with-portaudio --with-libsamplerate \
+ --without-libresample --with-libmad \
+ --with-id3tag --with-libflac \
+ --with-vorbis --with-libexpat \
+ --with-libsndfile --with-soundtouch \
+ --enable-unicode --without-taglib
+ make
}
package() {
- cd ${srcdir}/${pkgname}-src-${pkgver}-beta
-
- make DESTDIR=${pkgdir} install || return 1
+ cd "${srcdir}/${pkgname}-src-${pkgver}-beta"
+ make DESTDIR="${pkgdir}" install
}
diff --git a/extra/audacity/audacity.install b/extra/audacity/audacity.install
index 41f09f887..028c9f62a 100644
--- a/extra/audacity/audacity.install
+++ b/extra/audacity/audacity.install
@@ -1,6 +1,7 @@
post_install() {
update-desktop-database -q
update-mime-database usr/share/mime &> /dev/null
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD
index a4d0f69b1..0b7823db0 100644
--- a/extra/bitlbee/PKGBUILD
+++ b/extra/bitlbee/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 118945 2011-04-09 14:35:19Z bisson $
+# $Id: PKGBUILD 119552 2011-04-12 06:10:02Z bisson $
# Contributor: FUBAR <mrfubar@gmail.com>
# Contributor: simo <simo@archlinux.org>
# Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org>
@@ -7,12 +7,12 @@
pkgname=bitlbee
pkgver=3.0.2
-pkgrel=2
+pkgrel=3
pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.bitlbee.org/'
license=('GPL')
-depends=('gnutls' 'glib2' 'libotr')
+depends=('openssl' 'glib2' 'libotr')
optdepends=('xinetd: to run bitlbee through xinetd')
source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz"
'xinetd'
@@ -33,7 +33,7 @@ build() {
--ipcsocket=/var/run/bitlbee/bitlbee.sock \
--strip=0 \
--otr=1 \
- --ssl=gnutls
+ --ssl=openssl
make
}
diff --git a/extra/bluedevil/PKGBUILD b/extra/bluedevil/PKGBUILD
index cf9df3e5d..acf88fbb1 100644
--- a/extra/bluedevil/PKGBUILD
+++ b/extra/bluedevil/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 116735 2011-03-25 15:41:57Z andrea $
+# $Id: PKGBUILD 119634 2011-04-12 21:52:47Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=bluedevil
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc='KDE bluetooth framework'
arch=('i686' 'x86_64' 'mips64el')
@@ -12,7 +12,7 @@ depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client')
makedepends=('cmake' 'automoc4')
install="${pkgname}.install"
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('a2d4aa126f86dbc1f429a3aa9e95671d')
+md5sums=('016e8b048bd834548a436fb0440667a9')
build(){
cd ${srcdir}
diff --git a/extra/cmus/PKGBUILD b/extra/cmus/PKGBUILD
index 359f19ed9..a473a74cd 100644
--- a/extra/cmus/PKGBUILD
+++ b/extra/cmus/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 111610 2011-02-27 20:41:37Z eric $
+# $Id: PKGBUILD 119600 2011-04-12 16:02:29Z eric $
# Maintainer: Aaron Griffin <aaron@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=cmus
-pkgver=2.3.4
-pkgrel=2
+pkgver=2.3.5
+pkgrel=1
pkgdesc="A very feature-rich ncurses-based music player"
arch=('i686' 'x86_64' 'mips64el')
url="http://cmus.sourceforge.net/"
@@ -23,8 +23,8 @@ optdepends=('alsa-lib: for ALSA output plugin support'
'libvorbis: for vorbis input plugin support'
'flac: for flac input plugin support')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2")
-md5sums=('10629719fd0bff2d3c322ac24834af35')
-sha1sums=('d980781c47937da6c3faf910043967e28b9450d6')
+md5sums=('535a7567ee4cbfa2de8957907a649908')
+sha1sums=('90892d3ba6dc466e453daa091b055c30236813e8')
build() {
cd "$srcdir/$pkgname-v$pkgver"
diff --git a/extra/gnucash/PKGBUILD b/extra/gnucash/PKGBUILD
index f17ab1ef7..6b666f476 100644
--- a/extra/gnucash/PKGBUILD
+++ b/extra/gnucash/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 114787 2011-03-16 02:24:49Z eric $
+# $Id: PKGBUILD 119590 2011-04-12 15:33:34Z eric $
# Maintainer: Aaron Griffin <aaron@archlinux.org>
# Contributor: Mark Schneider <queueRAM@gmail.com>
pkgname=gnucash
-pkgver=2.4.4
+pkgver=2.4.5
pkgrel=1
pkgdesc="A personal and small-business financial-accounting application"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnucash.org"
license=("GPL")
depends=('gtkhtml' 'slib' 'goffice' 'guile' 'libofx'
- 'libgnomeui' 'hicolor-icon-theme' 'libdbi' 'aqbanking'
+ 'libgnomeui' 'hicolor-icon-theme' 'libdbi-drivers' 'aqbanking'
'desktop-file-utils')
makedepends=('intltool')
optdepends=('evince: for print preview'
@@ -20,8 +20,8 @@ optdepends=('evince: for print preview'
options=('!libtool' '!makeflags')
install=gnucash.install
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6ae973bf925cde0721c7c465536bc096')
-sha1sums=('016fccdfe5134783c95dcd5add5190270ade59f2')
+md5sums=('94168fe959743fc342812ac3a01814a1')
+sha1sums=('4f40b039ee8e9bcc15d49a8ed52bd7ef94bc8126')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/json-glib/PKGBUILD b/extra/json-glib/PKGBUILD
index 507db3d9c..ec7f56238 100644
--- a/extra/json-glib/PKGBUILD
+++ b/extra/json-glib/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 105758 2011-01-11 14:11:29Z ibiru $
+# $Id: PKGBUILD 119567 2011-04-12 13:36:07Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=json-glib
-pkgver=0.12.2
+pkgver=0.12.4
pkgrel=1
pkgdesc="JSON library built on GLib"
arch=('i686' 'x86_64' 'mips64el')
@@ -10,13 +10,17 @@ url="http://live.gnome.org/JsonGlib"
license=('GPL')
depends=('glib2>=2.26.0')
makedepends=('gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.12/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('89fa9b870dfe2d8b7b00210be76cdbb2d46a8d2cc77ca7cbe5d081bdf8cad780')
options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.12/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('462cd611016ae189d5e3f258dc7741e6a2e8267404b4e3806aaf346d50f1df7e')
build(){
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
make
+}
+
+package(){
+ cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}
diff --git a/extra/libtiff/PKGBUILD b/extra/libtiff/PKGBUILD
index 1c5753c34..a7c221246 100644
--- a/extra/libtiff/PKGBUILD
+++ b/extra/libtiff/PKGBUILD
@@ -1,9 +1,8 @@
-# $Id: PKGBUILD 83314 2010-06-20 21:43:27Z eric $
-# Maintainer: Eric Belanger <eric@archlinux.org>
-# Contributor: dorphell <dorphell@archlinux.org>
+# $Id: PKGBUILD 119577 2011-04-12 14:21:49Z eric $
+# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=libtiff
-pkgver=3.9.4
+pkgver=3.9.5
pkgrel=1
pkgdesc="Library for manipulation of TIFF images"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,20 +12,18 @@ depends=('libjpeg' 'zlib')
makedepends=('libgl' 'freeglut' 'libxmu' 'libxi')
optdepends=('freeglut: for using tiffgt')
options=('!libtool')
-source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz \
- libtiff-CVE-2009-2285.patch)
-md5sums=('2006c1bdd12644dbf02956955175afd6' 'ff61077408727a82281f77a94f555e2a')
-sha1sums=('a4e32d55afbbcabd0391a9c89995e8e8a19961de' 'eadce8c8bd72ea9c74f35300bf299131813b0c8b')
+source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
+md5sums=('8fc7ce3b4e1d0cc8a319336967815084')
+sha1sums=('f40aab20fb2f609b5cbc1171c40b66a1445e3773')
build() {
cd "${srcdir}/tiff-${pkgver}"
- patch -p1 < ../libtiff-CVE-2009-2285.patch || return 1
- ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man || return 1
- make || return 1
+ ./configure --prefix=/usr
+ make
}
package() {
cd "${srcdir}/tiff-${pkgver}"
- make DESTDIR="${pkgdir}" install || return 1
- install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
diff --git a/extra/mod_perl/PKGBUILD b/extra/mod_perl/PKGBUILD
index 27e893b9f..126d47d41 100644
--- a/extra/mod_perl/PKGBUILD
+++ b/extra/mod_perl/PKGBUILD
@@ -1,28 +1,27 @@
-# $Id: PKGBUILD 108488 2011-01-31 14:48:50Z angvp $
+# $Id: PKGBUILD 119582 2011-04-12 15:02:19Z angvp $
# Maintainer: Firmicus <francois.archlinux.org>
# Contributor: Tom K <tomk@runbox.com>
pkgname=mod_perl
-_realname=mod_perl
-pkgver=2.0.4
-pkgrel=11
+pkgver=2.0.5
+pkgrel=1
pkgdesc="Apache module that embeds the Perl interpreter within the server"
url="http://search.cpan.org/dist/${_realname}/"
depends=('perl=5.12.3' 'apache' 'db' 'apr-util')
license=('APACHE')
arch=('i686' 'x86_64' 'mips64el')
options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/G/GO/GOZER/${_realname}-${pkgver}.tar.gz)
-md5sums=('1a05625ae6843085f985f5da8214502a')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/${pkgname}-${pkgver}.tar.gz)
+md5sums=('03d01d135a122bd8cebd0cd5b185d674')
build() {
- cd ${srcdir}/${_realname}-${pkgver}
+ cd ${srcdir}/${pkgname}-${pkgver}
# install module in vendor directories.
perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/sbin/apxs
make
}
package() {
- cd ${srcdir}/${_realname}-${pkgver}
+ cd ${srcdir}/${pkgname}-${pkgver}
make install DESTDIR=${pkgdir}
}
diff --git a/extra/monodevelop/PKGBUILD b/extra/monodevelop/PKGBUILD
index dbb1cbaea..4851ae271 100644
--- a/extra/monodevelop/PKGBUILD
+++ b/extra/monodevelop/PKGBUILD
@@ -4,22 +4,25 @@
pkgname=monodevelop
pkgver=2.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="An IDE primarily designed for C# and other .NET languages"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.monodevelop.org"
license=('GPL')
-depends=('mono>=2.8.2' 'mono-addins>=0.5' 'gnome-sharp' 'gecko-sharp-2.0>=0.10' 'gnome-desktop-sharp')
-options=(!makeflags force)
+depends=('mono>=2.10.1' 'mono-addins>=0.5' 'gnome-sharp' 'gecko-sharp-2.0>=0.10')
+options=(!makeflags)
install=monodevelop.install
-source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('05d20deada26a115418cb1b4526b8d15')
+source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+ monodevelop_gnome3.patch)
+md5sums=('05d20deada26a115418cb1b4526b8d15'
+ 'fd011f41af212fe87fb9997ebf074188')
build() {
export MONO_SHARED_DIR=$srcdir/src/.wabi
mkdir -p $MONO_SHARED_DIR
cd $srcdir/$pkgname-$pkgver
+ patch -p1 < ${srcdir}/monodevelop_gnome3.patch || return 1
./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
make || return 1
}
diff --git a/extra/monodevelop/monodevelop_gnome3.patch b/extra/monodevelop/monodevelop_gnome3.patch
new file mode 100644
index 000000000..4ea101f6a
--- /dev/null
+++ b/extra/monodevelop/monodevelop_gnome3.patch
@@ -0,0 +1,101 @@
+diff --git a/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Object.cs b/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Object.cs
+index 4d8954c..e1a1937 100644
+--- a/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Object.cs
++++ b/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Object.cs
+@@ -1,5 +1,6 @@
+ using System;
+ using System.Collections;
++using System.Collections.Generic;
+
+ namespace Stetic.Wrapper {
+ public abstract class Object : Stetic.ObjectWrapper {
+@@ -11,17 +12,32 @@ namespace Stetic.Wrapper {
+ ((GLib.Object)Wrapped).RemoveNotification (NotifyHandler);
+ base.Dispose ();
+ }
+-
++
++ IEnumerable<string> GladePropertyNames {
++ get {
++ foreach (ItemGroup group in ClassDescriptor.ItemGroups) {
++ foreach (ItemDescriptor item in group) {
++ TypedPropertyDescriptor prop = item as TypedPropertyDescriptor;
++ if (prop != null && !string.IsNullOrEmpty (prop.GladeName)) {
++ yield return prop.GladeName;
++ }
++ }
++ }
++ }
++ }
++
+ internal protected override void OnDesignerAttach (IDesignArea designer)
+ {
+ base.OnDesignerAttach (designer);
+- ((GLib.Object)Wrapped).AddNotification (NotifyHandler);
++ foreach (string property in GladePropertyNames)
++ ((GLib.Object)Wrapped).AddNotification (property, NotifyHandler);
+ }
+
+ internal protected override void OnDesignerDetach (IDesignArea designer)
+ {
+ base.OnDesignerDetach (designer);
+- ((GLib.Object)Wrapped).RemoveNotification (NotifyHandler);
++ foreach (string property in GladePropertyNames)
++ ((GLib.Object)Wrapped).RemoveNotification (property, NotifyHandler);
+ }
+
+ public static Object Lookup (GLib.Object obj)
+
+diff --git a/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs b/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs
+index 89f04b5..75d7b17 100644
+--- a/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs
++++ b/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs
+@@ -1540,22 +1540,39 @@ namespace MonoDevelop.Components.Commands
+ internal class ToolbarTracker
+ {
+ Gtk.IconSize lastSize;
+-
++
+ public void Track (Gtk.Toolbar toolbar)
+ {
+ lastSize = toolbar.IconSize;
+- toolbar.AddNotification (OnToolbarPropChanged);
++ toolbar.AddNotification ("icon-size", IconSizeChanged);
++ toolbar.OrientationChanged += HandleToolbarOrientationChanged;
++ toolbar.StyleChanged += HandleToolbarStyleChanged;
++
+ toolbar.Destroyed += delegate {
+- toolbar.RemoveNotification (OnToolbarPropChanged);
++ toolbar.StyleChanged -= HandleToolbarStyleChanged;
++ toolbar.OrientationChanged -= HandleToolbarOrientationChanged;
++ toolbar.RemoveNotification ("icon-size", IconSizeChanged);
+ };
+ }
+-
+- void OnToolbarPropChanged (object ob, GLib.NotifyArgs args)
++
++ void HandleToolbarStyleChanged (object o, Gtk.StyleChangedArgs args)
+ {
+- Gtk.Toolbar t = (Gtk.Toolbar) ob;
+- if (lastSize != t.IconSize || args.Property == "orientation" || args.Property == "toolbar-style")
++ Gtk.Toolbar t = (Gtk.Toolbar) o;
++ if (lastSize != t.IconSize)
+ UpdateCustomItems (t);
+- lastSize = t.IconSize;
++ }
++
++ void HandleToolbarOrientationChanged (object o, Gtk.OrientationChangedArgs args)
++ {
++ Gtk.Toolbar t = (Gtk.Toolbar) o;
++ if (lastSize != t.IconSize)
++ UpdateCustomItems (t);
++ }
++
++ void IconSizeChanged (object o, GLib.NotifyArgs args)
++ {
++ this.lastSize = ((Gtk.Toolbar) o).IconSize;
++ UpdateCustomItems ((Gtk.Toolbar) o);
+ }
+
+ void UpdateCustomItems (Gtk.Toolbar t)
+
diff --git a/extra/nasm/PKGBUILD b/extra/nasm/PKGBUILD
index be716037f..d259a349c 100644
--- a/extra/nasm/PKGBUILD
+++ b/extra/nasm/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 102775 2010-12-11 05:11:43Z eric $
+# $Id: PKGBUILD 119611 2011-04-12 16:49:38Z eric $
# Maintainer: Aaron Griffin <aaron@archlinux.org>
pkgbase=nasm
pkgname=('nasm' 'nasm-doc')
-pkgver=2.09.04
+pkgver=2.09.08
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url="http://www.nasm.us"
license=('BSD')
makedepends=('ghostscript')
source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('c11f083a501adae843d0bc3e7c106c73')
-sha1sums=('87fb3f1d277f57cfd86408faa28685df0c887f59')
+md5sums=('6abfa388a74ee47e163fdb30ecfd40f9')
+sha1sums=('37ce7d945a41276eab255b061c88c2ad2f7979f6')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"
diff --git a/extra/v86d/PKGBUILD b/extra/v86d/PKGBUILD
index 450ba0e55..bf75201a1 100644
--- a/extra/v86d/PKGBUILD
+++ b/extra/v86d/PKGBUILD
@@ -1,38 +1,38 @@
-# $Id: PKGBUILD 102014 2010-12-03 22:27:43Z pierre $
+# $Id: PKGBUILD 119572 2011-04-12 13:37:13Z eric $
# Maintainer: Thomas Baechler <thomas@archlinux.org>
-pkgname="v86d"
-pkgver=0.1.9
-pkgrel=11
+pkgname=v86d
+pkgver=0.1.10
+pkgrel=1
pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
+arch=("i686" "x86_64" 'mips64el')
url="http://dev.gentoo.org/~spock/projects/uvesafb/"
license=('GPL2')
-arch=("i686" "x86_64" 'mips64el')
depends=('glibc')
conflicts=('mkinitcpio<0.5.99')
-backup=(etc/modprobe.d/uvesafb.conf)
+backup=('etc/modprobe.d/uvesafb.conf')
+options=('!makeflags')
source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
v86d
v86d_hook
modprobe.uvesafb)
-md5sums=('ebbbc8e7013c9544b6ba6981add43831'
+md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
'33f3131e7bf041ed6a67e92bff272f4c'
'813958b8f6c75a7063e4858f31509694'
'2d7cc8dc6a41916a13869212d0191147')
-options=(!makeflags)
build() {
- cd $srcdir/v86d-$pkgver
+ cd "$srcdir/v86d-$pkgver"
./configure --with-x86emu
# we only need /usr/include/video/uvesafb.h
make KDIR=/usr
}
package() {
- cd $srcdir/v86d-$pkgver
- make DESTDIR=$pkgdir install
+ cd "$srcdir/v86d-$pkgver"
+ make DESTDIR="$pkgdir" install
- install -D -m644 $srcdir/v86d $pkgdir/lib/initcpio/install/v86d
- install -D -m644 $srcdir/v86d_hook $pkgdir/lib/initcpio/hooks/v86d
- install -D -m644 $srcdir/modprobe.uvesafb $pkgdir/etc/modprobe.d/uvesafb.conf
+ install -D -m644 "$srcdir/v86d" "$pkgdir/lib/initcpio/install/v86d"
+ install -D -m644 "$srcdir/v86d_hook" "$pkgdir/lib/initcpio/hooks/v86d"
+ install -D -m644 "$srcdir/modprobe.uvesafb" "$pkgdir/etc/modprobe.d/uvesafb.conf"
}
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD
index 129c6c465..efe3dac2e 100644
--- a/extra/vlc/PKGBUILD
+++ b/extra/vlc/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 117111 2011-03-28 19:51:51Z ibiru $
+# $Id: PKGBUILD 119562 2011-04-12 10:29:49Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: Martin Sandsmark <martin.sandsmark@kde.org>
pkgbase=vlc
pkgname=('vlc' 'vlc-plugin')
-pkgver=1.1.8
-pkgrel=2
+pkgver=1.1.9
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url="http://www.videolan.org/vlc/"
license=('GPL')
@@ -21,7 +21,7 @@ makedepends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'lirc-utils'
'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse')
options=('!libtool')
source=("http://download.videolan.org/pub/videolan/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2")
-md5sums=('c0065ec11b6fd12167cd440cbe0ef0d9')
+md5sums=('06adb1848e6b87fbe1ced77ec0f91e4c')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"
diff --git a/extra/xvidcore/PKGBUILD b/extra/xvidcore/PKGBUILD
index afdd7541b..a6db80062 100644
--- a/extra/xvidcore/PKGBUILD
+++ b/extra/xvidcore/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 111793 2011-03-01 00:12:59Z eric $
+# $Id: PKGBUILD 119595 2011-04-12 15:34:48Z eric $
# Maintainer: tobias <tobias@archlinux.org>
# Contributor: Sarah Hay <sarah@archlinux.org>
pkgname=xvidcore
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="XviD is an open source MPEG-4 video codec"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,8 +12,8 @@ url="http://www.xvid.org/"
depends=('glibc')
makedepends=('nasm')
source=(http://downloads.xvid.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('22621243c4a588dcee599e77736309c2')
-sha1sums=('3220e3feee2c92ae73169009a23c9ef929867bc7')
+md5sums=('5b1c7032809bef6fa11eb3f4fbcf78e4')
+sha1sums=('15acd3bbd4ddd39ffec7bc14f7cc2c9fe08e01c3')
build() {
cd "${srcdir}/${pkgname}/build/generic"