diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/bitcoin/PKGBUILD | 16 | ||||
-rw-r--r-- | community/haveged/PKGBUILD | 24 | ||||
-rw-r--r-- | community/haveged/haveged-1.7-build.patch | 13 | ||||
-rw-r--r-- | community/haveged/rc.d | 44 | ||||
-rw-r--r-- | community/kio-mtp/PKGBUILD | 4 | ||||
-rw-r--r-- | community/luajit/Makefile.patch | 20 | ||||
-rw-r--r-- | community/luajit/PKGBUILD | 10 | ||||
-rw-r--r-- | community/menu-cache/PKGBUILD | 12 | ||||
-rw-r--r-- | community/menu-cache/menu-cache-gen.h | 8 | ||||
-rw-r--r-- | community/mksh/PKGBUILD | 6 | ||||
-rw-r--r-- | community/mplayer2/PKGBUILD | 24 | ||||
-rw-r--r-- | community/mplayer2/cdio-api-fixes.patch | 50 |
12 files changed, 60 insertions, 171 deletions
diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD index 6d0b07128..5faa9c9f6 100644 --- a/community/bitcoin/PKGBUILD +++ b/community/bitcoin/PKGBUILD @@ -1,35 +1,35 @@ -# $Id: PKGBUILD 83240 2013-01-28 16:49:24Z stephane $ +# $Id: PKGBUILD 84601 2013-02-20 12:17:25Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: shahid <helllamer@gmail.com> pkgbase=bitcoin pkgname=('bitcoin-daemon' 'bitcoin-qt') -pkgver=0.7.2 -pkgrel=2 +pkgver=0.8.0 +pkgrel=1 arch=('i686' 'x86_64') url="http://www.bitcoin.org/" -makedepends=('boost' 'automoc4' 'miniupnpc') +makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc') conflicts=('bitcoin' 'bitcoin-bin' 'bitcoin-git') replaces=('bitcoin' 'bitcoin-bin' 'bitcoin-git') license=('MIT') source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz) -sha256sums=('23d44161670c521f2aba64f9351b42260baa6bb2981640617c8e2e7683e5855c') +sha256sums=('e31529147d307b2240e08af3a5a4606fe2c112d1b0e91e3cce4a2bac2583cecc') build() { cd "$srcdir/$pkgbase-$pkgver-linux/src" # and make qt gui - qmake + qmake USE_QRCODE=1 make # make bitcoind - make -f makefile.unix -C src CXXFLAGS="$CXXFLAGS" USE_UPNP=1 + make -f makefile.unix -C src CXXFLAGS="$CXXFLAGS" } package_bitcoin-qt() { pkgdesc="Bitcoin is a peer-to-peer network based digital currency - QT" - depends=(boost-libs qt miniupnpc) + depends=(boost-libs qt miniupnpc qrencode) install=bitcoin-qt.install cd "$srcdir/$pkgbase-$pkgver-linux/src" diff --git a/community/haveged/PKGBUILD b/community/haveged/PKGBUILD index 696272a4d..d73c5f102 100644 --- a/community/haveged/PKGBUILD +++ b/community/haveged/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 81287 2012-12-16 08:30:34Z bpiotrowski $ +# $Id: PKGBUILD 84580 2013-02-20 05:11:56Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: kfgz <kfgz at interia dot pl> # Contributor: pootzko <pootzko at gmail dot com> pkgname=haveged -pkgver=1.6 +pkgver=1.7 pkgrel=1 pkgdesc='Entropy harvesting daemon using CPU timings' arch=('i686' 'x86_64') @@ -12,22 +12,26 @@ url='http://www.issihosts.com/haveged' license=('GPL') depends=('glibc') source=($url/$pkgname-$pkgver.tar.gz - rc.d service) -md5sums=('5a386a530e89bfbc6c8d22717b16e2a8' - '264b725be5271288b40f363d7cfc6b68' - 'fc62a480f520377364503aca9efff0b0') + service + haveged-1.7-build.patch) +sha256sums=('9ec85438386a46d5c3fe7b5b121cafd89c34bae68cbbfb4cecb1ff5622111013' + '85aed005b7d0d0bae74f7fc0ca70907a6f67ddbcb2df77ca004f9a919028564a' + '94c77b1d2d80eb5fb30bab4aeb560e6dfe9957654cd3ed915478d2ce67ac37b7') build() { - cd $srcdir/$pkgname-${pkgver/a/} + cd $srcdir/$pkgname-$pkgver + + patch -Np1 -i $srcdir/haveged-1.7-build.patch + aclocal && libtoolize --force && automake --add-missing && autoreconf + ./configure --prefix=/usr make } package() { - cd $srcdir/$pkgname-${pkgver/a/} + cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install - rm -rf $pkgdir/etc/init.d - install -D -m755 $srcdir/rc.d $pkgdir/etc/rc.d/haveged + rm -rf $pkgdir/etc/init.d install -D -m644 $srcdir/service $pkgdir/usr/lib/systemd/system/haveged.service } diff --git a/community/haveged/haveged-1.7-build.patch b/community/haveged/haveged-1.7-build.patch new file mode 100644 index 000000000..c32d1927e --- /dev/null +++ b/community/haveged/haveged-1.7-build.patch @@ -0,0 +1,13 @@ +Index: haveged-1.7/src/Makefile.am +=================================================================== +--- haveged-1.7.orig/src/Makefile.am ++++ haveged-1.7/src/Makefile.am +@@ -27,7 +27,7 @@ pkginclude_HEADERS = havege.h + + haveged_SOURCES = haveged.c haveged.h + +-haveged_LDADD = @HA_LDFLAGS@ $(top_builddir)/src/libhavege.la ++haveged_LDADD = @HA_LDFLAGS@ libhavege.la + ##libtool_end## + + MAINTAINERCLEANFILES = Makefile.in diff --git a/community/haveged/rc.d b/community/haveged/rc.d deleted file mode 100644 index c0e13b40d..000000000 --- a/community/haveged/rc.d +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/bash -## -# chkconfig: 2345 75 25 -# description: havege entropy daemon -# -# source function library -. /etc/rc.conf -. /etc/rc.d/functions - -RETVAL=0 -prog="haveged" - -case "$1" in -start) - stat_busy $"Starting $prog" - /usr/sbin/$prog -w 1024 -v 1 - if [ $? -gt 0 ]; then - stat_fail - else - add_daemon $prog - stat_done - fi - ;; - -stop) - stat_busy $"Stopping $prog" - kill `cat /var/run/$prog.pid` - if [ $? -gt 0 ]; then - stat_fail - else - rm_daemon $prog - stat_done - rm -f /var/lock/$prog - fi - ;; - -restart) - $0 stop - $0 start - ;; - -*) - echo "usage: $prog [start|stop|restart]" -esac diff --git a/community/kio-mtp/PKGBUILD b/community/kio-mtp/PKGBUILD index ebc1beec7..955affe07 100644 --- a/community/kio-mtp/PKGBUILD +++ b/community/kio-mtp/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 84393 2013-02-17 21:44:19Z andrea $ +# $Id: PKGBUILD 84594 2013-02-20 08:07:10Z eric $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Antonio Rojas < nqn1976 @ gmail.com > @@ -11,7 +11,7 @@ url='https://projects.kde.org/projects/playground/base/kio-mtp' license=('GPL') depends=('kdebase-runtime' 'libmtp') makedepends=('cmake' 'automoc4') -source=("ftp://ftp.archlinux.org/other/community/${pkgname}-${pkgver}.tar.xz") +source=("ftp://ftp.archlinux.org/other/community/kio-mtp/${pkgname}-${pkgver}.tar.xz") md5sums=('1b4670e938acedcf565ef23cea66890e') build() { diff --git a/community/luajit/Makefile.patch b/community/luajit/Makefile.patch deleted file mode 100644 index 395a04501..000000000 --- a/community/luajit/Makefile.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig 2012-10-16 20:30:00.000000000 +0200 -+++ Makefile 2012-10-17 17:17:05.707727130 +0200 -@@ -34,7 +34,7 @@ - INSTALL_SHARE= $(DPREFIX)/share - INSTALL_INC= $(DPREFIX)/include/luajit-$(MAJVER).$(MINVER) - --INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit-$(VERSION) -+INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit - INSTALL_JITLIB= $(INSTALL_LJLIBD)/jit - INSTALL_LMODD= $(INSTALL_SHARE)/lua - INSTALL_LMOD= $(INSTALL_LMODD)/$(ABIVER) -@@ -43,7 +43,7 @@ - INSTALL_MAN= $(INSTALL_SHARE)/man/man1 - INSTALL_PKGCONFIG= $(INSTALL_LIB)/pkgconfig - --INSTALL_TNAME= luajit-$(VERSION) -+INSTALL_TNAME= $(INSTALL_TSYMNAME) - INSTALL_TSYMNAME= luajit - INSTALL_ANAME= libluajit-$(ABIVER).a - INSTALL_SONAME= libluajit-$(ABIVER).so.$(MAJVER).$(MINVER).$(RELVER) diff --git a/community/luajit/PKGBUILD b/community/luajit/PKGBUILD index d523e7815..2f0c2b350 100644 --- a/community/luajit/PKGBUILD +++ b/community/luajit/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 81293 2012-12-16 11:27:38Z bpiotrowski $ +# $Id: PKGBUILD 84574 2013-02-20 04:52:41Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Chris Brannon <chris@the-brannons.com> # Contributor: Paulo Matias <matiasΘarchlinux-br·org> # Contributor: Anders Bergh <anders1@gmail.com> pkgname=luajit -pkgver=2.0.0 -pkgrel=3 -pkgdesc='Just-in-time compiler and replacement for Lua 5.1' +pkgver=2.0.1 +pkgrel=1 +pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1' arch=('i686' 'x86_64') url='http://luajit.org/' license=('MIT') depends=('gcc-libs') source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz) -md5sums=('97a2b87cc0490784f54b64cfb3b8f5ad') +sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0') build() { cd $srcdir/LuaJIT-$pkgver diff --git a/community/menu-cache/PKGBUILD b/community/menu-cache/PKGBUILD index bf77c8e12..4b5a67698 100644 --- a/community/menu-cache/PKGBUILD +++ b/community/menu-cache/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 80045 2012-11-15 18:59:35Z bpiotrowski $ +# $Id: PKGBUILD 84578 2013-02-20 05:00:21Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=menu-cache -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc='Caching mechanism for freedesktop.org compliant menus' arch=('i686' 'x86_64') @@ -14,16 +14,12 @@ groups=('lxde') depends=('intltool' 'glib2') options=('!libtool') makedepends=('pkgconfig') -source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz - menu-cache-gen.h) -md5sums=('c63029a6c65e370ed5d9409f30265950' - '4edc9545b9640ee7698324d3f9683dc7') +source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz) +sha256sums=('4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e') build() { cd $srcdir/$pkgname-$pkgver - install -m644 $srcdir/menu-cache-gen.h menu-cache-gen/ - ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/menu-cache \ --disable-static diff --git a/community/menu-cache/menu-cache-gen.h b/community/menu-cache/menu-cache-gen.h deleted file mode 100644 index 7d9be4207..000000000 --- a/community/menu-cache/menu-cache-gen.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __MENU_CACHE_GEN_H__ -#define __MENU_CACHE_GEN_H__ 1 -G_BEGIN_DECLS - -guint32 menu_cache_get_de_flag (const char* de_name); - -G_END_DECLS -#endif
\ No newline at end of file diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD index ac10554d1..59fccde73 100644 --- a/community/mksh/PKGBUILD +++ b/community/mksh/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 84238 2013-02-14 15:04:13Z ttoepper $ +# $Id: PKGBUILD 84607 2013-02-20 15:15:25Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Daniel Hommel <dhommel@gmail.com> pkgname=mksh -pkgver=R42 +pkgver=R43 pkgrel=1 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh' url='https://www.mirbsd.org/mksh.htm' @@ -13,7 +13,7 @@ install=mksh.install source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz" 'https://www.mirbsd.org/TaC-mksh.txt') depends=('gcc-libs') -md5sums=('f1ad261f79f6ac45e8d5cc5bea191090' +md5sums=('d57433d86d860b351ee0572800038fe9' '2ab409def9e4726f4835077f68c8c28b') build() { diff --git a/community/mplayer2/PKGBUILD b/community/mplayer2/PKGBUILD index f76002d37..04ae93478 100644 --- a/community/mplayer2/PKGBUILD +++ b/community/mplayer2/PKGBUILD @@ -1,29 +1,29 @@ -# $Id: PKGBUILD 84357 2013-02-16 22:50:35Z ioni $ +# $Id: PKGBUILD 84620 2013-02-20 18:43:47Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Martin Panter <vadmium+aur@gmail.com> # Contributor: Stéphane Gaudreault <stephane@archlinux.org> pkgname=mplayer2 -pkgver=20121128 -pkgrel=3 +pkgver=20130126 +pkgrel=1 pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer project' arch=('i686' 'x86_64') license=('GPL') url="http://www.mplayer2.org/" install=$pkgname.install -depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 'ffmpeg' 'fontconfig' - 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray' 'libcaca' 'libcdio-paranoia' 'libdca' 'libdvdcss' - 'libdvdnav' 'libdvdread' 'libgl' 'libjpeg' 'libmad' 'libpulse' 'libquvi' 'libtheora' 'libvdpau' - 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 'lirc-utils' 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu') +depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 'ffmpeg' + 'fontconfig' 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray' + 'libcaca' 'libcdio-paranoia' 'libdca' 'libdvdcss' 'libdvdnav' 'libdvdread' + 'libgl' 'libjpeg' 'libmad' 'libpulse' 'libquvi' 'libtheora' 'libvdpau' + 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 'lirc-utils' + 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu') makedepends=('mesa' 'unzip' 'yasm' 'python' 'python-docutils') backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf') provides=('mplayer') conflicts=('mplayer') options=(!emptydirs) -source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz - cdio-api-fixes.patch) -md5sums=('696adb2503b2202fe39de6c98b573cd6' - '5ff5fa9d0fd50239ed3a1756b31e6a9d') +source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz) +sha256sums=('53faf18a1bedb76e980255410b56e59ea4cd5f69984832fc5e942e15dc89622b') build() { cd $srcdir/$pkgname-$pkgver @@ -31,8 +31,6 @@ build() { sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop find -type f -exec sed -e 's/python3/python/' -i {} \; - patch -Np1 -i $srcdir/cdio-api-fixes.patch - ./configure --prefix=/usr --confdir=/etc/mplayer \ --enable-translation --language=all \ --enable-runtime-cpudetection \ diff --git a/community/mplayer2/cdio-api-fixes.patch b/community/mplayer2/cdio-api-fixes.patch deleted file mode 100644 index eeb9f0589..000000000 --- a/community/mplayer2/cdio-api-fixes.patch +++ /dev/null @@ -1,50 +0,0 @@ -diff -upr mplayer2-20121128.orig/stream/stream_cdda.c mplayer2-20121128/stream/stream_cdda.c ---- mplayer2-20121128.orig/stream/stream_cdda.c 2013-01-10 19:37:31.000000000 +0200 -+++ mplayer2-20121128/stream/stream_cdda.c 2013-01-10 20:23:25.000000000 +0200 -@@ -17,8 +17,8 @@ - */ - - #include "config.h" --#include <cdio/cdda.h> --#include <cdio/paranoia.h> -+#include <cdio/paranoia/cdda.h> -+#include <cdio/paranoia/paranoia.h> - #include <cdio/cdio.h> - - #include <stdio.h> -@@ -116,25 +116,25 @@ const m_option_t cdda_opts[] = { - }; - - static const char *cdtext_name[] = { -- [CDTEXT_ARRANGER] = "Arranger", -- [CDTEXT_COMPOSER] = "Composer", -- [CDTEXT_MESSAGE] = "Message", -- [CDTEXT_ISRC] = "ISRC", -- [CDTEXT_PERFORMER] = "Performer", -- [CDTEXT_SONGWRITER] = "Songwriter", -- [CDTEXT_TITLE] = "Title", -- [CDTEXT_UPC_EAN] = "UPC_EAN", -+ [CDTEXT_FIELD_ARRANGER] = "Arranger", -+ [CDTEXT_FIELD_COMPOSER] = "Composer", -+ [CDTEXT_FIELD_MESSAGE] = "Message", -+ [CDTEXT_FIELD_ISRC] = "ISRC", -+ [CDTEXT_FIELD_PERFORMER] = "Performer", -+ [CDTEXT_FIELD_SONGWRITER] = "Songwriter", -+ [CDTEXT_FIELD_TITLE] = "Title", -+ [CDTEXT_FIELD_UPC_EAN] = "UPC_EAN", - }; - - static bool print_cdtext(stream_t *s, int track) - { - cdda_priv* p = (cdda_priv*)s->priv; -- cdtext_t *text = cdio_get_cdtext(p->cd->p_cdio, track); -+ cdtext_t *text = cdio_get_cdtext(p->cd->p_cdio); - if (text) { - mp_msg(MSGT_SEEK, MSGL_INFO, "CD-Text (%s):\n", track ? "track" : "CD"); - for (int i = 0; i < sizeof(cdtext_name) / sizeof(cdtext_name[0]); i++) { - const char *name = cdtext_name[i]; -- const char *value = cdtext_get_const(i, text); -+ const char *value = cdtext_get_const(text, i, track); - if (name && value) - mp_msg(MSGT_SEEK, MSGL_INFO, " %s: '%s'\n", name, value); - } |