From 299e917c17619f800f0c21cf43209065b608223f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Feb 2012 23:15:21 +0000 Subject: Fri Feb 24 23:15:21 UTC 2012 --- community/anyfs-tools/PKGBUILD | 19 +++-- community/anyfs-tools/anyfs-tools.install | 7 ++ community/anyfs-tools/disable-build-ext2fs.patch | 20 +++++ community/busybox/PKGBUILD | 8 +- community/busybox/busybox.install | 4 +- community/deadbeef/PKGBUILD | 4 +- community/ecryptfs-utils/PKGBUILD | 6 +- community/gmerlin-avdecoder/PKGBUILD | 4 +- community/gmerlin/PKGBUILD | 4 +- community/hostapd/PKGBUILD | 61 +++++++------- community/hostapd/config | 96 ++++++++++++++++++++++ .../hostap_allow-linking-with-libnl-3.2.patch | 42 ++++++++++ community/hwinfo/PKGBUILD | 30 +++---- .../ipvsadm/01-fix-not-showing-all-server.patch | 24 ++++++ community/ipvsadm/PKGBUILD | 15 ++-- community/irrlicht/PKGBUILD | 27 ++---- community/keepalived/PKGBUILD | 17 ++-- community/knemo/PKGBUILD | 7 +- community/libvirt/PKGBUILD | 10 +-- community/mairix/PKGBUILD | 10 +-- community/matchbox-desktop/PKGBUILD | 6 +- community/matchbox-keyboard/PKGBUILD | 4 +- community/matchbox-panel/PKGBUILD | 4 +- community/matchbox-window-manager/PKGBUILD | 4 +- community/mcabber/PKGBUILD | 4 +- community/mednafen/ChangeLog | 3 + community/mednafen/PKGBUILD | 14 ++-- .../mednafen/mednafen-0.8.13.3-zlib-1.2.6.patch | 29 +++++++ community/metamail/PKGBUILD | 12 +-- community/mftrace/PKGBUILD | 4 +- community/mimetex/PKGBUILD | 4 +- community/minbif/PKGBUILD | 10 +-- community/mingw32-pthreads/PKGBUILD | 4 +- community/mktorrent/PKGBUILD | 3 +- community/mp3gain/PKGBUILD | 4 +- community/mp3info/PKGBUILD | 8 +- community/mtasc/PKGBUILD | 4 +- community/mysql++/PKGBUILD | 4 +- community/nbtscan/PKGBUILD | 4 +- community/neatx/PKGBUILD | 4 +- community/nemesis/PKGBUILD | 4 +- community/net6/PKGBUILD | 4 +- community/netbrake/PKGBUILD | 6 +- community/netcf/PKGBUILD | 8 +- community/netstat-nat/PKGBUILD | 4 +- community/netwatch/PKGBUILD | 4 +- community/newsbeuter/PKGBUILD | 19 +++-- community/newsbeuter/newsbeuter.changelog | 3 + community/obexfs/PKGBUILD | 8 +- community/openbsd-netcat/PKGBUILD | 11 ++- community/openthreads/PKGBUILD | 4 +- community/orange/PKGBUILD | 4 +- community/osec/PKGBUILD | 4 +- community/osiris/PKGBUILD | 4 +- community/pragha/PKGBUILD | 4 +- community/projectm/PKGBUILD | 13 +-- .../projectm/libprojectM-2.0.1-fix-linking.patch | 23 ++++++ community/qmmp/PKGBUILD | 8 +- community/qt-recordmydesktop/PKGBUILD | 2 +- community/remmina/PKGBUILD | 16 ++-- community/simh/PKGBUILD | 33 ++++---- community/subtle/PKGBUILD | 8 +- community/tcsh/PKGBUILD | 6 +- community/zynaddsubfx/PKGBUILD | 8 +- 64 files changed, 512 insertions(+), 244 deletions(-) create mode 100644 community/anyfs-tools/anyfs-tools.install create mode 100644 community/anyfs-tools/disable-build-ext2fs.patch create mode 100644 community/hostapd/config create mode 100644 community/hostapd/hostap_allow-linking-with-libnl-3.2.patch create mode 100644 community/ipvsadm/01-fix-not-showing-all-server.patch create mode 100644 community/mednafen/mednafen-0.8.13.3-zlib-1.2.6.patch create mode 100644 community/projectm/libprojectM-2.0.1-fix-linking.patch (limited to 'community') diff --git a/community/anyfs-tools/PKGBUILD b/community/anyfs-tools/PKGBUILD index 47d550208..f0ff30bf5 100644 --- a/community/anyfs-tools/PKGBUILD +++ b/community/anyfs-tools/PKGBUILD @@ -1,23 +1,32 @@ -# $Id: PKGBUILD 20118 2010-07-02 14:36:14Z spupykin $ +# $Id: PKGBUILD 66269 2012-02-23 06:54:24Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=anyfs-tools pkgver=0.85.1c -pkgrel=1 +pkgrel=3 pkgdesc="unix-way toolset for recovering and converting filesystems" arch=('i686' 'x86_64') url="http://anyfs-tools.sourceforge.net/" license=('GPL') depends=(bzip2 e2fsprogs libmpeg2 xfsprogs fuse) -source=(http://downloads.sourceforge.net/sourceforge/anyfs-tools/${pkgname}-${pkgver}.tar.bz2) -md5sums=('d3da0004cd0f037ec3e926acd3f520c2') +#makedepends=('linux-headers') +install=anyfs-tools.install +source=(http://downloads.sourceforge.net/sourceforge/anyfs-tools/${pkgname}-${pkgver}.tar.bz2 + disable-build-ext2fs.patch) +md5sums=('d3da0004cd0f037ec3e926acd3f520c2' + '5ea91297b605d51b03243adda1efed27') build() { cd $srcdir/$pkgname-${pkgver} + + unset LDFLAGS + unset CFLAGS + patch -p1 <$srcdir/disable-build-ext2fs.patch + #Dirty Arch64 fix which doesn't affect i686 CFLAGS="-DNO_INLINE_FUNCS -D_INLINE_=static" ./configure --prefix=/usr --build=i686-linux-gnu - make || return 1 + make -j1 sed -i 's|ldconfig||' src/anysurrect/Makefile make INSTALLPATH=$pkgdir/usr install } diff --git a/community/anyfs-tools/anyfs-tools.install b/community/anyfs-tools/anyfs-tools.install new file mode 100644 index 000000000..a9e3e45b5 --- /dev/null +++ b/community/anyfs-tools/anyfs-tools.install @@ -0,0 +1,7 @@ +post_install() { + echo ">> build_e2fs tool temporary disabled" +} + +post_upgrade() { + post_install +} diff --git a/community/anyfs-tools/disable-build-ext2fs.patch b/community/anyfs-tools/disable-build-ext2fs.patch new file mode 100644 index 000000000..7f35f446d --- /dev/null +++ b/community/anyfs-tools/disable-build-ext2fs.patch @@ -0,0 +1,20 @@ +diff -wbBur anyfs-tools-0.85.1c/src/Makefile.in anyfs-tools-0.85.1c.my/src/Makefile.in +--- anyfs-tools-0.85.1c/src/Makefile.in 2006-11-20 03:40:54.000000000 +0300 ++++ anyfs-tools-0.85.1c.my/src/Makefile.in 2012-02-23 10:43:33.000000000 +0400 +@@ -17,7 +17,7 @@ + REBLOCKLDFLAGS= -lany + BDITLDFLAGS= -lany + +-all: reblock build_it anysurrect_util build_e2fs_util $(XFS_UTILS) $(ANYFUSE_MODULE) ++all: reblock build_it anysurrect_util $(XFS_UTILS) $(ANYFUSE_MODULE) + + reblock: $(OBJREBLOCK) + $(CC) $(CCFLAGS) -o $@ $(OBJREBLOCK) $(LDFLAGS) $(REBLOCKLDFLAGS) +@@ -39,7 +39,6 @@ + $(INSTALL) -d $(INSTALLPATH)/sbin + $(INSTALL) reblock build_it $(INSTALLPATH)/sbin + $(MAKE) $(AM_MAKEFLAGS) -C anysurrect install +- $(MAKE) $(AM_MAKEFLAGS) -C build_e2fs install + $(MAKE) $(AM_MAKEFLAGS) -C build_xfs install + $(MAKE) $(AM_MAKEFLAGS) -C anyfuse install + diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD index 7af95150b..60a20a49d 100644 --- a/community/busybox/PKGBUILD +++ b/community/busybox/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 56916 2011-10-16 17:30:46Z spupykin $ +# $Id: PKGBUILD 66360 2012-02-24 00:42:04Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Jens Pranaitis pkgname=busybox -pkgver=1.19.2 -pkgrel=3 +pkgver=1.19.4 +pkgrel=1 pkgdesc="Utilities for rescue and embedded systems" arch=("i686" "x86_64") url="http://www.busybox.net" @@ -13,7 +13,7 @@ makedepends=("make" "gcc" "sed" "ncurses") source=($url/downloads/$pkgname-$pkgver.tar.bz2 config) install=busybox.install -md5sums=('50267054345f1a0b77fe65f6e0e5ba29' +md5sums=('9c0cae5a0379228e7b55e5b29528df8e' 'edd5c66c974ccc1b0030fd00beaa1b02') build() { diff --git a/community/busybox/busybox.install b/community/busybox/busybox.install index 233b70799..72a1e98b3 100644 --- a/community/busybox/busybox.install +++ b/community/busybox/busybox.install @@ -4,10 +4,10 @@ post_install() { } pre_upgrade() { - stat -c %a /bin/busybox >tmp/busybox.upgrade.script + stat -c %a bin/busybox >tmp/busybox.upgrade.script } post_upgrade() { - [ -f tmp/busybox.upgrade.script ] && chmod `cat tmp/busybox.upgrade.script` /bin/busybox + [ -f tmp/busybox.upgrade.script ] && chmod `cat tmp/busybox.upgrade.script` bin/busybox rm -f tmp/busybox.upgrade.script } diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD index 1ea5f1978..594fa3f30 100644 --- a/community/deadbeef/PKGBUILD +++ b/community/deadbeef/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 62726 2012-01-25 08:16:40Z lfleischer $ +# $Id: PKGBUILD 66292 2012-02-23 13:43:57Z allan $ # Maintainer: Lukas Fleischer # Contributor: Alexey Yakovenko pkgname=deadbeef pkgver=0.5.1 -pkgrel=4 +pkgrel=5 pkgdesc='An audio player for GNU/Linux based on GTK2.' arch=('i686' 'x86_64') url='http://deadbeef.sourceforge.net' diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD index efdbf8817..1e1ed1b53 100644 --- a/community/ecryptfs-utils/PKGBUILD +++ b/community/ecryptfs-utils/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 61018 2011-12-20 16:47:52Z tredaelli $ +# $Id: PKGBUILD 66344 2012-02-23 20:45:16Z tredaelli $ # Maintainer: Timothy Redaelli # Contributor: Richard Murri # Contributor: Michal Krenek pkgname=ecryptfs-utils -pkgver=95 +pkgver=96 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux" @@ -14,7 +14,7 @@ makedepends=('swig' 'intltool' 'gettext') depends=('keyutils' 'nss' 'python2') source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz") options=(!libtool) -md5sums=('b015c89d9c684bd1c10b57c7c8d40577') +md5sums=('4f92c9f6e8f62ac00ca7e2c4e480f1d7') build() { cd "$srcdir/${pkgname}-${pkgver}" diff --git a/community/gmerlin-avdecoder/PKGBUILD b/community/gmerlin-avdecoder/PKGBUILD index c915337bf..8974c2774 100644 --- a/community/gmerlin-avdecoder/PKGBUILD +++ b/community/gmerlin-avdecoder/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 63594 2012-02-05 11:58:46Z ibiru $ +# $Id: PKGBUILD 66296 2012-02-23 13:44:15Z allan $ # Maintainer: Mateusz Herych pkgname=gmerlin-avdecoder pkgver=1.1.0 -pkgrel=4 +pkgrel=5 pkgdesc="Media decoding library" arch=('i686' 'x86_64') url="http://gmerlin.sourceforge.net/avdec_frame.html" diff --git a/community/gmerlin/PKGBUILD b/community/gmerlin/PKGBUILD index ef8b7aa08..433af970c 100644 --- a/community/gmerlin/PKGBUILD +++ b/community/gmerlin/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 63592 2012-02-05 11:58:41Z ibiru $ +# $Id: PKGBUILD 66294 2012-02-23 13:44:07Z allan $ # Maintainer: Mateusz Herych pkgname=gmerlin pkgver=1.0.0 -pkgrel=5 +pkgrel=6 pkgdesc="Multimedia architecture for Linux" arch=('i686' 'x86_64') url="http://openmovieeditor.sourceforge.net/HomePage" diff --git a/community/hostapd/PKGBUILD b/community/hostapd/PKGBUILD index 507b7c3f7..7e354a274 100644 --- a/community/hostapd/PKGBUILD +++ b/community/hostapd/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 48888 2011-06-07 11:05:59Z spupykin $ +# $Id: PKGBUILD 66310 2012-02-23 14:02:47Z allan $ # Maintainer: Sergej Pupykin _madwifiver=0.9.4.4133 pkgname=hostapd pkgver=0.7.3 -pkgrel=5 +pkgrel=7 pkgdesc="daemon for wireless software access points" arch=('i686' 'x86_64') url="http://hostap.epitest.fi/hostapd/" license=('custom') depends=('openssl' 'libnl') -makedepends=('svn') +makedepends=() provides=('hostapd') conflicts=('hostapd') backup=('etc/hostapd/hostapd.conf' @@ -27,51 +27,46 @@ backup=('etc/hostapd/hostapd.conf' install=hostapd.install source=(http://hostap.epitest.fi/releases/$pkgname-$pkgver.tar.gz ftp://ftp.archlinux.org/other/madwifi/madwifi-${_madwifiver}.tar.bz2 - config.bz2 + hostap_allow-linking-with-libnl-3.2.patch + config hostapd hostapd.conf.d) md5sums=('91a7c8d0f090b7104152d3455a84c112' 'ca3c3504d000e7b3d7063af46271c932' - '5d087e2e047ffceb3218e6b2b68fb3bf' + 'e904e62b12c5d64132dd9441e8b45dce' + 'bfe5701bc93d5d091e6f1a93f1a32dd6' 'd570327c385f34a4af24d3a0d61cea19' 'f169534b0f59b341f6df1a21e0344511') build() { - cd $srcdir/$pkgname-$pkgver/hostapd + cd "$srcdir/$pkgname-$pkgver" + patch -Np1 -i "$srcdir/hostap_allow-linking-with-libnl-3.2.patch" - cp ../../config ./.config + cd hostapd + cp "$srcdir/config" ./.config - sed -i "s|/usr|$srcdir/madwifi|" .config - sed -i "s|/usr/local/bin|$pkgdir/usr/bin|" Makefile - - mkdir -p $pkgdir/usr/bin $pkgdir/etc/hostapd \ - $pkgdir/usr/man/man1 $pkgdir/usr/man/man8 \ - $pkgdir/usr/share/licenses/$pkgname $pkgdir/etc/rc.d + sed -i "s|@@madwifi@@|$srcdir/madwifi|" .config + sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf make } package() { - cd $srcdir/$pkgname-$pkgver/hostapd - make DESTDIR=$pkg install + cd "$srcdir/$pkgname-$pkgver/hostapd" + + install -D hostapd "$pkgdir/usr/bin/hostapd" + install hostapd_cli "$pkgdir/usr/bin/hostapd_cli" + + install -Dm644 hlr_auc_gw.milenage_db "$pkgdir/etc/hostapd/hlr_auc_gw.milenage_db" + install -m644 -t "$pkgdir/etc/hostapd" \ + hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \ + wired.conf + + install -Dm644 hostapd.8 "$pkgdir/usr/share/man/man8/hostapd.8" + install -Dm644 hostapd_cli.1 "$pkgdir/usr/share/man/man1/hostapd_cli.1" - cp hlr_auc_gw.milenage_db $pkgdir/etc/hostapd - cp hostapd.accept $pkgdir/etc/hostapd - cp hostapd.conf $pkgdir/etc/hostapd - cp hostapd.deny $pkgdir/etc/hostapd - cp hostapd.eap_user $pkgdir/etc/hostapd - cp hostapd.radius_clients $pkgdir/etc/hostapd - cp hostapd.sim_db $pkgdir/etc/hostapd - cp hostapd.vlan $pkgdir/etc/hostapd - cp hostapd.wpa_psk $pkgdir/etc/hostapd - cp wired.conf $pkgdir/etc/hostapd - cp hostapd.8 $pkgdir/usr/man/man8 - cp hostapd_cli.1 $pkgdir/usr/man/man1 - cp ../COPYING $pkgdir/usr/share/licenses/hostapd - cp ../../hostapd $pkgdir/etc/rc.d - mkdir -p $pkgdir/etc/conf.d - cp ../../hostapd.conf.d $pkgdir/etc/conf.d/hostapd + install -D "$srcdir/hostapd" "$pkgdir/etc/rc.d/hostapd" + install -Dm644 "$srcdir/hostapd.conf.d" "$pkgdir/etc/conf.d/hostapd" - mv $pkgdir/usr/man $pkgdir/usr/share/ - sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' $pkgdir/etc/hostapd/hostapd.conf + install -Dm644 ../COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } diff --git a/community/hostapd/config b/community/hostapd/config new file mode 100644 index 000000000..d77e77461 --- /dev/null +++ b/community/hostapd/config @@ -0,0 +1,96 @@ +# Example hostapd build time configuration +# +# This file lists the configuration options that are used when building the +# hostapd binary. All lines starting with # are ignored. Configuration option +# lines must be commented out complete, if they are not to be included, i.e., +# just setting VARIABLE=n is not disabling that variable. +# +# This file is included in Makefile, so variables like CFLAGS and LIBS can also +# be modified from here. In most cass, these lines should use += in order not +# to override previous values of the variables. + +# Driver interface for Host AP driver +CONFIG_DRIVER_HOSTAP=y + +# Driver interface for wired authenticator +CONFIG_DRIVER_WIRED=y + +# Driver interface for madwifi driver +CONFIG_DRIVER_MADWIFI=y +CFLAGS += -I@@madwifi@@ # change to reflect local setup; directory for madwifi src + +# Driver interface for Prism54 driver +CONFIG_DRIVER_PRISM54=y + +# IEEE 802.11F/IAPP +CONFIG_IAPP=y + +# WPA2/IEEE 802.11i RSN pre-authentication +CONFIG_RSN_PREAUTH=y + +# PeerKey handshake for Station to Station Link (IEEE 802.11e DLS) +CONFIG_PEERKEY=y + +# IEEE 802.11w (management frame protection) +# This version is an experimental implementation based on IEEE 802.11w/D1.0 +# draft and is subject to change since the standard has not yet been finalized. +# Driver support is also needed for IEEE 802.11w. +CONFIG_IEEE80211W=y + +# Integrated EAP server +CONFIG_EAP=y + +# EAP-MD5 for the integrated EAP server +CONFIG_EAP_MD5=y + +# EAP-TLS for the integrated EAP server +CONFIG_EAP_TLS=y + +# EAP-MSCHAPv2 for the integrated EAP server +CONFIG_EAP_MSCHAPV2=y + +# EAP-PEAP for the integrated EAP server +CONFIG_EAP_PEAP=y + +# EAP-GTC for the integrated EAP server +CONFIG_EAP_GTC=y + +# EAP-TTLS for the integrated EAP server +CONFIG_EAP_TTLS=y + +# EAP-SIM for the integrated EAP server +CONFIG_EAP_SIM=y + +# EAP-AKA for the integrated EAP server +CONFIG_EAP_AKA=y + +# EAP-PAX for the integrated EAP server +CONFIG_EAP_PAX=y + +# EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK) +CONFIG_EAP_PSK=y + +# EAP-SAKE for the integrated EAP server +CONFIG_EAP_SAKE=y + +# EAP-GPSK for the integrated EAP server +CONFIG_EAP_GPSK=y +# Include support for optional SHA256 cipher suite in EAP-GPSK +CONFIG_EAP_GPSK_SHA256=y + +# PKCS#12 (PFX) support (used to read private key and certificate file from +# a file that usually has extension .p12 or .pfx) +CONFIG_PKCS12=y + +# RADIUS authentication server. This provides access to the integrated EAP +# server from external hosts using RADIUS. +CONFIG_RADIUS_SERVER=y + +# Build IPv6 support for RADIUS operations +CONFIG_IPV6=y + +CONFIG_DRIVER_NL80211=y + +CONFIG_IEEE80211N=y + +CONFIG_LIBNL32=y diff --git a/community/hostapd/hostap_allow-linking-with-libnl-3.2.patch b/community/hostapd/hostap_allow-linking-with-libnl-3.2.patch new file mode 100644 index 000000000..8e7cd9a97 --- /dev/null +++ b/community/hostapd/hostap_allow-linking-with-libnl-3.2.patch @@ -0,0 +1,42 @@ +Subject: [RFC] hostap: Allow linking with libnl-3. +Date: Tue, 15 Nov 2011 14:30:04 -0000 +From: Ben Greear + +I needed this patch to compile against the latest +libnl code. I added this to my config file: + +CONFIG_LIBNL32=y + +Signed-hostap: Ben Greear +rediffed against 0.7.3 by Stefan Lippers-Hollmann + +--- +:100644 100644 5caeec5... 0cc81f9... M src/drivers/drivers.mak + src/drivers/drivers.mak | 21 ++++++++++++++------- + 2 files changed, 29 insertions(+), 14 deletions(-) + +--- a/src/drivers/drivers.mak ++++ b/src/drivers/drivers.mak +@@ -31,11 +31,18 @@ NEED_SME=y + NEED_AP_MLME=y + NEED_NETLINK=y + NEED_LINUX_IOCTL=y +-DRV_LIBS += -lnl ++ifdef CONFIG_LIBNL32 ++ DRV_LIBS += -lnl-3 ++ DRV_LIBS += -lnl-genl-3 ++ DRV_CFLAGS += -DCONFIG_LIBNL20 ++ DRV_CFLAGS += -I/usr/include/libnl3/ ++else ++ DRV_LIBS += -lnl + +-ifdef CONFIG_LIBNL20 +-DRV_LIBS += -lnl-genl +-DRV_CFLAGS += -DCONFIG_LIBNL20 ++ ifdef CONFIG_LIBNL20 ++ DRV_LIBS += -lnl-genl ++ DRV_CFLAGS += -DCONFIG_LIBNL20 ++ endif + endif + endif + diff --git a/community/hwinfo/PKGBUILD b/community/hwinfo/PKGBUILD index 28e2ea582..710e7ce51 100644 --- a/community/hwinfo/PKGBUILD +++ b/community/hwinfo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 56757 2011-10-11 21:02:19Z arodseth $ +# $Id: PKGBUILD 66324 2012-02-23 14:26:30Z arodseth $ # Maintainer: Kaiting Chen # Contributor: Alexander Rødseth # Contributor: Gergely Imreh @@ -6,40 +6,42 @@ # Contributor: madeye # Contributor: Ranguvar # Contributor: ninja_pt + pkgname=hwinfo -pkgver=19.0 -pkgrel=2 +pkgver=19.1 +_subver=1.2 +pkgrel=1 pkgdesc='Hardware detection tool from openSUSE' arch=('x86_64' 'i686') url='http://www.opensuse.org/' license=('GPL2') depends=('perl' 'libx86emu') makedepends=('sysfsutils' 'rpmextract' 'flex') -source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/${pkgname}-${pkgver}-1.1.src.rpm" +source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$pkgver-$_subver.src.rpm" 'custom_ioctl.patch') -md5sums=('751238feaa13449324593ee5e145cd56' - '1500ecfa26f6aaf4d7967eea74e86e5d') +sha256sums=('77b67512f7a7a027200233b6c89be2b777f96b2a6d742b695cb062f9cf4ec258' + '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d') build() { - cd "${srcdir}" + cd "$srcdir" msg2 "Extracting source rpm..." - rpmextract.sh "${pkgname}-${pkgver}-1.1.src.rpm" - tar jxf ${pkgname}-${pkgver}.tar.bz2 - cd "${pkgname}-${pkgver}" + rpmextract.sh "$pkgname-$pkgver-$_subver.src.rpm" + tar jxf $pkgname-$pkgver.tar.bz2 + cd "$pkgname-$pkgver" msg2 "Patching..." patch -p0 < ../custom_ioctl.patch msg2 "Compiling..." - make -j1 CFLAGS+="-fPIC -I${srcdir}/${pkgname}-${pkgver}/src/hd" LIBDIR=/usr/lib + make -j1 CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" LIBDIR=/usr/lib } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" msg2 "Packaging files..." - make LIBDIR=/usr/lib DESTDIR=${pkgdir} install + make LIBDIR=/usr/lib DESTDIR="$pkgdir" install msg2 "Cleaning up..." - rmdir "${pkgdir}/sbin" + rmdir "$pkgdir/sbin" } # vim:set ts=2 sw=2 et: diff --git a/community/ipvsadm/01-fix-not-showing-all-server.patch b/community/ipvsadm/01-fix-not-showing-all-server.patch new file mode 100644 index 000000000..dea23bf76 --- /dev/null +++ b/community/ipvsadm/01-fix-not-showing-all-server.patch @@ -0,0 +1,24 @@ +diff -urN ipvsadm-1.26.vanilla/libipvs/ip_vs.h ipvsadm-1.26/libipvs/ip_vs.h +--- ipvsadm-1.26.vanilla/libipvs/ip_vs.h 2011-02-06 18:38:57.000000000 -0800 ++++ ipvsadm-1.26/libipvs/ip_vs.h 2011-08-23 15:03:59.000000000 -0700 +@@ -413,7 +413,7 @@ + __IPVS_CMD_ATTR_MAX, + }; + +-#define IPVS_CMD_ATTR_MAX (__IPVS_SVC_ATTR_MAX - 1) ++#define IPVS_CMD_ATTR_MAX (__IPVS_CMD_ATTR_MAX - 1) + + /* + * Attributes used to describe a service +diff -urN ipvsadm-1.26.vanilla/libipvs/ip_vs_nl_policy.c +ipvsadm-1.26/libipvs/ip_vs_nl_policy.c +--- ipvsadm-1.26.vanilla/libipvs/ip_vs_nl_policy.c 2008-09-18 +08:57:37.000000000 -0700 ++++ ipvsadm-1.26/libipvs/ip_vs_nl_policy.c 2011-08-23 14:45:34.000000000 -0700 +@@ -26,6 +26,8 @@ + [IPVS_SVC_ATTR_TIMEOUT] = { .type = NLA_U32 }, + [IPVS_SVC_ATTR_NETMASK] = { .type = NLA_U32 }, + [IPVS_SVC_ATTR_STATS] = { .type = NLA_NESTED }, ++ [IPVS_SVC_ATTR_PE_NAME] = { .type = NLA_STRING, ++ .maxlen = IP_VS_PENAME_MAXLEN}, + }; diff --git a/community/ipvsadm/PKGBUILD b/community/ipvsadm/PKGBUILD index b197164c0..94a0e668c 100644 --- a/community/ipvsadm/PKGBUILD +++ b/community/ipvsadm/PKGBUILD @@ -1,28 +1,31 @@ -# $Id$ -# Maintainer: Sebastien Luttringer +# $Id: PKGBUILD 66312 2012-02-23 14:03:04Z allan $ +# Maintainer: Sébastien Luttringer # Contributor: Judd Vinet pkgname=ipvsadm pkgver=1.26 -pkgrel=1 +pkgrel=3 pkgdesc='The IP Virtual Server administration utility' arch=('i686' 'x86_64') url='http://www.linuxvirtualserver.org/software/ipvs.html' license=('GPL2') -depends=('libnl' 'popt') +depends=('libnl1' 'popt') backup=('etc/conf.d/ipvsadm') #options=('!makeflags') source=("http://www.linuxvirtualserver.org/software/kernel-2.6/$pkgname-$pkgver.tar.gz" 'ipvsadm.rc' 'ipvsadm.conf' - 'ipvsadm.rules') + 'ipvsadm.rules' + '01-fix-not-showing-all-server.patch') md5sums=('eac3ba3f62cd4dea2da353aeddd353a8' '0e106fce0675e014bea0f9355b947bd6' 'cd358130967a9cc0d31fc61282df43e7' - 'cd6649c647e495d4d6f981542ce5a93b') + 'cd6649c647e495d4d6f981542ce5a93b' + 'e9fb77d2fbe2d3f41d60257316338543') build() { cd ${pkgname}-${pkgver} + patch -p1 -i ../01-fix-not-showing-all-server.patch make INCLUDE="-I/usr/src/linux-`uname -r`/include -I.. -I." || return 1 } diff --git a/community/irrlicht/PKGBUILD b/community/irrlicht/PKGBUILD index c4b0ceccd..ca166de12 100644 --- a/community/irrlicht/PKGBUILD +++ b/community/irrlicht/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 63632 2012-02-05 12:02:14Z ibiru $ +# $Id: PKGBUILD 66356 2012-02-23 23:04:08Z svenstaro $ # Maintainer: Sven-Hendrik Haase # Contributor: Hilton Medeiros # Contributor: Ali H. Caliskan @@ -6,8 +6,8 @@ # Contributor: Lukas Kropatschek pkgname=irrlicht -pkgver=1.7.2 -pkgrel=4 +pkgver=1.7.3 +pkgrel=1 pkgdesc="An open source high performance realtime 3D graphics engine." arch=('i686' 'x86_64') url="http://irrlicht.sourceforge.net/" @@ -16,9 +16,9 @@ depends=('libgl' 'libjpeg' 'bzip2' 'libpng') makedepends=('mesa' 'unzip') source=("http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip" "irrlicht-1.7.2-libpng15.patch") -md5sums=('eb627d4c432bf73f12bc6d9ddc700b07' - 'a7f8d4aa1bc2880bbeaf3449e09f69a5') noextract=($pkgname-$pkgver.zip) +md5sums=('cfbdc8c68fbca544c7c8dfb3623ae086' + 'a7f8d4aa1bc2880bbeaf3449e09f69a5') build() { unzip $pkgname-$pkgver.zip @@ -34,24 +34,9 @@ build() { include/IrrCompileConfig.h cd source/Irrlicht - sed -i -e '/^CXXFLAGS/s:-g.*::' \ - -e '/^CXXFLAGS/s:-Wall::' \ - -e '/^CFLAGS/s/:= -O3 -fexpensive-optimizations/+=/' \ - -e '/^CXXINCS/s:-Izlib -Ijpeglib -Ilibpng::' \ - -e '/^ZLIBOBJ/d' \ - -e '/^JPEGLIBOBJ/d' \ - -e '/^BZIP2OBJ/d' \ - -e '/^LIBPNGOBJ/d' \ - -e '/.o=.d/d' \ - -e '/^staticlib sharedlib: LDFLAGS/s:+=.*:+= -lGL -lXxf86vm -lpng -ljpeg -lbz2 -lz:' \ - -e "/^INSTALL_DIR/s:=.*:=$pkgdir/usr/lib:" \ - -e 's/0-SVN/1/' \ - -e 's/.$(VERSION_MINOR) -o/ -o/' \ + sed -i "/^INSTALL_DIR/s:=.*:=$pkgdir/usr/lib:" \ Makefile - sed -i "s/png_set_gray_1_2_4_to_8/png_set_expand_gray_1_2_4_to_8/" \ - CImageLoaderPNG.cpp - make sharedlib make diff --git a/community/keepalived/PKGBUILD b/community/keepalived/PKGBUILD index 79361ec90..ad7fa29f4 100644 --- a/community/keepalived/PKGBUILD +++ b/community/keepalived/PKGBUILD @@ -1,16 +1,16 @@ # $Id$ -# Maintainer: Sebastien Luttringer # Contributor: Andrea Zucchelli pkgname=keepalived pkgver=1.2.2 -pkgrel=1 -pkgdesc='implements an independent VRRPv2 stack and a userspace daemon for LVS cluster nodes healthchecks and LVS directors failover' +pkgrel=3 +pkgdesc='Failover and monitoring daemon for LVS clusters' arch=('i686' 'x86_64') url='http://www.keepalived.org/' license=('GPL2') backup=('etc/keepalived/keepalived.conf' 'etc/conf.d/keepalived') -depends=('openssl' 'popt' 'libnl') +depends=('openssl' 'popt' 'libnl1') source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz" 'keepalived.rc' 'keepalived.conf' @@ -28,10 +28,6 @@ build() { } package() { - # add initscripts - install -D -m 755 $pkgname.rc "${pkgdir}/etc/rc.d/$pkgname" - install -D -m 644 $pkgname.conf "${pkgdir}/etc/conf.d/$pkgname" - cd $pkgname-$pkgver make DESTDIR="$pkgdir" install # clean pacakge init scripts @@ -39,6 +35,11 @@ package() { # move examples to /usr/share install -d -m 755 "$pkgdir/usr/share/$pkgname" mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples" + + # add initscripts + install -D -m 755 ../$pkgname.rc "${pkgdir}/etc/rc.d/$pkgname" + install -D -m 644 ../$pkgname.conf "${pkgdir}/etc/conf.d/$pkgname" + } # vim:set ts=2 sw=2 ft=sh et: diff --git a/community/knemo/PKGBUILD b/community/knemo/PKGBUILD index 59b346dac..de09a5f07 100644 --- a/community/knemo/PKGBUILD +++ b/community/knemo/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 61797 2012-01-07 22:46:40Z lcarlier $ +# $Id: PKGBUILD 66316 2012-02-23 14:03:25Z allan $ # Maintainer: Andrea Scarpino # Contributor: Sergej Pupykin # Contributor: Stefano Zamprogno pkgname=knemo pkgver=0.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="The KDE Network Monitor" arch=('i686' 'x86_64') url="http://www.kde-apps.org/content/show.php?content=12956" license=('GPL') -depends=('kdebase-workspace' 'wireless_tools' 'iw') +depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl1' + 'gtk-update-icon-cache') makedepends=('cmake' 'automoc4') install=${pkgname}.install options=('libtool') diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index 5038f5816..2abdad16a 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 61826 2012-01-08 18:22:27Z spupykin $ +# $Id: PKGBUILD 66318 2012-02-23 14:03:47Z allan $ # Maintainer: Sergej Pupykin # Contributor: Jonathan Wiersma pkgname=libvirt -pkgver=0.9.9 +pkgver=0.9.10 pkgrel=1 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('LGPL') depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2' 'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 'libpcap' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs' - 'iproute2' 'netcf') + 'iproute2' 'netcf' 'libnl1') makedepends=('pkgconfig' 'lvm2') optdepends=('bridge-utils: for briged networking (default)' 'dnsmasq: for NAT/DHCP for guests' @@ -37,7 +37,7 @@ source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz" openbsd-netcat-default.patch unixperms.patch yajl-2.x.patch) -md5sums=('37c4bf8cdd4c76150bc0c1d249945d27' +md5sums=('a424bb793521e637349da47e93dd5fff' 'c43244c40a0437038c82089618e7beaa' '3ed0e24f5b5e25bf553f5427d64915e6' '737ec24aa56871fbabfa892789457db4' @@ -68,7 +68,7 @@ build() { export LDFLAGS=-lX11 [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/"$pkgname" \ - --with-storage-lvm --without-xen --with-udev --without-hal + --with-storage-lvm --without-xen --with-udev --without-hal --disable-static find -name Makefile -exec sed -i 's#-L /usr#-L/usr#' {} \; make -j1 } diff --git a/community/mairix/PKGBUILD b/community/mairix/PKGBUILD index 4078c4e22..b041bd02e 100644 --- a/community/mairix/PKGBUILD +++ b/community/mairix/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 18519 2010-06-07 11:11:39Z spupykin $ +# $Id: PKGBUILD 66226 2012-02-23 05:02:08Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Alessio 'mOLOk' Bolognino # Contributor: Giorgio Lando @@ -6,7 +6,7 @@ pkgname=mairix pkgver=0.22 -pkgrel=1 +pkgrel=2 pkgdesc="A program for indexing and searching emails" arch=('i686' 'x86_64') url="http://www.rpcurnow.force9.co.uk/mairix/" @@ -20,10 +20,10 @@ md5sums=('6c6aaca19c2b2de3bf567b856705ce1a') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr - make || return 1 - make DESTDIR=$pkgdir install || return 1 + make + make DESTDIR=$pkgdir install mkdir -p $pkgdir/usr/share/ - mv $pkgdir/usr/man $pkgdir/usr/share/ && \ + mv $pkgdir/usr/man $pkgdir/usr/share/ install -D -m 644 dotmairixrc.eg $pkgdir/etc/mairixrc.sample } diff --git a/community/matchbox-desktop/PKGBUILD b/community/matchbox-desktop/PKGBUILD index 637edc3e2..3af5a9717 100644 --- a/community/matchbox-desktop/PKGBUILD +++ b/community/matchbox-desktop/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58996 2011-11-20 19:49:57Z spupykin $ +# $Id: PKGBUILD 66229 2012-02-23 05:03:36Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Henrique C. Alves pkgname=matchbox-desktop pkgver=2.0 -pkgrel=2 +pkgrel=3 pkgdesc="A PDA style application launcher or 'item browser'." arch=('i686' 'x86_64') license=('GPL') @@ -16,7 +16,7 @@ md5sums=('b0a4a47130272e2adab4e9feb43a6c9c') build() { cd $srcdir/$pkgname-$pkgver - ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification + LDFLAGS=-lX11 ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification make make DESTDIR=$pkgdir install } diff --git a/community/matchbox-keyboard/PKGBUILD b/community/matchbox-keyboard/PKGBUILD index 51d822e22..a2a6e34cf 100644 --- a/community/matchbox-keyboard/PKGBUILD +++ b/community/matchbox-keyboard/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58999 2011-11-20 19:51:14Z spupykin $ +# $Id: PKGBUILD 66225 2012-02-23 05:01:23Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: William Rea pkgname=matchbox-keyboard pkgver=0.1 -pkgrel=3 +pkgrel=4 pkgdesc="An on screen virtual keyboard" arch=('i686' 'x86_64') depends=('cairo' 'libfakekey' 'libxft') diff --git a/community/matchbox-panel/PKGBUILD b/community/matchbox-panel/PKGBUILD index 043e03d17..81d0eb80d 100644 --- a/community/matchbox-panel/PKGBUILD +++ b/community/matchbox-panel/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59002 2011-11-20 19:52:18Z spupykin $ +# $Id: PKGBUILD 66225 2012-02-23 05:01:23Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Henrique C. Alves pkgname=matchbox-panel pkgver=0.9.3 -pkgrel=4 +pkgrel=5 pkgdesc="A flexible always present 'window bar' for holding application launchers and small 'applet' style applications" arch=('i686' 'x86_64') license=('GPL') diff --git a/community/matchbox-window-manager/PKGBUILD b/community/matchbox-window-manager/PKGBUILD index 8a093e686..888dc2d37 100644 --- a/community/matchbox-window-manager/PKGBUILD +++ b/community/matchbox-window-manager/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59005 2011-11-20 19:53:19Z spupykin $ +# $Id: PKGBUILD 66232 2012-02-23 05:07:09Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Henrique C. Alves pkgname=matchbox-window-manager pkgver=1.2 -pkgrel=2 +pkgrel=3 pkgdesc="A pretty much unique X window manager with a classic PDA management policy" arch=('i686' 'x86_64') license=('GPL') diff --git a/community/mcabber/PKGBUILD b/community/mcabber/PKGBUILD index 603298562..f4a81248c 100644 --- a/community/mcabber/PKGBUILD +++ b/community/mcabber/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 58853 2011-11-19 00:17:45Z andrea $ +# $Id: PKGBUILD 66233 2012-02-23 05:07:48Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Thorsten Töpper # Contributor: 3ED pkgname=mcabber pkgver=0.10.1 -pkgrel=1 +pkgrel=2 pkgdesc="a small Jabber console client, includes features: SSL, PGP, MUC, UTF8" arch=('i686' 'x86_64') url="http://www.lilotux.net/~mikael/mcabber/" diff --git a/community/mednafen/ChangeLog b/community/mednafen/ChangeLog index a3097076c..54b01d58f 100644 --- a/community/mednafen/ChangeLog +++ b/community/mednafen/ChangeLog @@ -1,3 +1,6 @@ +2012-02-23 Allan McRae + * Rebuild for libcdio soname bumps + 2011-05-17 Angel Velasquez * Updated to 0.8.D.3 * Removed fix_build patch diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD index 88e469afc..802249f21 100755 --- a/community/mednafen/PKGBUILD +++ b/community/mednafen/PKGBUILD @@ -1,21 +1,25 @@ # Maintainer: Angel Velasquez # Contributor: Daenyth # Contributor: kagan + pkgname=mednafen pkgver=0.8.D.3 -pkgrel=1 +pkgrel=2 pkgdesc="A command-line multi-system gaming emulator" url="http://mednafen.sourceforge.net/" -license=(GPL) +license=('GPL') arch=('i686' 'x86_64') -depends=('libcdio>=0.82' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib') +depends=('libcdio' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib') makedepends=('pkgconfig' 'mesa') changelog=ChangeLog -source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2) -md5sums=('57d22805071becd81858b0c088a275e5') +source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2 + mednafen-0.8.13.3-zlib-1.2.6.patch) +md5sums=('57d22805071becd81858b0c088a275e5' + '450bb5aa7552db5b8f6d6713bdb725ce') build() { cd $srcdir/$pkgname + patch -Np1 -i $srcdir/mednafen-0.8.13.3-zlib-1.2.6.patch ./configure --prefix=/usr make } diff --git a/community/mednafen/mednafen-0.8.13.3-zlib-1.2.6.patch b/community/mednafen/mednafen-0.8.13.3-zlib-1.2.6.patch new file mode 100644 index 000000000..9437f76ce --- /dev/null +++ b/community/mednafen/mednafen-0.8.13.3-zlib-1.2.6.patch @@ -0,0 +1,29 @@ +--- mednafen.orig/src/file.cpp ++++ mednafen/src/file.cpp +@@ -229,7 +229,7 @@ + goto doret; + } + +- while((howmany = gzread(tz, tmp->data + cur_size, cur_alloced - cur_size)) > 0) ++ while((howmany = gzread((gzFile)tz, tmp->data + cur_size, cur_alloced - cur_size)) > 0) + { + cur_size += howmany; + cur_alloced <<= 1; +@@ -282,7 +282,7 @@ + } + else if(type == MDFN_FILETYPE_GZIP) + { +- gzclose(tz); ++ gzclose((gzFile)tz); + } + else if(type == MDFN_FILETYPE_ZIP) + { +@@ -444,7 +444,7 @@ + + if(!(fceufp = MakeMemWrap(t, 1))) + { +- gzclose(t); ++ gzclose((gzFile)t); + return(0); + } + diff --git a/community/metamail/PKGBUILD b/community/metamail/PKGBUILD index 9f45530ed..71922cd14 100644 --- a/community/metamail/PKGBUILD +++ b/community/metamail/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 21419 2010-07-16 12:02:09Z spupykin $ +# $Id: PKGBUILD 66234 2012-02-23 05:08:28Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sekenre # Contributor: Daenyth pkgname=metamail pkgver=2.7 -pkgrel=5 +pkgrel=6 pkgdesc="Used to display and process MIME messages" arch=('i686' 'x86_64') url="http://packages.debian.org/stable/mail/metamail" @@ -23,13 +23,13 @@ md5sums=('c6967e9bc5d3c919764b02df24efca01' build() { cd $srcdir/metamail-$pkgver.orig - zcat $srcdir/metamail_$pkgver-54.diff.gz | patch -p1 + patch -p1 <$srcdir/metamail_$pkgver-54.diff sed -i 's|getline|xgetline|' metamail/uue.c src/metamail/uue.c sh ./bootstrap - sh ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR=$pkgdir install || return 1 + sh ./configure --prefix=/usr + make + make DESTDIR=$pkgdir install install -D -m0644 $srcdir/license $pkgdir/usr/share/licenses/$pkgname/license } diff --git a/community/mftrace/PKGBUILD b/community/mftrace/PKGBUILD index 6d03e7608..8bc526c61 100644 --- a/community/mftrace/PKGBUILD +++ b/community/mftrace/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 43118 2011-03-24 07:48:42Z spupykin $ +# $Id: PKGBUILD 66235 2012-02-23 05:09:11Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: William Rea pkgname=mftrace pkgver=1.2.17 -pkgrel=1 +pkgrel=2 pkgdesc="Traces TeX bitmap fonts into PFA, PFB, or TTF" arch=('i686' 'x86_64') url="http://lilypond.org/mftrace/" diff --git a/community/mimetex/PKGBUILD b/community/mimetex/PKGBUILD index e6ceb75de..234f2e4c4 100644 --- a/community/mimetex/PKGBUILD +++ b/community/mimetex/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 59132 2011-11-21 12:05:32Z spupykin $ +# $Id: PKGBUILD 66237 2012-02-23 05:11:06Z spupykin $ # Maintainer: Sergej Pupykin pkgname=mimetex pkgver=1.70 -pkgrel=2 +pkgrel=3 pkgdesc="tex to gif converter" arch=(i686 x86_64) url="http://www.forkosh.com/mimetex.html" diff --git a/community/minbif/PKGBUILD b/community/minbif/PKGBUILD index a762e584e..c4e29c400 100644 --- a/community/minbif/PKGBUILD +++ b/community/minbif/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54473 2011-08-18 15:08:10Z bluewind $ +# $Id: PKGBUILD 66328 2012-02-23 15:30:58Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: AkiraYB pkgname=minbif -pkgver=1.0.4 -pkgrel=4 +pkgver=1.0.5 +pkgrel=1 pkgdesc='An IRC gateway to IM networks that uses libpurple.' arch=('i686' 'x86_64') url='http://minbif.im/' @@ -15,9 +15,9 @@ optdepends=('xinetd: to run minbif through xinetd') backup=('etc/minbif/minbif.conf' 'etc/minbif/minbif.motd') install='minbif.install' -source=("http://minbif.im/attachments/download/90/${pkgname}-${pkgver}.tar.gz" +source=("http://minbif.im/attachments/download/148/${pkgname}-${pkgver}.tar.gz" 'minbif') -md5sums=('25069fb6015dfb9ddc24ef2e09e74da3' +md5sums=('00c5c1abbe2b8a9d900961832c7909a8' '307a6fab42bcaeed11a55b5fb4589778') build() { diff --git a/community/mingw32-pthreads/PKGBUILD b/community/mingw32-pthreads/PKGBUILD index 842a8352a..48a1ca469 100644 --- a/community/mingw32-pthreads/PKGBUILD +++ b/community/mingw32-pthreads/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 50731 2011-06-30 10:05:09Z spupykin $ +# $Id: PKGBUILD 66225 2012-02-23 05:01:23Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Marcel Schneider marcelATcoopmastersDOTde pkgname=mingw32-pthreads pkgver=2.8.0 _pkgver=2-8-0 -pkgrel=2 +pkgrel=3 arch=(i686 x86_64) pkgdesc="The POSIX 1003.1-2001 standard for writing multithreaded applications." license=(LGPL) diff --git a/community/mktorrent/PKGBUILD b/community/mktorrent/PKGBUILD index 6eff9a3c4..495ea2b59 100644 --- a/community/mktorrent/PKGBUILD +++ b/community/mktorrent/PKGBUILD @@ -1,8 +1,9 @@ +# $Id: PKGBUILD 66239 2012-02-23 05:13:18Z spupykin $ # Contributor: Emil Renner Berthing pkgname=mktorrent pkgver=1.0 -pkgrel=2 +pkgrel=3 pkgdesc='Simple command line utility to create BitTorrent metainfo files' arch=('i686' 'x86_64') url='http://mktorrent.sourceforge.net/' diff --git a/community/mp3gain/PKGBUILD b/community/mp3gain/PKGBUILD index 88ba47c5a..d3ec615a4 100644 --- a/community/mp3gain/PKGBUILD +++ b/community/mp3gain/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 27735 2010-09-27 10:44:54Z spupykin $ +# $Id: PKGBUILD 66240 2012-02-23 05:13:54Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Alessio 'mOLOk' Bolognino # Contributor: keith pkgname=mp3gain pkgver=1.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="Lossless mp3 normalizer with statistical analysis " arch=('i686' 'x86_64') url="http://mp3gain.sourceforge.net" diff --git a/community/mp3info/PKGBUILD b/community/mp3info/PKGBUILD index 1acf47a00..e661e929c 100644 --- a/community/mp3info/PKGBUILD +++ b/community/mp3info/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17596 2010-05-24 15:32:08Z spupykin $ +# $Id: PKGBUILD 66241 2012-02-23 05:14:32Z spupykin $ # Maintainer: Andrea Scarpino # Contributor: Vinay S Shastry pkgname=mp3info pkgver=0.8.5a -pkgrel=3 +pkgrel=4 pkgdesc="An MP3 technical info viewer and ID3 1.x tag editor" arch=('i686' 'x86_64') url="http://ibiblio.org/mp3info/" @@ -17,9 +17,9 @@ build() { cd ${srcdir}/$pkgname-$pkgver sed -i "s:-O2:${CFLAGS}:" Makefile - sed -i "s:/usr/bin/install:/bin/install:" Makefile + sed -i "s:/usr/bin/install:/bin/install:" Makefile - make || return 1 + make install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1 make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 install diff --git a/community/mtasc/PKGBUILD b/community/mtasc/PKGBUILD index 30e3284f8..31875d2d4 100644 --- a/community/mtasc/PKGBUILD +++ b/community/mtasc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 51324 2011-07-07 13:42:20Z spupykin $ +# $Id: PKGBUILD 66242 2012-02-23 05:15:17Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Niel Drummond pkgname=mtasc pkgver=20091229 -pkgrel=3 +pkgrel=4 pkgdesc="An open source flash (swf) compiler" arch=(i686 x86_64) url="http://mtasc.org/" diff --git a/community/mysql++/PKGBUILD b/community/mysql++/PKGBUILD index 2b7a4ac14..9e461cb03 100644 --- a/community/mysql++/PKGBUILD +++ b/community/mysql++/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 51970 2011-07-18 20:04:38Z spupykin $ +# $Id: PKGBUILD 66225 2012-02-23 05:01:23Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Markus Härer pkgname=mysql++ pkgver=3.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="A C++ wraper for MySQLs C API" arch=("i686" "x86_64") url="http://tangentsoft.net/mysql++/" diff --git a/community/nbtscan/PKGBUILD b/community/nbtscan/PKGBUILD index f7c2fd2be..03c637932 100755 --- a/community/nbtscan/PKGBUILD +++ b/community/nbtscan/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59205 2011-11-21 15:02:49Z spupykin $ +# $Id: PKGBUILD 66246 2012-02-23 05:18:07Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergio Rubio pkgname=nbtscan pkgver=1.5.1 -pkgrel=4 +pkgrel=5 pkgdesc="NBTscan is a program for scanning IP networks for NetBIOS name information." arch=('i686' 'x86_64') license=('GPL') diff --git a/community/neatx/PKGBUILD b/community/neatx/PKGBUILD index 003d1bebf..b3e0f345b 100644 --- a/community/neatx/PKGBUILD +++ b/community/neatx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 27121 2010-09-17 15:17:17Z schuay $ +# $Id: PKGBUILD 66247 2012-02-23 05:19:47Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Nicolas Doualot pkgname=neatx pkgver=0.3.1 -pkgrel=10 +pkgrel=11 pkgdesc="A free NX server by google" arch=('i686' 'x86_64') url="http://code.google.com/p/neatx/" diff --git a/community/nemesis/PKGBUILD b/community/nemesis/PKGBUILD index c299d0158..b80d7d3fe 100644 --- a/community/nemesis/PKGBUILD +++ b/community/nemesis/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 44947 2011-04-13 08:59:35Z spupykin $ +# $Id: PKGBUILD 66248 2012-02-23 05:20:26Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=nemesis pkgver=1.4 -pkgrel=4 +pkgrel=5 pkgdesc="command-line network packet crafting and injection utility" arch=(i686 x86_64) url="http://nemesis.sourceforge.net/" diff --git a/community/net6/PKGBUILD b/community/net6/PKGBUILD index f0ebc38e4..e748926d9 100644 --- a/community/net6/PKGBUILD +++ b/community/net6/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 59157 2011-11-21 12:41:35Z spupykin $ +# $Id: PKGBUILD 66249 2012-02-23 05:21:03Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Angel 'angvp' Velasquez # Contributor: William Rea @@ -6,7 +6,7 @@ pkgname=net6 pkgver=1.3.12 -pkgrel=2 +pkgrel=3 pkgdesc="A library that provides a TCP protocol abstraction for C++" arch=('i686' 'x86_64') url="http://gobby.0x539.de/" diff --git a/community/netbrake/PKGBUILD b/community/netbrake/PKGBUILD index 3b2e4d053..3eb1bf9cd 100644 --- a/community/netbrake/PKGBUILD +++ b/community/netbrake/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17605 2010-05-24 15:33:54Z spupykin $ +# $Id: PKGBUILD 66250 2012-02-23 05:21:40Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Zsolt Varadi pkgname=netbrake pkgver=0.2 -pkgrel=3 +pkgrel=4 pkgdesc="Netbrake is an utility to limit the bandwidth used by a process" arch=(i686 x86_64) url="http://www.hping.org/netbrake/" @@ -29,7 +29,7 @@ build() { cp netbrake.h.in netbrake.h sed -i -e 's|#define LIBPATH "@LIBPATH@"|#define LIBPATH "/usr/lib"|g' netbrake.h - make || return 1 + make mkdir -p $pkgdir/usr/bin mkdir -p $pkgdir/usr/lib diff --git a/community/netcf/PKGBUILD b/community/netcf/PKGBUILD index cfc7411aa..0383ca4da 100644 --- a/community/netcf/PKGBUILD +++ b/community/netcf/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 60351 2011-12-11 20:20:01Z spupykin $ +# $Id: PKGBUILD 66320 2012-02-23 14:03:54Z allan $ # Maintainer: Sergej Pupykin # Contributor: Aurélien Wailly pkgname=netcf pkgver=0.1.7 -pkgrel=2 +pkgrel=3 pkgdesc="A library for configuring network interfaces" arch=('i686' 'x86_64') license=('LGPL') url="https://fedorahosted.org/netcf/" -depends=('augeas>=0.7.4' 'netcfg' 'libxslt' 'libxml2' 'libnl') +depends=('augeas>=0.7.4' 'netcfg' 'libxslt' 'libxml2' 'libnl1') makedepends=('gcc') options=(!libtool) source=("https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz" @@ -20,7 +20,7 @@ md5sums=('8e313b623c907eb035cf3948b71fecc2' build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -Np1 -i ${srcdir}/netcf-0.1.7.patch - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static make } diff --git a/community/netstat-nat/PKGBUILD b/community/netstat-nat/PKGBUILD index c6785d714..a6b7b85ae 100644 --- a/community/netstat-nat/PKGBUILD +++ b/community/netstat-nat/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 39342 2011-02-09 09:58:47Z spupykin $ +# $Id: PKGBUILD 66252 2012-02-23 05:24:37Z spupykin $ # Maintainer: Sergej Pupykin pkgname=netstat-nat pkgver=1.4.10 -pkgrel=1 +pkgrel=2 pkgdesc="Small program written in C displaying NAT connections, managed by netfilter." url="http://tweegy.nl/projects/netstat-nat/" license=("GPL") diff --git a/community/netwatch/PKGBUILD b/community/netwatch/PKGBUILD index 13953b968..4bbe25890 100644 --- a/community/netwatch/PKGBUILD +++ b/community/netwatch/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 59160 2011-11-21 12:43:25Z spupykin $ +# $Id: PKGBUILD 66253 2012-02-23 05:25:17Z spupykin $ # Maintainer: Sergej Pupykin pkgname=netwatch pkgver=1.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="monitor network connections" arch=(i686 x86_64) url="http://www.slctech.org/~mackay/NETWATCH/netwatch.html" diff --git a/community/newsbeuter/PKGBUILD b/community/newsbeuter/PKGBUILD index 52509e5b3..3a06787e7 100644 --- a/community/newsbeuter/PKGBUILD +++ b/community/newsbeuter/PKGBUILD @@ -1,31 +1,32 @@ -# $Id: PKGBUILD 39113 2011-02-06 22:21:51Z jlichtblau $ +# $Id: PKGBUILD 66351 2012-02-23 20:58:14Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: Sven Pfleiderer pkgname=newsbeuter -pkgver=2.4 +pkgver=2.5 pkgrel=1 pkgdesc="A RSS feed reader for the text console with special Podcast support" arch=('i686' 'x86_64') url="http://www.newsbeuter.org/" license=('custom: MIT') -depends=('curl' 'libxml2' 'sqlite3' 'stfl') +depends=('curl' 'json-c' 'libxml2' 'sqlite3' 'stfl') makedepends=('swig' 'gettext') optdepends=('ruby') options=('!libtool') install=$pkgname.install changelog=$pkgname.changelog -source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz \ - $pkgname-archlinux.patch) -sha256sums=('62dc8a3daf2f4c1ab6ec6997df0881146b6aa3fe3b29ef70cb644c258a7d0a9a' - '5d76916159fd2b02eefb67e016f109edd0977df5274672685b7f8e0ec9668754') +source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz) +sha256sums=('abc54b7bee3e062cd166787edf35aadbeb0ae1f5fcc8d955b77143aaca096825') build() { cd ${srcdir}/$pkgname-$pkgver - patch -Np0 -i ${srcdir}/$pkgname-archlinux.patch - make prefix=/usr +} + +package() { + cd ${srcdir}/$pkgname-$pkgver + make prefix=/usr DESTDIR=$pkgdir install #license diff --git a/community/newsbeuter/newsbeuter.changelog b/community/newsbeuter/newsbeuter.changelog index 98be69352..f2a048aa1 100644 --- a/community/newsbeuter/newsbeuter.changelog +++ b/community/newsbeuter/newsbeuter.changelog @@ -1,3 +1,6 @@ +2012-02-23 Jaroslav Lichtblau + * newsbeuter 2.5-1 + 2011-01-06 Jaroslav Lichtblau * newsbeuter 2.4-1 diff --git a/community/obexfs/PKGBUILD b/community/obexfs/PKGBUILD index 3e1d404a1..c3472e487 100644 --- a/community/obexfs/PKGBUILD +++ b/community/obexfs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 20975 2010-07-13 09:53:35Z spupykin $ +# $Id: PKGBUILD 66254 2012-02-23 05:25:58Z spupykin $ # Maintainer: Sergej Pupykin # Packager: cs-cam - me.at.camdaniel.com pkgname=obexfs pkgver=0.12 -pkgrel=2 +pkgrel=3 pkgdesc="FUSE based filesystem using ObexFTP (currently beta)." arch=('i686' 'x86_64') url="http://openobex.triq.net/obexfs" @@ -20,6 +20,6 @@ build() { export OBEXFTP_LIBS="-lobexftp -lmulticobex -lbfb -lopenobex -lbluetooth" ./configure --prefix=/usr - make || return 1 - make DESTDIR=$pkgdir install || return 1 + make + make DESTDIR=$pkgdir install } diff --git a/community/openbsd-netcat/PKGBUILD b/community/openbsd-netcat/PKGBUILD index 6c2899eb8..95e4e13bf 100644 --- a/community/openbsd-netcat/PKGBUILD +++ b/community/openbsd-netcat/PKGBUILD @@ -1,10 +1,11 @@ -# $Id$ +# $Id: PKGBUILD 66256 2012-02-23 05:29:19Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Andrej Gelenberg pkgname="openbsd-netcat" pkgver=1.89 -pkgrel=4 +pkgrel=5 +_patch=4 pkgdesc="TCP/IP swiss army knife. OpenBSD variant." arch=('i686' 'x86_64') url="http://packages.debian.org/sid/netcat-openbsd" @@ -12,13 +13,13 @@ license=('BSD') depends=('glib2') makedepends=('gcc' 'make') source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver}.orig.tar.gz" - "http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver}-${pkgrel}.diff.gz") + "http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver}-${_patch}.diff.gz") md5sums=('7238ce15aae43069e96ba7faf03f153e' '00c65aa22243b76998174c733cbb64cc') build() { cd $srcdir/netcat-openbsd-${pkgver}.orig - patch -p1 < ../netcat-openbsd_${pkgver}-${pkgrel}.diff + patch -p1 < ../netcat-openbsd_${pkgver}-${_patch}.diff for i in `cat debian/patches/series` do echo "** patch $i" 1>&2 @@ -29,4 +30,6 @@ build() { install -d $pkgdir/usr/share/man/man1/ install nc $pkgdir/usr/bin/nc.openbsd install nc.1 $pkgdir/usr/share/man/man1/nc.openbsd.1 + mkdir -p $pkgdir/usr/share/licenses/$pkgname/ + head -n28 netcat.c | tail -n+2 >$pkgdir/usr/share/licenses/$pkgname/LICENSE } diff --git a/community/openthreads/PKGBUILD b/community/openthreads/PKGBUILD index e65ef6aab..ff94915c2 100644 --- a/community/openthreads/PKGBUILD +++ b/community/openthreads/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 24579 2010-08-26 13:35:34Z lcarlier $ +# $Id: PKGBUILD 66257 2012-02-23 05:29:45Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: William Rea pkgname=openthreads pkgver=2.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="A minimal & complete Object-Oriented thread interface for C++ programmers" arch=('i686' 'x86_64') url="http://openthreads.sourceforge.net" diff --git a/community/orange/PKGBUILD b/community/orange/PKGBUILD index e6c6f982b..f013122aa 100644 --- a/community/orange/PKGBUILD +++ b/community/orange/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 53301 2011-08-02 17:49:29Z spupykin $ +# $Id: PKGBUILD 66258 2012-02-23 05:30:24Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Zhukov Pavel pkgname=orange pkgver=0.4 -pkgrel=3 +pkgrel=4 pkgdesc="a helper tool for synce" arch=('i686' 'x86_64') url="http://synce.sourceforge.net/" diff --git a/community/osec/PKGBUILD b/community/osec/PKGBUILD index 0f0a7a96d..a7c83c131 100644 --- a/community/osec/PKGBUILD +++ b/community/osec/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 35425 2010-12-20 11:43:21Z spupykin $ +# $Id: PKGBUILD 66262 2012-02-23 05:34:27Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=osec pkgver=1.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="lightweight integrity checking system" arch=(i686 x86_64) url="http://o-security.sourceforge.net/" diff --git a/community/osiris/PKGBUILD b/community/osiris/PKGBUILD index d47dd7c94..04fb34f64 100644 --- a/community/osiris/PKGBUILD +++ b/community/osiris/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59237 2011-11-21 15:30:37Z spupykin $ +# $Id: PKGBUILD 66263 2012-02-23 05:35:33Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: jlvsimoes pkgname=osiris pkgver=4.2.3 -pkgrel=3 +pkgrel=4 pkgdesc="A file integrity management system" arch=('i686' 'x86_64') url="http://osiris.shmoo.com/" diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD index ee8d7bdf3..3c340eaaa 100755 --- a/community/pragha/PKGBUILD +++ b/community/pragha/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 64036 2012-02-08 19:28:46Z ttopper $ +# $Id: PKGBUILD 66304 2012-02-23 13:45:07Z allan $ # Maintainer: Thorsten Töpper # Contributor: Alois Nespor # Contributor: JerichoKru pkgname=pragha pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager." arch=('i686' 'x86_64') url="http://pragha.wikispaces.com/" diff --git a/community/projectm/PKGBUILD b/community/projectm/PKGBUILD index 343aa89dd..122eb7e51 100644 --- a/community/projectm/PKGBUILD +++ b/community/projectm/PKGBUILD @@ -1,25 +1,28 @@ -# $Id: PKGBUILD 65637 2012-02-21 16:08:20Z giovanni $ +# $Id: PKGBUILD 66284 2012-02-23 10:51:41Z giovanni $ # Maintainer: Lukas Fleischer # Contributor: Alexander Baldeck pkgname=projectm pkgver=2.0.1 -pkgrel=4 +pkgrel=5 pkgdesc='A music visualizer which uses 3D accelerated iterative image based rendering.' arch=('i686' 'x86_64') url='http://projectm.sourceforge.net/' license=('LGPL') depends=('gcc-libs' 'ftgl' 'glew' 'gtkglext') -makedepends=('pkgconfig' 'cmake') +makedepends=('pkg-config' 'cmake') source=("http://downloads.sourceforge.net/${pkgname}/projectM-${pkgver}-Source.tar.gz" - 'libprojectM-2.0.1-pkg-config.patch') + 'libprojectM-2.0.1-pkg-config.patch' + 'libprojectM-2.0.1-fix-linking.patch') md5sums=('f8bf795878cdbbef54784cf2390b4c89' - '4f258f4e7c2ab612931936bfd7f1f0fb') + '4f258f4e7c2ab612931936bfd7f1f0fb' + '5c178cadf1e00ee4baf32cd9ccbc818c') build() { cd "${srcdir}/projectM-${pkgver}-Source" patch -Np1 -i "${srcdir}/libprojectM-2.0.1-pkg-config.patch" + patch -Np1 -i "${srcdir}/libprojectM-2.0.1-fix-linking.patch" cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release make diff --git a/community/projectm/libprojectM-2.0.1-fix-linking.patch b/community/projectm/libprojectM-2.0.1-fix-linking.patch new file mode 100644 index 000000000..23d8a7b9a --- /dev/null +++ b/community/projectm/libprojectM-2.0.1-fix-linking.patch @@ -0,0 +1,23 @@ +--- a/CMakeLists.txt 2009-12-06 02:42:51.000000000 +0100 ++++ b/CMakeLists.txt 2012-02-23 04:30:51.000000000 +0100 +@@ -177,10 +177,10 @@ + LINK_DIRECTORIES(${FTGL_LINK_DIRS} ${Renderer_BINARY_DIR} ${PRESET_FACTORY_BINARY_DIR}) + + if(BUILD_PROJECTM_STATIC) +- TARGET_LINK_LIBRARIES(projectM ${GLEW_LINK_TARGETS} m ${FTGL_LINK_TARGETS} ${OPENGL_LIBRARIES} ${IMAGE_LINK_TARGETS} ${CG_LINK_TARGETS} ${PRESET_FACTORY_LINK_TARGETS}) ++ TARGET_LINK_LIBRARIES(projectM Renderer ${IMAGE_LINK_TARGETS} ${CG_LINK_TARGETS} ${PRESET_FACTORY_LINK_TARGETS} ${GLEW_LINK_TARGETS} ${FTGL_LINK_TARGETS} m dl ${OPENGL_LIBRARIES}) + else(BUILD_PROJECTM_STATIC) + +-TARGET_LINK_LIBRARIES(projectM ${GLEW_LINK_TARGETS} m ${FTGL_LINK_TARGETS} ${OPENGL_LIBRARIES} ${IMAGE_LINK_TARGETS} ${CG_LINK_TARGETS} ${PRESET_FACTORY_LINK_TARGETS}) ++TARGET_LINK_LIBRARIES(projectM Renderer ${IMAGE_LINK_TARGETS} ${CG_LINK_TARGETS} ${PRESET_FACTORY_LINK_TARGETS} ${GLEW_LINK_TARGETS} ${FTGL_LINK_TARGETS} m dl ${OPENGL_LIBRARIES} ) + + endif(BUILD_PROJECTM_STATIC) + +--- a/Renderer/CMakeLists.txt 2009-12-06 02:42:51.000000000 +0100 ++++ b/Renderer/CMakeLists.txt 2012-02-23 04:31:58.000000000 +0100 +@@ -13,4 +13,4 @@ + INCLUDE_DIRECTORIES(${projectM_SOURCE_DIR}) + ADD_LIBRARY(Renderer STATIC ${Renderer_SOURCES}) + SET_TARGET_PROPERTIES(Renderer PROPERTIES VERSION 2.00 SOVERSION 2) +-TARGET_LINK_LIBRARIES(Renderer m) ++TARGET_LINK_LIBRARIES(Renderer m ${OPENGL_LIBRARIES} ${FREETYPE2_LIBRARIES}) diff --git a/community/qmmp/PKGBUILD b/community/qmmp/PKGBUILD index 6e5964a32..75ed9f5a0 100644 --- a/community/qmmp/PKGBUILD +++ b/community/qmmp/PKGBUILD @@ -1,9 +1,9 @@ -#$Id: PKGBUILD 58421 2011-11-12 17:18:45Z ibiru $ +#$Id: PKGBUILD 66306 2012-02-23 13:45:20Z allan $ # Maintainer: Jaroslav Lichtblau pkgname=qmmp -pkgver=0.5.2 -pkgrel=3 +pkgver=0.5.3 +pkgrel=1 pkgdesc="Qt4 based audio-player" arch=('i686' 'x86_64') url="http://qmmp.ylsoftware.com/" @@ -22,7 +22,7 @@ optdepends=('flac: native FLAC support' 'ffmpeg' 'libsamplerate' 'wavpack') install=$pkgname.install source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2) -sha256sums=('6391dec020d2a381d7f4b7890fae6c49eadf88b3c9aef571fe3c5e96140822ec') +sha256sums=('6f0842d1dce9a259584b79a9f1368547e23292cd291cbccd105dd10d8bea5d6d') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/qt-recordmydesktop/PKGBUILD b/community/qt-recordmydesktop/PKGBUILD index 06eeecf79..9fcf83dc3 100644 --- a/community/qt-recordmydesktop/PKGBUILD +++ b/community/qt-recordmydesktop/PKGBUILD @@ -5,7 +5,7 @@ pkgname=qt-recordmydesktop pkgver=0.3.8 -pkgrel=4 +pkgrel=5 pkgdesc="Qt4 frontend for recordMyDesktop" arch=('i686' 'x86_64') url="http://recordmydesktop.sourceforge.net" diff --git a/community/remmina/PKGBUILD b/community/remmina/PKGBUILD index 594599ac9..8c01c6e1a 100644 --- a/community/remmina/PKGBUILD +++ b/community/remmina/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 64462 2012-02-14 00:49:08Z spupykin $ +# $Id: PKGBUILD 66273 2012-02-23 07:08:35Z spupykin $ # Maintainer: Sergej Pupykin pkgname=remmina pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Remmina is a remote desktop client written in GTK+. " arch=(i686 x86_64) -url="http://sourceforge.net/projects/remmina/" +url="http://remmina.sourceforge.net/" license=('GPL') depends=('gtk2' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 'libgcrypt' 'libxdmcp' 'libgnome-keyring') makedepends=('intltool' 'pkgconfig' 'cmake' @@ -16,11 +16,17 @@ replaces=('remmina-plugins') provides=("grdc" "grdc=$pkgver" 'remmina-plugins') conflicts=("grdc") install=remmina.install -source=(https://github.com/downloads/FreeRDP/Remmina/Remmina-$pkgver.tar.gz) -md5sums=('701c540acaab961bc3adf130a2ddb8b1') +source=(https://github.com/downloads/FreeRDP/Remmina/Remmina-$pkgver.tar.gz + 'https://github.com/FreeRDP/Remmina/commit/569d9bb702d06c061dfbbf3c590d57ea83a04369.diff' + 'https://github.com/FreeRDP/Remmina/commit/f7d1038ba358a295fb46c681db5c47e4ead97306.diff') +md5sums=('701c540acaab961bc3adf130a2ddb8b1' + 'a979c898d5e53446cec9d01912ad9243' + 'b2a9c0e80ac7b0c8a26935bbe289aa3b') build() { cd ${srcdir}/FreeRDP-Remmina-*/ + patch -p1 -i "${srcdir}/569d9bb702d06c061dfbbf3c590d57ea83a04369.diff" + patch -p1 -i "${srcdir}/f7d1038ba358a295fb46c681db5c47e4ead97306.diff" export LDFLAGS="-lX11 -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lpthread" cmake -DWITH_APPINDICATOR=OFF -DCMAKE_INSTALL_PREFIX=/usr . make diff --git a/community/simh/PKGBUILD b/community/simh/PKGBUILD index d3590dcd4..54f8c2204 100644 --- a/community/simh/PKGBUILD +++ b/community/simh/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 59085 2011-11-21 09:31:01Z spupykin $ +# $Id: PKGBUILD 66322 2012-02-23 14:04:05Z allan $ # Maintainer: Sergej Pupykin # Contributor: waterbear pkgname=simh pkgver=3.8.1 _pkgver=38-1 -pkgrel=2 +pkgrel=3 pkgdesc="simulator for assorted historical computers, from Altair to VAX" arch=('i686' 'x86_64') url="http://simh.trailing-edge.com" license=("BSD") -depends=("libpcap" "glibc") +depends=("libpcap") makedepends=("unzip") install=simh.install source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip" @@ -19,18 +19,21 @@ md5sums=('e15f65a82e21ea49e14b438326d93d5c' 'd56eefa5d020ee2b77d21280fef80e3d') build() { - cd $srcdir/ + cd "$srcdir" + mkdir -p BIN + find VAX -type f -exec sed -i 's/SIM_INLINE//' {} + + make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include -lpcap' +} + +package() { + cd "$srcdir/BIN" + for i in *; do + install -D $i "$pkgdir/usr/bin/simh-$i" + done - mkdir BIN || true - find ./VAX -type f -exec sed -i 's#SIM_INLINE##' {} \; - make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include -lpcap -lnl' || exit 1 + cd "$srcdir/VAX" + mkdir -p "$pkgdir/usr/lib/simh" + cp *.bin "$pkgdir/usr/lib/simh" - mkdir -p $pkgdir/usr/bin - cd BIN - for i in *; do cp $i $pkgdir/usr/bin/simh-$i; done - mkdir -p $pkgdir/usr/lib/simh - cd ../VAX - cp *.bin $pkgdir/usr/lib/simh - mkdir -p $pkgdir/usr/share/licenses/$pkgname - cp $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname + install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD index 533de4e94..d63b9450e 100644 --- a/community/subtle/PKGBUILD +++ b/community/subtle/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 65317 2012-02-20 23:41:01Z angvp $ +# $Id: PKGBUILD 66362 2012-02-24 01:53:44Z tdziedzic $ # Maintainer: Angel Velasquez # Contributor: unexist # Past Contributors: Abakus , TDY , Xilon pkgname=subtle pkgver=0.10.3008 -pkgrel=3 +pkgrel=4 pkgdesc="A grid-based manual tiling window manager with a strong focus on easy but customizable look and feel" arch=("i686" "x86_64") url="http://subtle.subforge.org" @@ -20,5 +20,9 @@ md5sums=('10961e02f45a7ce9fc7ca5b11360f001') build() { cd "$srcdir/$pkgname-$pkgver-nu" + + # use vendor_ruby instead of site_ruby + sed -e 's/RbConfig::CONFIG\["sitelibdir"\]/RbConfig::CONFIG\["vendorlibdir"\]/' -i Rakefile + rake destdir=$pkgdir install } diff --git a/community/tcsh/PKGBUILD b/community/tcsh/PKGBUILD index fd9484acb..2c7edb257 100644 --- a/community/tcsh/PKGBUILD +++ b/community/tcsh/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 63350 2012-01-30 22:26:07Z lfleischer $ +# $Id: PKGBUILD 66330 2012-02-23 15:37:07Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Eric Belanger # Contributor: Judd Vinet pkgname=tcsh -pkgver=6.18.00 +pkgver=6.18.01 pkgrel=1 pkgdesc='Enhanced version of the Berkeley C shell.' arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ install='tcsh.install' source=("ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'csh.cshrc' 'csh.login') -md5sums=('ee9b3aa36fb38d32eab6a37a34e4c341' +md5sums=('6eed09dbd4223ab5b6955378450d228a' '7ca0fe6d1a1b9a0093f632499d4fb112' '4869b9da87c79854e2cc97241f125853') diff --git a/community/zynaddsubfx/PKGBUILD b/community/zynaddsubfx/PKGBUILD index e0ba7a89b..a1488fcd8 100644 --- a/community/zynaddsubfx/PKGBUILD +++ b/community/zynaddsubfx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 65279 2012-02-20 12:46:47Z spupykin $ +# $Id: PKGBUILD 66272 2012-02-23 07:06:41Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: SpepS # Contributor: Ionut Biru @@ -6,13 +6,13 @@ pkgname=zynaddsubfx pkgver=2.4.1 -pkgrel=6 +pkgrel=7 pkgdesc="An opensource software synthesizer capable of making a countless number of instruments." arch=('i686' 'x86_64') url="http://zynaddsubfx.sourceforge.net" license=('GPL') -depends=('fltk' 'libgl' 'fftw' 'lash') -makedepends=('mxml' 'cmake' 'pkgconfig' 'mesa') +depends=('fltk' 'libgl' 'fftw' 'lash' 'mxml') +makedepends=('cmake' 'pkgconfig' 'mesa') options=('!emptydirs') source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/ZynAddSubFX-$pkgver.tar.bz2" "$pkgname.desktop" -- cgit v1.2.3-54-g00ecf