summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-13 03:18:35 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-13 03:18:35 +0000
commitb6ad8075baf858359209aa7f1af82a143dcc0c80 (patch)
tree905bbb7a639842e49556d2aafa014d77be7d81ea /extra
parente3fe31f4a2c44fef8da55c60c3f95a763fdfd3c7 (diff)
Thu Feb 13 03:16:56 UTC 2014
Diffstat (limited to 'extra')
-rw-r--r--extra/ardour/PKGBUILD6
-rw-r--r--extra/dssi/PKGBUILD6
-rw-r--r--extra/elfutils/PKGBUILD18
-rw-r--r--extra/elfutils/fix-run-backtrace-native-core-test.patch43
-rw-r--r--extra/f2fs-tools/PKGBUILD8
-rw-r--r--extra/liblo/PKGBUILD8
-rw-r--r--extra/postfix/PKGBUILD43
-rw-r--r--extra/rosegarden/PKGBUILD8
8 files changed, 104 insertions, 36 deletions
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD
index 7fb1e296c..e82cc4ad8 100644
--- a/extra/ardour/PKGBUILD
+++ b/extra/ardour/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 204889 2014-01-30 18:34:44Z schiv $
+# $Id: PKGBUILD 205866 2014-02-12 07:12:24Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Contributor: see .contrib
@@ -6,12 +6,12 @@
pkgname=ardour
_pkgname=Ardour3
pkgver=3.5.308
-pkgrel=1
+pkgrel=2
pkgdesc="Professional-grade digital audio workstation"
arch=('i686' 'x86_64')
url="http://ardour.org/"
license=('GPL')
-depends=('liblrdf' 'liblo' 'libsmf' 'lilv'
+depends=('liblrdf' 'liblo>=0.28' 'libsmf' 'lilv'
'aubio' 'libgnomecanvasmm' 'suil')
makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
optdepends=('xjadeo: video monitoring')
diff --git a/extra/dssi/PKGBUILD b/extra/dssi/PKGBUILD
index 4d4cce637..516f2e481 100644
--- a/extra/dssi/PKGBUILD
+++ b/extra/dssi/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 197528 2013-10-26 14:48:17Z schiv $
+# $Id: PKGBUILD 205865 2014-02-12 07:12:16Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Pajaro
pkgname=dssi
pkgver=1.1.1
-pkgrel=5
+pkgrel=7
pkgdesc="An API for audio processing plugins & softsynths with UIs"
arch=('i686' 'x86_64')
url="http://dssi.sourceforge.net/"
license=('LGPL' 'BSD' 'custom')
-depends=('liblo>=1:0.26' 'liblo<1:0.27' 'jack')
+depends=('liblo>=0.28' 'jack')
makedepends=('ladspa' 'qt4')
optdepends=('qt4: example plugins')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
diff --git a/extra/elfutils/PKGBUILD b/extra/elfutils/PKGBUILD
index 5df9d2d54..78061031b 100644
--- a/extra/elfutils/PKGBUILD
+++ b/extra/elfutils/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 198810 2013-11-05 15:59:03Z lcarlier $
+# $Id: PKGBUILD 205875 2014-02-12 08:00:43Z lcarlier $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Andrej Gelenberg <andrej.gelenberg@udo.edu>
pkgname=elfutils
-pkgver=0.157
+pkgver=0.158
pkgrel=1
pkgdesc="Libraries and utilities to handle ELF object files and DWARF debugging information"
arch=('i686' 'x86_64')
@@ -13,11 +13,18 @@ depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
provides=('libelf')
replaces=('libelf')
conflicts=('libelf')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}
+ fix-run-backtrace-native-core-test.patch)
options=('staticlibs')
-sha1sums=('5e3767206c7f1b3bcfe33bce99fe09686ef165d2'
+sha1sums=('09adbbf0f3a35bb1bcb77c2eaa40de8d3443af4d'
'SKIP')
+prepare() {
+ cd ${pkgname}-${pkgver}
+
+ patch -Np1 -i ../fix-run-backtrace-native-core-test.patch
+}
+
build() {
cd ${pkgname}-${pkgver}
@@ -40,3 +47,6 @@ package() {
rm "${pkgdir}"/usr/lib/lib{asm,dw,elf}.a
}
+sha1sums=('09adbbf0f3a35bb1bcb77c2eaa40de8d3443af4d'
+ 'SKIP'
+ '8ecef640f3d1229cdf45ffda016a69848c18e61b')
diff --git a/extra/elfutils/fix-run-backtrace-native-core-test.patch b/extra/elfutils/fix-run-backtrace-native-core-test.patch
new file mode 100644
index 000000000..5088ea579
--- /dev/null
+++ b/extra/elfutils/fix-run-backtrace-native-core-test.patch
@@ -0,0 +1,43 @@
+From e922ec4e3bcd7c164a9ce424accac4394e7d5afd Mon Sep 17 00:00:00 2001
+From: Matthias Klose <doko@ubuntu.com>
+Date: Tue, 07 Jan 2014 09:25:29 +0000
+Subject: tests: backtrace-subr.sh (check_native_core) should check core file name.
+
+Needed when /proc/sys/kernel/core_uses_pid is set to 0. Try to rename
+the core file, and if it does still fail, skip the test.
+
+Signed-off-by: Mark Wielaard <mjw@redhat.com>
+---
+diff --git a/tests/ChangeLog b/tests/ChangeLog
+index 63b7bed..7e9dcf4 100644
+--- a/tests/ChangeLog
++++ b/tests/ChangeLog
+@@ -1,3 +1,9 @@
++2014-01-07 Matthias Klose <doko@ubuntu.com>
++
++ * backtrace-subr.sh (check_native_core): Check to see if core file
++ was created without ".PID" extension, if so mv core to core.PID.
++ Skip test if no core file was created or could be found.
++
+ 2014-01-04 Mark Wielaard <mjw@redhat.com>
+
+ * backtrace-data.c (main): Don't assert if raise returns.
+diff --git a/tests/backtrace-subr.sh b/tests/backtrace-subr.sh
+index e7ece91..62b873c 100644
+--- a/tests/backtrace-subr.sh
++++ b/tests/backtrace-subr.sh
+@@ -111,6 +111,11 @@ check_native_core()
+
+ # Skip the test if we cannot adjust core ulimit.
+ core="core.`ulimit -c unlimited || exit 77; set +ex; testrun ${abs_builddir}/$child --gencore; true`"
++ # see if /proc/sys/kernel/core_uses_pid is set to 0
++ if [ -f core ]; then
++ mv core "$core"
++ fi
++ if [ ! -f "$core" ]; then exit 77; fi
+
+ if [ "x$SAVED_VALGRIND_CMD" != "x" ]; then
+ VALGRIND_CMD="$SAVED_VALGRIND_CMD"
+--
+cgit v0.9.2
+
diff --git a/extra/f2fs-tools/PKGBUILD b/extra/f2fs-tools/PKGBUILD
index 92bcf4b32..21541369a 100644
--- a/extra/f2fs-tools/PKGBUILD
+++ b/extra/f2fs-tools/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 197945 2013-10-30 11:50:17Z allan $
+# $Id: PKGBUILD 205870 2014-02-12 07:22:16Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Christian Hesse <mail@eworm.de>
pkgname=f2fs-tools
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Tools for Flash-Friendly File System (F2FS)"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/f2fs-tools/"
depends=('util-linux')
license=('GPL')
-source=('http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.2.0.tar.gz')
+source=('http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.3.0.tar.gz')
#source=("ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('d27ad7cd56f6001f7e1d508d85eef195')
+md5sums=('fd5f9cbef72a58f3264f27d72a27b8ae')
build() {
cd "${pkgname}-${pkgver}"
diff --git a/extra/liblo/PKGBUILD b/extra/liblo/PKGBUILD
index 593c30ff2..ca93adc29 100644
--- a/extra/liblo/PKGBUILD
+++ b/extra/liblo/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 197527 2013-10-26 14:48:03Z schiv $
+# $Id: PKGBUILD 205864 2014-02-12 07:12:08Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Pajaro
pkgname=liblo
-pkgver=0.26
-pkgrel=2
+pkgver=0.28
+pkgrel=1
epoch=1
pkgdesc="A lightweight OSC (Open Sound Control) implementation"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ url="http://liblo.sourceforge.net/"
license=('GPL')
depends=('glibc')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('5351de14262560e15e7f23865293b16f')
+md5sums=('e2a4391a08b49bb316c03e2034e06fa2')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/extra/postfix/PKGBUILD b/extra/postfix/PKGBUILD
index f2072d45d..bf3d0a64e 100644
--- a/extra/postfix/PKGBUILD
+++ b/extra/postfix/PKGBUILD
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD 204270 2014-01-16 03:05:57Z bisson $
+# $Id: PKGBUILD 205882 2014-02-12 17:16:06Z bluewind $
# Contributor: Jeff Brodnax <tullyarcher@bellsouth.net>
# Contributor: Paul Mattal <paul@archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
-pkgname=postfix
+pkgname=(postfix postfix-tools)
+pkgbase=postfix
pkgver=2.11.0
-pkgrel=1
-pkgdesc='Fast, easy to administer, secure mail server'
+pkgrel=2
url='http://www.postfix.org/'
license=('custom')
arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libldap' 'db'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+_postfix_depends=('pcre' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+_postfix_tools_depends=('openssl')
+makedepends=("${_postfix_depends[@]}" "${_postfix_tools_depends[@]}")
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"{,.sig}
'aliases.patch'
'service')
@@ -20,11 +21,6 @@ sha1sums=('bc1fd50412742d9c28232b07c7d2139e37d3de28' 'SKIP'
'5fc3de6c7df1e5851a0a379e825148868808318b'
'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-
-install=install
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -55,8 +51,14 @@ build() {
make
}
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+package_postfix() {
+ pkgdesc='Fast, easy to administer, secure mail server'
+ depends=("${_postfix_depends[@]}")
+ backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+ provides=('smtp-server' 'smtp-forwarder')
+ conflicts=('smtp-server' 'smtp-forwarder')
+ install=install
+ cd "${srcdir}/postfix-${pkgver}"
sh postfix-install -non-interactive install_root="${pkgdir}"
@@ -67,3 +69,16 @@ package() {
patch -p0 -i "${srcdir}"/aliases.patch
sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i "usr/lib/${pkgname}/postfix-files"
}
+
+package_postfix-tools() {
+ pkgdesc='SMTP/QMQP tools from the postfix distribution'
+ depends=("${_postfix_tools_depends[@]}")
+ cd "${srcdir}/postfix-${pkgver}"
+
+ for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+ install -Dm644 "man/man1/${name}.1" "$pkgdir/usr/share/man/man1/${name}.1"
+ install -Dm755 "bin/${name}" "$pkgdir/usr/bin/${name}"
+ done
+
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
diff --git a/extra/rosegarden/PKGBUILD b/extra/rosegarden/PKGBUILD
index e8b40d3ae..bb8dcf6bd 100644
--- a/extra/rosegarden/PKGBUILD
+++ b/extra/rosegarden/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 199804 2013-11-16 21:20:01Z schiv $
+# $Id: PKGBUILD 205867 2014-02-12 07:12:35Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: damir <damir@archlinux.org>
@@ -6,17 +6,17 @@
pkgname=rosegarden
pkgver=13.10
-pkgrel=1
+pkgrel=2
pkgdesc="MIDI/audio sequencer and notation editor"
arch=('i686' 'x86_64')
url="http://www.rosegardenmusic.com/"
license=('GPL')
depends=('liblrdf' 'dssi' 'fftw' 'lirc-utils'
- 'perl' 'qt4' 'shared-mime-info')
+ 'perl' 'qt4' 'shared-mime-info' 'liblo>=0.28')
makedepends=('imake')
optdepends=('lilypond: notation display'
'cups: printing support'
- 'okular: print preview, or any other PDF viewer'
+ 'kdegraphics-okular: print preview, or any other PDF viewer'
'timidity++: MIDI playback, or any other softsynth'
'flac'
'wavpack')