summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/gdal/PKGBUILD8
-rw-r--r--community/gmic/PKGBUILD10
-rw-r--r--community/gmic/opencv-buildfix.patch12
-rw-r--r--community/inn/PKGBUILD7
-rw-r--r--community/inn/inn.tmpfiles1
-rw-r--r--community/librime/PKGBUILD6
-rw-r--r--community/macchanger/PKGBUILD8
-rw-r--r--community/multitail/PKGBUILD6
-rw-r--r--community/nemiver/PKGBUILD14
-rw-r--r--community/os-prober/PKGBUILD15
-rw-r--r--community/perl-dbd-odbc/PKGBUILD6
-rw-r--r--community/perl-dbd-pg/PKGBUILD8
-rw-r--r--community/perl-json-xs/PKGBUILD8
-rw-r--r--community/processing/PKGBUILD21
-rw-r--r--community/python-pymongo/PKGBUILD6
-rw-r--r--community/python-simplejson/PKGBUILD2
-rw-r--r--community/python2-tagpy/PKGBUILD47
-rw-r--r--community/python2-tagpy/taglib1.7.patch37
-rw-r--r--community/yaml-cpp/PKGBUILD11
-rw-r--r--community/yaml-cpp0.3/PKGBUILD29
20 files changed, 185 insertions, 77 deletions
diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD
index 2a6babd3b..4093e87b1 100644
--- a/community/gdal/PKGBUILD
+++ b/community/gdal/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 63578 2012-02-05 11:57:36Z ibiru $
+# $Id: PKGBUILD 82847 2013-01-25 01:53:13Z svenstaro $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gdal
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="A translator library for raster geospatial data formats"
arch=('i686' 'x86_64')
url="http://www.gdal.org/"
license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite3' 'libmysqlclient' 'postgresql-libs')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmysqlclient' 'postgresql-libs')
makedepends=('perl' 'swig')
optdepends=('postgresql: postgresql database support'
'mysql: mysql database support'
@@ -20,7 +20,7 @@ options=('!libtool')
changelog=$pkgname.changelog
source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
gdal-1.5.1-python-install.patch)
-md5sums=('1853f3d8eb5232ae030abe007840cade'
+md5sums=('c5cf09b92dac1f5775db056e165b34f5'
'81afc1c26d29cee84aadb6924fe33861')
build() {
diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD
index 293954169..2ac6fc73a 100644
--- a/community/gmic/PKGBUILD
+++ b/community/gmic/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 78931 2012-10-27 23:44:41Z ebelanger $
+# $Id: PKGBUILD 82913 2013-01-25 17:29:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: farid <farid at archlinuc-br.org>
@@ -6,8 +6,8 @@
pkgbase=gmic
pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=1.5.1.8
-pkgrel=4
+pkgver=1.5.3.0
+pkgrel=1
arch=("i686" "x86_64")
url="http://gmic.sourceforge.net"
license=("custom:CeCILL")
@@ -15,8 +15,8 @@ makedepends=("gimp" "qt" "fftw" "openexr" "opencv")
#options=('!emptydirs')
source=("http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz"
"opencv-buildfix.patch")
-md5sums=('1fc38346269bdd829dd7c4864a27fbc3'
- '8d1cf5000239099255d25c7d3dbe5728')
+md5sums=('2b3c385d727556d201767d338d97946f'
+ '120319b0d6c81c5af186abe2281b79ca')
build() {
cd "${srcdir}/gmic-${pkgver}"
diff --git a/community/gmic/opencv-buildfix.patch b/community/gmic/opencv-buildfix.patch
index b204cb721..ae6f71487 100644
--- a/community/gmic/opencv-buildfix.patch
+++ b/community/gmic/opencv-buildfix.patch
@@ -18,15 +18,3 @@ diff -wbBur gmic-1.5.1.7/src/Makefile gmic-1.5.1.7.q/src/Makefile
if test -d /etc/bash_completion.d/; then mkdir -p $(DESTDIR)/etc/bash_completion.d/; cp -f gmic_bashcompletion.sh $(DESTDIR)/etc/bash_completion.d/gmic; fi
if test -d /opt/local/etc/bash_completion.d/; then mkdir -p $(DESTDIR)/opt/local/etc/bash_completion.d/; cp -f gmic_bashcompletion.sh $(DESTDIR)/opt/local/etc/bash_completion.d/gmic; fi
-diff -wbBur gmic-1.5.1.7/zart/zart.pro gmic-1.5.1.7.q/zart/zart.pro
---- gmic-1.5.1.7/zart/zart.pro 2012-07-26 12:59:33.000000000 +0400
-+++ gmic-1.5.1.7.q/zart/zart.pro 2012-08-03 12:32:27.000000000 +0400
-@@ -34,7 +34,7 @@
- FORMS = ui/MainWindow.ui ui/DialogAbout.ui ui/DialogLicence.ui
-
- !macx {
-- LIBS += -lX11 ../src/libgmic.a -lcxcore -lcv -lml -lhighgui -lml -lfftw3
-+ LIBS += -lX11 ../src/libgmic.a `pkg-config --libs opencv` -lopencv_core -lopencv_ml -lopencv_highgui -lfftw3
- } else {
- LIBS += -lX11 ../src/libgmic.a `pkg-config opencv --libs` -lfftw3
- }
diff --git a/community/inn/PKGBUILD b/community/inn/PKGBUILD
index 43801f6af..b2e23f518 100644
--- a/community/inn/PKGBUILD
+++ b/community/inn/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 76159 2012-09-12 10:42:46Z spupykin $
+# $Id: PKGBUILD 82923 2013-01-25 21:39:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Edward Tjörnhammar <xhemi@cube2.se>
# Contributor: Edward Tjörnhammar <xhemi@cube2.se>
pkgname=inn
pkgver=2.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="Complete open source Usenet system. De facto standard for handling news routing, news spool and serving the spool to customers."
url="http://www.isc.org/software/inn/"
arch=('i686' 'x86_64')
@@ -52,6 +52,7 @@ source=(http://ftp.isc.org/isc/inn/inn-$pkgver.tar.gz
innd.conf
nnrpd.conf
innd.service
+ inn.tmpfiles
site.make.patch)
md5sums=('353fe95232828ddbc80debff86c240bc'
'a243d9498568f1beee20da5684b5fbfc'
@@ -59,6 +60,7 @@ md5sums=('353fe95232828ddbc80debff86c240bc'
'fbf1d2c5b3c5a08ae3e515c71c2e2e4a'
'bb4bbe86ae52fbbf08b0f6f370dea052'
'9da925a486fcf0cd67fdf462cbb9c0b4'
+ '050b7bffff3361c673a118739e42349e'
'960c800026ed6e03901cf0bafdfd53d8')
build() {
@@ -133,4 +135,5 @@ package() {
chmod 05555 $pkgdir/usr/bin/innbind
install -Dm0644 $srcdir/innd.service $pkgdir/usr/lib/systemd/system/innd.service
+ install -Dm0644 $srcdir/inn.tmpfiles $pkgdir/usr/lib/tmpfiles.d/inn.conf
}
diff --git a/community/inn/inn.tmpfiles b/community/inn/inn.tmpfiles
new file mode 100644
index 000000000..234b97c2c
--- /dev/null
+++ b/community/inn/inn.tmpfiles
@@ -0,0 +1 @@
+d /run/inn 0755 news news -
diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD
index f2e60667b..a4caf9c0c 100644
--- a/community/librime/PKGBUILD
+++ b/community/librime/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 82381 2013-01-16 11:25:08Z fyan $
+# $Id: PKGBUILD 82860 2013-01-25 04:19:04Z svenstaro $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: GONG Chen <chen dot sst at gmail dot com>
# Contributor: 網軍總司令
pkgname=librime
pkgver=0.9.7
-pkgrel=1
+pkgrel=3
pkgdesc="Rime input method engine"
arch=('i686' 'x86_64')
url="http://code.google.com/p/rimeime/"
license=('GPL3')
-depends=('boost>=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
+depends=('boost>=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
optdepends=('brise: Rime schema repository')
makedepends=('cmake')
source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
diff --git a/community/macchanger/PKGBUILD b/community/macchanger/PKGBUILD
index 23672a8e8..75d158809 100644
--- a/community/macchanger/PKGBUILD
+++ b/community/macchanger/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 67090 2012-03-03 20:37:59Z kkeen $
+# $Id: PKGBUILD 82851 2013-01-25 02:08:04Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=macchanger
pkgver=1.5.0
-pkgrel=5
-pkgdesc="A small utility to change you NIC's MAC address"
+pkgrel=6
+pkgdesc="A small utility to change your NIC's MAC address"
arch=('i686' 'x86_64')
url="http://ftp.gnu.org/gnu/macchanger"
license=('GPL')
@@ -23,5 +23,5 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/multitail/PKGBUILD b/community/multitail/PKGBUILD
index 28090b541..3a1815863 100644
--- a/community/multitail/PKGBUILD
+++ b/community/multitail/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 81978 2013-01-05 08:30:36Z kkeen $
+# $Id: PKGBUILD 82845 2013-01-25 01:03:39Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Roberto Carvajal <roberto@archlinux.org>
pkgname=multitail
-pkgver=5.2.11
+pkgver=5.2.12
pkgrel=1
pkgdesc="Lets you view one or multiple files like the original tail program"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ url="http://www.vanheusden.com/multitail"
depends=('ncurses')
backup=('etc/multitail.conf')
source=("${url}/${pkgname}-${pkgver}.tgz")
-md5sums=('2dc525c718ed99265ad3f6e09e6d2e4a')
+md5sums=('15fc4a54778327192b0b5f1c0005a1b3')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/nemiver/PKGBUILD b/community/nemiver/PKGBUILD
index 641b13b5f..8c6f3a4e7 100644
--- a/community/nemiver/PKGBUILD
+++ b/community/nemiver/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 79336 2012-11-03 04:08:33Z bgyorgy $
+# $Id: PKGBUILD 82907 2013-01-25 12:43:46Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: jordz <jordz@archlinux.us>
pkgname=nemiver
-pkgver=0.9.3
-pkgrel=2
-pkgdesc="C/C++ debugger for GNOME"
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='C/C++ debugger for GNOME'
arch=('x86_64' 'i686')
license=('GPL')
-url="http://www.gnome.org/projects/nemiver/"
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas')
+url='http://www.gnome.org/projects/nemiver/'
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas' 'itstool')
makedepends=('boost' 'intltool' 'gnome-doc-utils')
install=nemiver.install
source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
options=('!libtool' '!emptydirs')
-sha256sums=('27b8845e54a61ba597050eb16640aaaf2bf21be3191081c9ddd3a34fc2ae617d')
+sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/os-prober/PKGBUILD b/community/os-prober/PKGBUILD
index 9e955d266..0d8768b1e 100644
--- a/community/os-prober/PKGBUILD
+++ b/community/os-prober/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 79823 2012-11-13 13:48:38Z tredaelli $
+# $Id: PKGBUILD 82903 2013-01-25 12:14:34Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: darkcoder <mario_vazq@hotmail.com>
pkgname=os-prober
-pkgver=1.56
-pkgrel=1
+pkgver=1.57
+pkgrel=2
pkgdesc="Utility to detect other OSes on a set of drives"
url="http://joey.kitenet.net/code/os-prober/"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('sh')
source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.gz)
-md5sums=('bd9c1a7fc49a2499d79977cf2c1ec68d')
-sha256sums=('88a79a04617f4ecbeb9c4d318cd9cf8fcb4ae7a724bd503942354011c7da5719')
+md5sums=('67548b17d55cc32c1168bb5a4061170d')
+sha256sums=('d63c6cbb825a7e411aac5e4805edc6db2fbf77a59282b71c10bd29723b8d860c')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -39,9 +39,4 @@ package() {
done
install -Dm755 os-probes/mounted/powerpc/20macosx $pkgdir/usr/lib/os-probes/mounted/20macosx
-
- # create a empty labels file, will be used by os-prober at execution
- mkdir -p $pkgdir/var/lib/os-prober
- touch $pkgdir/var/lib/os-prober/labels
- chmod 644 $pkgdir/var/lib/os-prober/labels
}
diff --git a/community/perl-dbd-odbc/PKGBUILD b/community/perl-dbd-odbc/PKGBUILD
index 48bb3bcc8..b4af7ef35 100644
--- a/community/perl-dbd-odbc/PKGBUILD
+++ b/community/perl-dbd-odbc/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 73845 2012-07-16 05:41:01Z spupykin $
+# $Id: PKGBUILD 82878 2013-01-25 09:55:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-dbd-odbc
-pkgver=1.39
+pkgver=1.41
pkgrel=1
pkgdesc="ODBC Driver for DBI"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl-dbi' 'perl' 'unixodbc')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz")
-md5sums=('d73b16258ec13c811763eafc7813a435')
+md5sums=('94bce7246d69df1ea5b2f8a702f35554')
build() {
cd DBD-ODBC-${pkgver}
diff --git a/community/perl-dbd-pg/PKGBUILD b/community/perl-dbd-pg/PKGBUILD
index 7f2ad5e91..a7c72882a 100644
--- a/community/perl-dbd-pg/PKGBUILD
+++ b/community/perl-dbd-pg/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 71769 2012-06-02 10:30:06Z bluewind $
+# $Id: PKGBUILD 82880 2013-01-25 09:55:54Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-dbd-pg
-pkgver=2.19.2
-pkgrel=2
+pkgver=2.19.3
+pkgrel=1
pkgdesc="Postgres Driver for DBI"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/DBD-Pg"
@@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl-dbi>=1.52' 'postgresql-libs')
options=('!emptydirs')
source=("http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz")
-md5sums=('67c859593e40959b42b3ef23ce6b581e')
+md5sums=('026ea19f89aee12051bce23d797e824b')
build() {
cd DBD-Pg-${pkgver}
diff --git a/community/perl-json-xs/PKGBUILD b/community/perl-json-xs/PKGBUILD
index ff9351475..4e09f47ce 100644
--- a/community/perl-json-xs/PKGBUILD
+++ b/community/perl-json-xs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 71805 2012-06-02 10:31:18Z bluewind $
+# $Id: PKGBUILD 82882 2013-01-25 09:56:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tor Krill <tor@krill.nu>
pkgname=perl-json-xs
-pkgver=2.32
-pkgrel=2
+pkgver=2.33
+pkgrel=1
pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
url="http://search.cpan.org/dist/JSON-XS/"
license=("GPL")
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
depends=('perl' 'perl-common-sense')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
-md5sums=('87f71c78010083ad4d158b5765c4a609')
+md5sums=('6a1eafeadc1680a806ec2eb1798f6084')
build() {
cd $srcdir/JSON-XS-$pkgver
diff --git a/community/processing/PKGBUILD b/community/processing/PKGBUILD
index 2549f2832..940517a8a 100644
--- a/community/processing/PKGBUILD
+++ b/community/processing/PKGBUILD
@@ -1,20 +1,27 @@
-# $Id: PKGBUILD 82430 2013-01-17 14:54:20Z arodseth $
+# $Id: PKGBUILD 82915 2013-01-25 17:38:23Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=processing
pkgver=2.0b7
-pkgrel=2
+pkgrel=3
pkgdesc='Programming language and environment for creating images, animations and interactions'
arch=('x86_64' 'i686')
url='http://www.processing.org/'
license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm')
+depends=('libgl' 'sh' 'libxxf86vm')
makedepends=('gendesk')
options=(!strip)
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux32.tgz"
- "$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
-sha256sums=('55db8370672f9e2658443a7fe577e23f06ca1ab2435719c865a059a0e65cdc83'
- '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+
+_bits=64
+sha256sums=('844b4280b242176107f6c40fef47fa420695111cdb2b80294570297f63b1186f')
+if [[ "$CARCH" != "x86_64" ]]; then
+ _bits=32
+ sha256sums=('55db8370672f9e2658443a7fe577e23f06ca1ab2435719c865a059a0e65cdc83')
+fi
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux$_bits.tgz")
+
+source+=("$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
+sha256sums+=('019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
build() {
cd "$srcdir"
diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD
index 3386eabdc..c72a317be 100644
--- a/community/python-pymongo/PKGBUILD
+++ b/community/python-pymongo/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 81246 2012-12-14 12:47:15Z arodseth $
+# $Id: PKGBUILD 82839 2013-01-24 23:13:20Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Jelle van der Waa <jelle@vdwaa.nl>
pkgbase=python-pymongo
pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc='Python driver for MongoDB'
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ license=('APACHE')
url='http://pypi.python.org/pypi/pymongo/'
makedepends=('python-distribute' 'python2-distribute')
source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz")
-sha256sums=('dae8a074137ade3c854c47f76853792b69d1cbc263d9e74aaca50a02842da970')
+sha256sums=('6862c85844f1766c261a39022ec7a6b631988cb5528a31f8d20e78181398aa5f')
build() {
cd $srcdir
diff --git a/community/python-simplejson/PKGBUILD b/community/python-simplejson/PKGBUILD
index bab14945c..6fab1f149 100644
--- a/community/python-simplejson/PKGBUILD
+++ b/community/python-simplejson/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 74926 2012-08-09 22:02:03Z jlichtblau $
+# $Id: PKGBUILD 82843 2013-01-25 00:09:28Z arodseth $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: David Moore <davidm@sjsoft.com>
diff --git a/community/python2-tagpy/PKGBUILD b/community/python2-tagpy/PKGBUILD
new file mode 100644
index 000000000..160e3e143
--- /dev/null
+++ b/community/python2-tagpy/PKGBUILD
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 82869 2013-01-25 08:19:37Z andrea $
+# Contributor: Andrea Scarpino <andrea@archlinux.org>
+# Contributor: Callan Barrett <wizzomafizzo@gmail.com>
+# Contributor: Scott Horowitz <stonecrest@gmail.com>
+
+pkgname=python2-tagpy
+pkgver=0.94.8
+pkgrel=1
+pkgdesc="Python bindings for TagLib"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/tagpy"
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-distribute' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz"
+ 'taglib1.7.patch')
+md5sums=('6baff63318cf90b9bc5a2497a0597802'
+ '5b47cefe5fad98a093232256779da345')
+
+build() {
+ cd tagpy-${pkgver}
+
+ patch -p1 -i "${srcdir}"/taglib1.7.patch
+
+ sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+ $(find . -name '*.py')
+
+ ./configure.py --taglib-lib-dir=/usr/lib/ \
+ --taglib-inc-dir=/usr/include/taglib/ \
+ --boost-inc-dir=/usr/include/boost/ \
+ --boost-lib-dir=/usr/lib/ \
+ --boost-python-libname=boost_python
+ python2 setup.py build
+}
+
+package(){
+ cd tagpy-${pkgver}
+ python2 setup.py install --root="${pkgdir}" --optimize=1
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
+
+check(){
+ cd tagpy-${pkgver}
+ python2 setup.py test
+}
diff --git a/community/python2-tagpy/taglib1.7.patch b/community/python2-tagpy/taglib1.7.patch
new file mode 100644
index 000000000..df1d6e886
--- /dev/null
+++ b/community/python2-tagpy/taglib1.7.patch
@@ -0,0 +1,37 @@
+From: Andreas Kloeckner <inform@tiker.net>
+Date: Tue, 25 Dec 2012 19:36:42 +0000 (+0100)
+Subject: Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via Lars...
+X-Git-Tag: v2013.1~6
+X-Git-Url: http://git.tiker.net/tagpy.git/commitdiff_plain/d0759c0ec7d24ae8d1af395a1032521eb00b4d1f?hp=c2801c31493f77d7c33d20fa20f0b298b0f322ef
+
+Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via Lars Wendler)
+---
+
+diff --git a/src/wrapper/id3.cpp b/src/wrapper/id3.cpp
+index a76f7ef..5c08ae1 100644
+--- a/src/wrapper/id3.cpp
++++ b/src/wrapper/id3.cpp
+@@ -79,6 +79,10 @@ namespace
+ MF_OL(setVolumeAdjustment, 1, 2);
+ MF_OL(setPeakVolume, 1, 2);
+
++ #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
++ MF_OL(render, 0, 1)
++ #endif
++
+ // -------------------------------------------------------------
+ // MPEG
+ // -------------------------------------------------------------
+@@ -212,7 +216,11 @@ void exposeID3()
+ .DEF_SIMPLE_METHOD(removeFrame)
+ .DEF_SIMPLE_METHOD(removeFrames)
+
+- .DEF_SIMPLE_METHOD(render)
++ #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
++ .DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)(int) const)
++ #else
++ .DEF_SIMPLE_METHOD(render)
++ #endif
+ ;
+ }
+
diff --git a/community/yaml-cpp/PKGBUILD b/community/yaml-cpp/PKGBUILD
index c14cb52c8..b7a741c64 100644
--- a/community/yaml-cpp/PKGBUILD
+++ b/community/yaml-cpp/PKGBUILD
@@ -1,25 +1,26 @@
+# $Id: PKGBUILD 82853 2013-01-25 03:41:30Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Markus Martin <markus@archwyrm.net>
pkgname=yaml-cpp
-pkgver=0.3.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
url="http://code.google.com/p/yaml-cpp/"
arch=('i686' 'x86_64')
license=('MIT')
-makedepends=('cmake')
+makedepends=('cmake' 'boost')
source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9aa519205a543f9372bf4179071c8ac6')
+md5sums=('c6d96190434d5959d814c603f98512c6')
build() {
- cd $srcdir/$pkgname
+ cd $srcdir/$pkgname-$pkgver
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
make
}
package() {
- cd $srcdir/$pkgname
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}
diff --git a/community/yaml-cpp0.3/PKGBUILD b/community/yaml-cpp0.3/PKGBUILD
new file mode 100644
index 000000000..f8f7da315
--- /dev/null
+++ b/community/yaml-cpp0.3/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 82852 2013-01-25 03:41:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# Contributor: Markus Martin <markus@archwyrm.net>
+pkgname=yaml-cpp0.3
+_pkgname=yaml-cpp
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
+url="http://code.google.com/p/yaml-cpp/"
+arch=('i686' 'x86_64')
+license=('MIT')
+conflicts=('yaml-cpp')
+provides=('yaml-cpp=0.3')
+makedepends=('cmake')
+source=(http://yaml-cpp.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
+md5sums=('9aa519205a543f9372bf4179071c8ac6')
+
+build() {
+ cd $srcdir/$_pkgname
+
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+ make
+}
+
+package() {
+ cd $srcdir/$_pkgname
+
+ make DESTDIR=$pkgdir install
+}