summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/antlr2/PKGBUILD4
-rw-r--r--extra/live-media/PKGBUILD25
-rw-r--r--extra/phonon-vlc/PKGBUILD4
-rw-r--r--extra/vlc/PKGBUILD15
-rw-r--r--extra/ypbind-mt/PKGBUILD18
-rw-r--r--extra/zsh/PKGBUILD16
6 files changed, 46 insertions, 36 deletions
diff --git a/extra/antlr2/PKGBUILD b/extra/antlr2/PKGBUILD
index 021da9bb4..7805cdd81 100644
--- a/extra/antlr2/PKGBUILD
+++ b/extra/antlr2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 150679 2012-02-20 03:46:01Z allan $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: George Giorgidze <giorgidze (at) gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
@@ -6,7 +6,7 @@
pkgbase=antlr2
pkgname=('antlr2' 'python-antlr2')
pkgver=2.7.7
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.antlr2.org/"
license=('custom')
diff --git a/extra/live-media/PKGBUILD b/extra/live-media/PKGBUILD
index bb0d6bff6..7ccbaf8bb 100644
--- a/extra/live-media/PKGBUILD
+++ b/extra/live-media/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 149149 2012-02-06 00:27:42Z giovanni $
+# $Id: PKGBUILD 150662 2012-02-19 16:50:59Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Gilles CHAUVIN <gcnweb@gmail.com>
pkgname=live-media
pkgver=2012.02.04
-pkgrel=1
+pkgrel=2
pkgdesc="A set of C++ libraries for multimedia streaming"
arch=('i686' 'x86_64')
license=('LGPL')
@@ -16,11 +16,11 @@ md5sums=('5c9753e027af08c065f156e2a0bec023')
build() {
cd ${srcdir}/live
- sed \
- -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' \
- -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
- -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
- -i config.linux
+ sed \
+ -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' \
+ -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
+ -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
+ -i config.linux
./genMakefiles linux
make
}
@@ -29,10 +29,17 @@ package() {
cd ${srcdir}/live
for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
- mkdir -p ${pkgdir}/usr/lib/live/${dir}
- cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
+ mkdir -p ${pkgdir}/usr/lib/
+ install -m644 ${dir}/*.a ${pkgdir}/usr/lib
done
+ for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
+ mkdir -p ${pkgdir}/usr/include/${dir}
+ install -m644 ${dir}/include/*.hh ${pkgdir}/usr/include/${dir}
+ done
+
+ install -m644 groupsock/include/*.h ${pkgdir}/usr/include/groupsock
+
mkdir -p ${pkgdir}/usr/bin
for testprog in `find testProgs -type f -perm 755`; do
install ${testprog} ${pkgdir}/usr/bin
diff --git a/extra/phonon-vlc/PKGBUILD b/extra/phonon-vlc/PKGBUILD
index 6f9bcb7c9..2a18f9139 100644
--- a/extra/phonon-vlc/PKGBUILD
+++ b/extra/phonon-vlc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 150267 2012-02-16 07:53:14Z andrea $
+# $Id: PKGBUILD 150669 2012-02-19 23:09:39Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=phonon-vlc
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('vlc')
makedepends=('cmake' 'automoc4' 'phonon')
provides=('phonon-backend')
-source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz")
+source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz")
md5sums=('fc5dc2b353fa0d9e428ecfc3c485eb66')
build() {
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD
index 9df7324ce..fddc6c18e 100644
--- a/extra/vlc/PKGBUILD
+++ b/extra/vlc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 150609 2012-02-18 22:53:43Z giovanni $
+# $Id: PKGBUILD 150664 2012-02-19 17:21:32Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: Martin Sandsmark <martin.sandsmark@kde.org>
pkgname=vlc
pkgver=2.0.0
-pkgrel=1
+pkgrel=3
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
@@ -16,10 +16,10 @@ depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms'
'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
-makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify'
+makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' 'libbluray'
'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
- 'lirc-utils' 'gnutls' 'libcaca')
+ 'lirc-utils' 'gnutls' 'libcaca' 'oss')
optdepends=('avahi: for service discovery using bonjour protocol'
'libnotify: for notification plugin'
'ncurses: for ncurses interface support'
@@ -30,7 +30,9 @@ optdepends=('avahi: for service discovery using bonjour protocol'
'kdelibs: KDE Solid hardware integration'
'libpulse: PulseAudio support'
'vdpau-video: vdpau back-end for nvidia'
- 'libva-driver-intel: back-end for intel cards')
+ 'libva-driver-intel: back-end for intel cards'
+ 'libbluray: for Blu-Ray disks'
+ 'oss: for OSS audio')
conflicts=('vlc-plugin')
replaces=('vlc-plugin')
backup=('usr/share/vlc/lua/http/.hosts'
@@ -54,6 +56,9 @@ build() {
--enable-pvr \
--enable-ncurses \
--enable-upnp \
+ --enable-oss \
+ --enable-bluray \
+ --enable-live555 \
--enable-realrtsp
make
}
diff --git a/extra/ypbind-mt/PKGBUILD b/extra/ypbind-mt/PKGBUILD
index 60df94219..352078fe3 100644
--- a/extra/ypbind-mt/PKGBUILD
+++ b/extra/ypbind-mt/PKGBUILD
@@ -1,11 +1,12 @@
-# $Id: PKGBUILD 138068 2011-09-15 22:41:35Z tomegun $
-# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+# $Id: PKGBUILD 150656 2012-02-19 12:54:57Z tomegun $
+# Maintainer: Tom Gundersen <teg@jklm.no>
+# Contributor: Gaetan Bisson <bisson@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=ypbind-mt
pkgver=1.33
-pkgrel=3
+pkgrel=4
pkgdesc='Linux NIS daemon'
url='http://www.linux-nis.org/nis/ypbind-mt/'
license=('GPL2')
@@ -14,14 +15,11 @@ makedepends=('networkmanager')
depends=('rpcbind' 'openslp' 'dbus-glib')
optdepends=('yp-tools: to set a domain name')
backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
-source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz"
+#source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz"
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
'nisdomainname.conf'
'ypbind.conf'
'ypbind')
-sha1sums=('49f578d15aa5d4f4130a2e96cd9c0e519263fc88'
- 'eb00aecc0679e25a36b007e797f4468b40cb3e8e'
- '07dee386d001fb9e9e6b76dda8af5b2092e5a4a2'
- '112fc2aedfe3f761325b69647b7938bc1be5bfcd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -44,3 +42,7 @@ package() {
install -D -m644 ../nisdomainname.conf "${pkgdir}"/etc/conf.d/nisdomainname
install -d -m755 "${pkgdir}"/var/yp/binding
}
+md5sums=('692f68ed0476762be4228ce543a5b791'
+ 'e83a85291ea2ee152a78f2c16b0b1185'
+ '229309a989abad27703ac2e6d07dc7ae'
+ '1f7a4c80414d580c9afb3a08267beed0')
diff --git a/extra/zsh/PKGBUILD b/extra/zsh/PKGBUILD
index 5853c1f57..e58444200 100644
--- a/extra/zsh/PKGBUILD
+++ b/extra/zsh/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 149982 2012-02-11 23:31:46Z allan $
+# $Id: PKGBUILD 150666 2012-02-19 20:58:33Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=zsh
-pkgver=4.3.15
-pkgrel=3
+pkgver=4.3.16
+pkgrel=1
pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
arch=('i686' 'x86_64')
url='http://www.zsh.org/'
@@ -11,15 +11,13 @@ license=('custom')
depends=('pcre' 'libcap' 'gdbm')
install=zsh.install
source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2"
- 'zprofile' 'svn-1.7.patch')
+ 'zprofile')
backup=('etc/zsh/zprofile')
-md5sums=('11766b0dd674a513810903cd33ffcac4'
- '24a9335edf77252a7b5f52e079f7aef7'
- '4fcbc119fdb624a8c483a278f3a82efd')
+md5sums=('4bf0b8947b5acc0ac4334d75adc87239'
+ '24a9335edf77252a7b5f52e079f7aef7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i "${srcdir}/svn-1.7.patch"
# FS#16360
sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
Doc/zsh.texi \
@@ -48,8 +46,6 @@ build() {
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # This test wont work with the noatime mount option
- rm Test/C02cond.ztst
HOME="${srcdir}" make check
}