diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/ffmpeg-compat/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/ffmpeg/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/gdome2/PKGBUILD | 23 | ||||
-rw-r--r-- | extra/gdome2/gdome2-0.8.1-libxml2.patch | 18 | ||||
-rw-r--r-- | extra/git/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/hwloc/PKGBUILD | 20 | ||||
-rw-r--r-- | extra/jade/PKGBUILD | 24 | ||||
-rw-r--r-- | extra/kte-collaborative/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/libqinfinity/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/libsrtp/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/libzeitgeist/PKGBUILD | 11 | ||||
-rw-r--r-- | extra/lzo/PKGBUILD | 25 | ||||
-rw-r--r-- | extra/nss/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/openmpi/PKGBUILD | 7 | ||||
-rw-r--r-- | extra/perl-dbd-mysql/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/perl-dbi/PKGBUILD | 10 | ||||
-rw-r--r-- | extra/perl-netaddr-ip/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/sqlite/PKGBUILD | 11 | ||||
-rw-r--r-- | extra/sqlite/xbmc.patch | 22 | ||||
-rw-r--r-- | extra/vlc/PKGBUILD | 7 |
20 files changed, 148 insertions, 92 deletions
diff --git a/extra/ffmpeg-compat/PKGBUILD b/extra/ffmpeg-compat/PKGBUILD index 68ffd41cd..cea6fdc66 100644 --- a/extra/ffmpeg-compat/PKGBUILD +++ b/extra/ffmpeg-compat/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 197409 2013-10-25 13:13:16Z giovanni $ +# $Id: PKGBUILD 197753 2013-10-29 18:00:31Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Ionut Biru <ibiru@archlinux.org> @@ -6,8 +6,8 @@ # Contributor: Paul Mattal <paul@archlinux.org> pkgname=ffmpeg-compat -pkgver=0.10.8 -pkgrel=5 +pkgver=0.10.9 +pkgrel=1 epoch=1 pkgdesc='Complete and free Internet live audio and video broadcasting solution for Linux/Unix' arch=('i686' 'x86_64') @@ -21,7 +21,7 @@ depends=( ) makedepends=('libvdpau' 'yasm') source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2) -sha256sums=('2e371088a71656be41b4ff70ae7e80a1d88c5149d6209013c9cce4b84278cbc8') +sha256sums=('1d0cc2dd539faefe47554935ea4e4f6aa779d0896b3e722d595aa5abe2304cf9') build() { cd ffmpeg-$pkgver diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD index b5e46a5fa..2fd2009b4 100644 --- a/extra/ffmpeg/PKGBUILD +++ b/extra/ffmpeg/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 197407 2013-10-25 13:06:38Z giovanni $ +# $Id: PKGBUILD 197751 2013-10-29 17:42:37Z bpiotrowski $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Paul Mattal <paul@archlinux.org> pkgname=ffmpeg -pkgver=2.0.2 -pkgrel=3 +pkgver=2.1 +pkgrel=1 epoch=1 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ depends=( ) makedepends=('libvdpau' 'yasm') source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2) -sha256sums=('986f63dc0785f473b1832d0eead502e39c9706fbe7f9677bbea0dad6fe0fab4a') +sha256sums=('926603fd974e9b38071a5cfc6fd0d93857801d1968145dfce7fdc627ab1d68df') build() { cd $pkgname-$pkgver diff --git a/extra/gdome2/PKGBUILD b/extra/gdome2/PKGBUILD index 6f97ea5ea..9522ae97d 100644 --- a/extra/gdome2/PKGBUILD +++ b/extra/gdome2/PKGBUILD @@ -1,26 +1,33 @@ -# $Id: PKGBUILD 150508 2012-02-18 11:44:22Z pierre $ +# $Id: PKGBUILD 197759 2013-10-29 18:43:37Z eric $ # Maintainer: # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gdome2 pkgver=0.8.1 -pkgrel=4 +pkgrel=5 pkgdesc="Gnome DOM Engine" -url="http://gdome2.cs.unibo.it/" arch=('i686' 'x86_64') +url="http://gdome2.cs.unibo.it/" license=('LGPL') depends=('libxml2' 'glib2') -options=(!libtool) -source=("http://gdome2.cs.unibo.it/tarball/${pkgname}-${pkgver}.tar.gz") -md5sums=('bfc114e59eec50cbda8e4ece751ff022') +source=("http://gdome2.cs.unibo.it/tarball/${pkgname}-${pkgver}.tar.gz" + gdome2-0.8.1-libxml2.patch) +md5sums=('bfc114e59eec50cbda8e4ece751ff022' + 'bde155107f30bf65d441adf70efc3c00') + +prepare() { + cd ${pkgname}-${pkgver} + patch -p0 -i "${srcdir}/gdome2-0.8.1-libxml2.patch" +} + build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} ./configure --prefix=/usr --mandir=/usr/share/man make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install } diff --git a/extra/gdome2/gdome2-0.8.1-libxml2.patch b/extra/gdome2/gdome2-0.8.1-libxml2.patch new file mode 100644 index 000000000..bf493bc22 --- /dev/null +++ b/extra/gdome2/gdome2-0.8.1-libxml2.patch @@ -0,0 +1,18 @@ +Patch by Harris Landgarten. + +The patch was submitted on bug 448236, following the announcement on +https://mail.gnome.org/archives/xml/2012-August/msg00005.html +--- libgdome/gdomecore/gdome-xml-documentt.c.orig 2003-07-13 06:47:54.000000000 -0400 ++++ libgdome/gdomecore/gdome-xml-documentt.c 2012-12-23 08:57:23.000000000 -0500 +@@ -342,7 +342,11 @@ + } + xmlNodeDumpOutput (out_buff, NULL, (xmlNode *)is, 0, 0, NULL); + xmlOutputBufferFlush(out_buff); ++#if LIBXML_VERSION < 20900 + ret = g_strndup (out_buff->buffer->content, out_buff->buffer->use); ++#else ++ ret = g_strndup (xmlBufContent(out_buff->buffer), xmlBufUse(out_buff->buffer)); ++#endif + (void)xmlOutputBufferClose(out_buff); + + return gdome_xml_str_mkref_own (ret); diff --git a/extra/git/PKGBUILD b/extra/git/PKGBUILD index 14bcec800..a81dff9ab 100644 --- a/extra/git/PKGBUILD +++ b/extra/git/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 196624 2013-10-15 21:11:32Z dan $ +# $Id: PKGBUILD 197743 2013-10-29 02:17:19Z dan $ # Maintainer: Dan McGee <dan@archlinux.org> pkgname=git -pkgver=1.8.4.1 +pkgver=1.8.4.2 pkgrel=1 pkgdesc="the fast distributed version control system" arch=(i686 x86_64) @@ -111,7 +111,7 @@ package() { install -D -m 644 "$srcdir"/git-daemon.socket "$pkgdir"/usr/lib/systemd/system/git-daemon.socket } -md5sums=('5d8c89ad312ca0b0e603259c9357e6b8' - 'd3f87251966f2bfabdad428b781fef4f' +md5sums=('6f63d103465b86ca0ebe4189ea54731c' + '2b4719ec820d845134b689247abe65e8' '042524f942785772d7bd52a1f02fe5ae' 'f67869315c2cc112e076f0c73f248002') diff --git a/extra/hwloc/PKGBUILD b/extra/hwloc/PKGBUILD index 3db995891..b153b012f 100644 --- a/extra/hwloc/PKGBUILD +++ b/extra/hwloc/PKGBUILD @@ -1,29 +1,33 @@ -# $Id: PKGBUILD 188118 2013-06-10 06:43:40Z bpiotrowski $ +# $Id: PKGBUILD 197744 2013-10-29 02:18:00Z eric $ # Maintainer : Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Sylvain HENRY <hsyl20@yahoo.fr> # Contributor: Hervé YVIQUEL <elldekaa@gmail.com> pkgname=hwloc -pkgver=1.7.1 +pkgver=1.7.2 pkgrel=1 pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical architectures" arch=('i686' 'x86_64') url="http://www.open-mpi.org/projects/hwloc/" license=('BSD') depends=('sh' 'pciutils' 'cairo' 'libxml2') -makedepends=('pkg-config') -options=('!libtool' '!docs') -source=(http://www.open-mpi.org/software/hwloc/v1.7/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('7bb4e6c68d1c24f881d3f7ddf0682b50622351c8') +options=('!docs') +source=(http://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('bcd7d71e038af6e1f06a233fdf1c00739033e128') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } +check() { + cd ${pkgname}-${pkgver} + make check +} + package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE diff --git a/extra/jade/PKGBUILD b/extra/jade/PKGBUILD index 1fa51e196..78719af83 100644 --- a/extra/jade/PKGBUILD +++ b/extra/jade/PKGBUILD @@ -1,39 +1,39 @@ -# $Id: PKGBUILD 161891 2012-06-16 05:10:30Z eric $ +# $Id: PKGBUILD 197761 2013-10-29 19:12:18Z eric $ # Maintainer: # Contributor: dorphell <dorphell@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=jade pkgver=1.2.1 -pkgrel=8 -_debpatch=47.1 +pkgrel=9 +_debpatch=47.3 pkgdesc="James Clark's DSSSL Engine" url='http://www.jclark.com/jade/' arch=('i686' 'x86_64') license=('custom') depends=('gcc-libs') replaces=('openjade') -options=('!libtool' '!makeflags') +options=('!makeflags') source=("ftp://ftp.jclark.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz" "http://ftp.debian.org/debian/pool/main/j/jade/jade_${pkgver}-${_debpatch}.diff.gz") md5sums=('4239670ca6b578bff68b8c2e7cd1225f' - '6c9c0109e3b6d283cb7a18ec8a672575') - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - - export CXXFLAGS="$CXXFLAGS -fpermissive" + 'dc50fb2aad40ad4b26373953805fe4fc') +prepare() { + cd ${pkgname}-${pkgver} patch -p1 -i "${srcdir}"/jade_${pkgver}-${_debpatch}.diff +} +build() { + cd ${pkgname}-${pkgver} + export CXXFLAGS="$CXXFLAGS -fpermissive" chmod 755 configure ./configure --prefix=/usr --enable-default-catalog=/usr/share/sgml/catalog - make } package() { - cd "${srcdir}"/${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} install -d -m755 "${pkgdir}"/usr/lib make prefix="${pkgdir}"/usr install mv "${pkgdir}"/usr/bin/sx "${pkgdir}"/usr/bin/sgml2xml diff --git a/extra/kte-collaborative/PKGBUILD b/extra/kte-collaborative/PKGBUILD index 9213a4b64..c6cfb42d5 100644 --- a/extra/kte-collaborative/PKGBUILD +++ b/extra/kte-collaborative/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 197600 2013-10-27 14:17:27Z andrea $ +# $Id: PKGBUILD 197748 2013-10-29 07:58:30Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Antonio Rojas <nqn1976 @ gmail.com> pkgname=kte-collaborative -pkgver=0.1.80 +pkgver=0.2.0 pkgrel=1 pkgdesc="A plugin for KTextEditor which allows to edit text documents collaboratively" arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ url='https://projects.kde.org/projects/playground/network/kte-collaborative' license=('GPL') depends=('libqinfinity' 'telepathy-kde-common-internals') makedepends=('cmake' 'automoc4') -source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz") -md5sums=('4e5c8e81d02ab1ccb5f0f6b1f739707a') +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz") +md5sums=('e96718ed62b3bb315364fd03a4f2b463') prepare() { mkdir build diff --git a/extra/libqinfinity/PKGBUILD b/extra/libqinfinity/PKGBUILD index d7f16d1c6..51afc1839 100644 --- a/extra/libqinfinity/PKGBUILD +++ b/extra/libqinfinity/PKGBUILD @@ -1,10 +1,10 @@ -# $Id$ +# $Id: PKGBUILD 197746 2013-10-29 07:56:59Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Antonio Rojas <nqn1976 @ gmail.com> pkgname=libqinfinity -pkgver=0.5.1 -pkgrel=2 +pkgver=0.5.2 +pkgrel=1 pkgdesc="Qt wrapper around libinfinity, a library for collaborative editing" arch=('i686' 'x86_64') url='https://projects.kde.org/projects/playground/libs/libqinfinity' @@ -12,7 +12,7 @@ license=('LGPL') depends=('libinfinity' 'qt4') makedepends=('cmake') source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz") -md5sums=('ca40902e7a9a699d3d83138cb76d569a') +md5sums=('de78878142b492e2f9c79c3684ac2d23') prepare() { mkdir build diff --git a/extra/libsrtp/PKGBUILD b/extra/libsrtp/PKGBUILD index 731f2ea75..7107d8c49 100644 --- a/extra/libsrtp/PKGBUILD +++ b/extra/libsrtp/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 188535 2013-06-15 10:01:17Z andrea $ +# $Id: PKGBUILD 197763 2013-10-29 19:24:02Z eric $ # Maintainer: # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Yejun Yang <yejunx AT gmail DOT com> @@ -6,7 +6,7 @@ pkgname=libsrtp pkgver=15.1c9bd90 -pkgrel=1 +pkgrel=2 pkgdesc="Open-source implementation of the Secure Real-time Transport Protocol (SRTP)" url="http://srtp.sourceforge.net/srtp.html" arch=('i686' 'x86_64') diff --git a/extra/libzeitgeist/PKGBUILD b/extra/libzeitgeist/PKGBUILD index 65137cd82..5c2606960 100644 --- a/extra/libzeitgeist/PKGBUILD +++ b/extra/libzeitgeist/PKGBUILD @@ -1,29 +1,28 @@ +# $Id: PKGBUILD 197766 2013-10-29 19:55:09Z eric $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: kiefer <jorgelmadrid@gmail.com> # Contributor: Alessio Sergi <asergi at archlinux dot us> pkgname=libzeitgeist pkgver=0.3.18 -_pkgmainver=0.3 -pkgrel=3 +pkgrel=4 pkgdesc="Zeitgeist client library" arch=('i686' 'x86_64') url="https://launchpad.net/libzeitgeist" license=('LGPL2.1') depends=('glib2') optdepends=("zeitgeist: zeitgeist framework") -options=('!libtool') -source=(http://launchpad.net/${pkgname}/${_pkgmainver}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz) +source=(http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz) md5sums=('d63a37295d01a58086d0d4ae26e604c2') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install } diff --git a/extra/lzo/PKGBUILD b/extra/lzo/PKGBUILD index ba60530e4..115baed03 100644 --- a/extra/lzo/PKGBUILD +++ b/extra/lzo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 150589 2012-02-18 15:59:31Z pierre $ +# $Id: PKGBUILD 197768 2013-10-29 20:44:43Z eric $ # Maintainer: # Contributor: Low Kian Seong <fastmail_low@speedymail.org> # Contributor: Judd Vinet <jvinet@zeroflux.org> @@ -6,30 +6,31 @@ pkgname=lzo pkgver=1.08 -pkgrel=7 +pkgrel=8 pkgdesc='A portable lossless data compression library written in ANSI C' arch=('i686' 'x86_64') license=('GPL') url='http://www.oberhumer.com/opensource/lzo' depends=('glibc') makedepends=('nasm') -options=('!libtool') source=("http://www.oberhumer.com/opensource/lzo/download/LZO-v1/${pkgname}-${pkgver}.tar.gz" 'nasm-gcc3.patch') md5sums=('ab94d3da364c7cbd5b78d76f1875b0f6' '43fb13762383b572d22152f8815ea4a5') -build() { - cd "${srcdir}"/${pkgname}-${pkgver} +prepare() { + cd ${pkgname}-${pkgver} + patch -p0 -i "${srcdir}"/nasm-gcc3.patch +} - patch -p0 -i "${srcdir}"/nasm-gcc3.patch - autoconf - ./configure --prefix=/usr --enable-shared - make +build() { + cd ${pkgname}-${pkgver} + autoconf + ./configure --prefix=/usr --enable-shared + make } package() { - cd "${srcdir}"/${pkgname}-${pkgver} - - make DESTDIR="${pkgdir}" install + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install } diff --git a/extra/nss/PKGBUILD b/extra/nss/PKGBUILD index 3fc05134c..c572b2595 100644 --- a/extra/nss/PKGBUILD +++ b/extra/nss/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 196167 2013-10-07 13:20:22Z jgc $ +# $Id: PKGBUILD 197720 2013-10-28 23:19:38Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=nss @@ -11,7 +11,7 @@ license=('MPL' 'GPL') _nsprver=4.10 depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh') makedepends=('perl') -options=('!strip' '!makeflags') +options=('!strip' '!makeflags' 'staticlibs') source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgname}-${pkgver}.tar.gz nss.pc.in nss-config.in diff --git a/extra/openmpi/PKGBUILD b/extra/openmpi/PKGBUILD index 2c6bb39c0..5c4ba5d9d 100644 --- a/extra/openmpi/PKGBUILD +++ b/extra/openmpi/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 189231 2013-06-30 23:32:16Z eric $ +# $Id: PKGBUILD 197773 2013-10-29 21:29:45Z eric $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgname=openmpi pkgver=1.6.5 @@ -9,19 +9,18 @@ url="http://www.open-mpi.org" license=('custom') depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc') makedepends=('inetutils') -options=('!libtool') +options=('staticlibs') source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2) sha1sums=('93859d515b33dd9a0ee6081db285a2d1dffe21ce') build() { cd ${pkgname}-${pkgver} - # Make sure we use the system ltdl librariry rather than the ones in the tarball + # Make sure we use the system ltdl library rather than the ones in the tarball rm -r opal/libltdl ./configure --prefix=/usr \ --sysconfdir=/etc/${pkgname} \ - --mandir=/usr/share/man \ --enable-mpi-f90 \ --libdir=/usr/lib/${pkgname} \ --with-threads=posix \ diff --git a/extra/perl-dbd-mysql/PKGBUILD b/extra/perl-dbd-mysql/PKGBUILD index ae62a279c..d74b164a5 100644 --- a/extra/perl-dbd-mysql/PKGBUILD +++ b/extra/perl-dbd-mysql/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 186399 2013-05-26 09:25:04Z bluewind $ +# $Id: PKGBUILD 197755 2013-10-29 18:05:53Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: kevin <kevin@archlinux.org> # Contributor: Eric Johnson <eric@coding-zone.com> pkgname=perl-dbd-mysql _realname=DBD-mysql -pkgver=4.023 -pkgrel=2 +pkgver=4.024 +pkgrel=1 pkgdesc="Perl/CPAN DBD::mysql module for interacting with MySQL via DBD" arch=('i686' 'x86_64') license=('GPL' 'PerlArtistic') @@ -15,7 +15,7 @@ depends=('libmariadbclient' 'perl-dbi') makedepends=('mariadb') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz) -md5sums=('6ee956cf33ddce6441b36b6c1c983528') +md5sums=('280922d577aa95bf3f9ae21bd75e08c4') build() { cd $_realname-$pkgver diff --git a/extra/perl-dbi/PKGBUILD b/extra/perl-dbi/PKGBUILD index b913e9959..05aa43bff 100644 --- a/extra/perl-dbi/PKGBUILD +++ b/extra/perl-dbi/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 191377 2013-07-24 22:05:06Z eric $ +# $Id: PKGBUILD 197736 2013-10-29 01:54:29Z eric $ # Maintainer: pkgname=perl-dbi -pkgver=1.628 +pkgver=1.630 pkgrel=1 pkgdesc="Database independent interface for Perl" arch=('i686' 'x86_64') -license=('GPL' 'PerlArtistic') url="http://search.cpan.org/dist/DBI/" +license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs') source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz) -md5sums=('4273f8cc6ee3979ce448c7eb3f8a6a5a') +md5sums=('306020fe7b54a53773f54ad581af8c54') build() { cd DBI-${pkgver} @@ -26,5 +26,5 @@ check() { package() { cd DBI-${pkgver} - make install DESTDIR="${pkgdir}" + make DESTDIR="${pkgdir}" install } diff --git a/extra/perl-netaddr-ip/PKGBUILD b/extra/perl-netaddr-ip/PKGBUILD index 0e149c3ee..68d3e06bc 100644 --- a/extra/perl-netaddr-ip/PKGBUILD +++ b/extra/perl-netaddr-ip/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 192117 2013-08-06 02:08:02Z eric $ +# $Id: PKGBUILD 197740 2013-10-29 02:03:08Z eric $ # Maintainer: # Contributor: Dale Blount <dale@archlinux.org> # Contributor: Francois Charette <francois.archlinux.org> pkgname=perl-netaddr-ip -pkgver=4.069 +pkgver=4.071 pkgrel=1 pkgdesc="Perl module to manage IP addresses and subnets" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('PerlArtistic' 'GPL') depends=('perl') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-${pkgver}.tar.gz) -md5sums=('7721135fcea390327f75421a6b701144') +md5sums=('f0da45422022fdf1ccfa90b8068d782b') build() { cd NetAddr-IP-${pkgver} diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD index cadeb5c13..491c50fdc 100644 --- a/extra/sqlite/PKGBUILD +++ b/extra/sqlite/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 196768 2013-10-18 13:37:47Z andyrtr $ +# $Id: PKGBUILD 197765 2013-10-29 19:53:54Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> @@ -8,7 +8,7 @@ _amalgamationver=3080100 _docver=${_amalgamationver} #_docver=3080001 pkgver=3.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="A C library that implements an SQL database engine" arch=('i686' 'x86_64') license=('custom:Public Domain') @@ -17,10 +17,12 @@ makedepends=('tcl' 'readline') source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with a configure script and makefile for building it; includes now also the Tcl Extension Architecture (TEA) http://www.sqlite.org/2013/sqlite-autoconf-$_amalgamationver.tar.gz http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip + xbmc.patch license.txt) options=('!libtool' '!emptydirs') sha1sums=('42464b07df2d6f8aa28f73ce4cc6d48b47be810e' 'd7cb698f32318fbf5dce9f10c9cd7b84c3d70105' + '01bcbffc422b354a4ad6737e472f06b321ce52ef' 'f34f6daa4ab3073d74e774aad21d66878cf26853') build() { @@ -28,6 +30,11 @@ build() { # build sqlite cd "$srcdir"/sqlite-autoconf-$_amalgamationver + + # fix http://www.sqlite.org/src/info/9aac4e588c?sbs=0 + # https://bugs.archlinux.org/task/37417 + patch -Np1 -i $srcdir/xbmc.patch + ./configure --prefix=/usr \ --disable-static make diff --git a/extra/sqlite/xbmc.patch b/extra/sqlite/xbmc.patch new file mode 100644 index 000000000..3a58dd242 --- /dev/null +++ b/extra/sqlite/xbmc.patch @@ -0,0 +1,22 @@ +Index: src/where.c +================================================================== +--- src/sqlite3.c ++++ src/sqlite3.c +@@ -876,11 +876,14 @@ + while( pScan->iEquiv<=pScan->nEquiv ){ + iCur = pScan->aEquiv[pScan->iEquiv-2]; + iColumn = pScan->aEquiv[pScan->iEquiv-1]; + while( (pWC = pScan->pWC)!=0 ){ + for(pTerm=pWC->a+k; k<pWC->nTerm; k++, pTerm++){ +- if( pTerm->leftCursor==iCur && pTerm->u.leftColumn==iColumn ){ ++ if( pTerm->leftCursor==iCur ++ && pTerm->u.leftColumn==iColumn ++ && (pScan->iEquiv<=2 || !ExprHasProperty(pTerm->pExpr, EP_FromJoin)) ++ ){ + if( (pTerm->eOperator & WO_EQUIV)!=0 + && pScan->nEquiv<ArraySize(pScan->aEquiv) + ){ + int j; + pX = sqlite3ExprSkipCollate(pTerm->pExpr->pRight); + + diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD index 87f417a1e..374a3ca6a 100644 --- a/extra/vlc/PKGBUILD +++ b/extra/vlc/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 197395 2013-10-25 12:07:13Z giovanni $ +# $Id: PKGBUILD 197770 2013-10-29 21:10:16Z bpiotrowski $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> # Contributor: Martin Sandsmark <martin.sandsmark@kde.org> pkgname=vlc pkgver=2.1.0 -pkgrel=4 +pkgrel=5 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" license=('LGPL2.1' 'GPL2') depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' - 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg-compat' 'faad2' 'libupnp' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms') makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' @@ -73,7 +73,6 @@ build() { cd "${srcdir}/${pkgname}-${pkgver/.a}" CFLAGS+="-I/usr/include/samba-4.0" CPPFLAGS+="-I/usr/include/samba-4.0" \ - PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \ ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-rpath \ |