diff options
-rw-r--r-- | community/cgminer/PKGBUILD | 8 | ||||
-rw-r--r-- | community/distcc/PKGBUILD | 10 | ||||
-rw-r--r-- | community/distcc/distccd.conf.d | 3 | ||||
-rw-r--r-- | community/distcc/distccd.service | 4 | ||||
-rw-r--r-- | community/leptonica/PKGBUILD | 6 | ||||
-rw-r--r-- | community/pgadmin3/PKGBUILD | 6 | ||||
-rw-r--r-- | community/rtl-sdr/PKGBUILD | 6 | ||||
-rw-r--r-- | community/zeromq/PKGBUILD | 11 | ||||
-rw-r--r-- | core/gnupg/PKGBUILD | 16 | ||||
-rw-r--r-- | core/gnupg/protect-tool-env.patch | 28 | ||||
-rw-r--r-- | extra/at-spi2-core/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/audacious/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/fltk/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/gedit/PKGBUILD | 7 | ||||
-rw-r--r-- | extra/gmime/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/libcanberra/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/libwebp/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/mkvtoolnix/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/totem/PKGBUILD | 13 | ||||
-rw-r--r-- | extra/webkitgtk/PKGBUILD | 8 |
20 files changed, 105 insertions, 69 deletions
diff --git a/community/cgminer/PKGBUILD b/community/cgminer/PKGBUILD index ab0cceaad..e6dbde9c8 100644 --- a/community/cgminer/PKGBUILD +++ b/community/cgminer/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 80924 2012-12-07 01:06:40Z fyan $ +# $Id: PKGBUILD 81029 2012-12-10 12:02:49Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: monson <holymonson@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: David Manouchehri <david@davidmanouchehri.com> pkgname=cgminer -pkgver=2.9.7 +pkgver=2.10.0 _build= pkgrel=1 pkgdesc="Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from cpuminer." @@ -34,7 +34,7 @@ build() { # Here you may want to use custom CFLAGS #export CFLAGS="-O2 -march=native -mtune=native -msse2" - ./configure --prefix=/usr --enable-cpumining + ./configure --prefix=/usr --enable-cpumining --disable-adl make } @@ -50,7 +50,7 @@ package() { sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf } -md5sums=('76fad4ce6b5d7e22e04067ba48032dcc' +md5sums=('93437f0a26a409d9c06f7361befe9d0f' 'fe4a243fabe24608f5c05e40f0f118f6' 'ee39698273671fee0e98d4af16014c36' 'c2bb974adf92cc234fbf0136ebcb355d') diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD index f0c84f1a4..367110407 100644 --- a/community/distcc/PKGBUILD +++ b/community/distcc/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 75874 2012-09-04 15:27:48Z spupykin $ +# $Id: PKGBUILD 81014 2012-12-10 10:16:44Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Judd Vinet <jvinet@zeroflux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=distcc pkgver=3.1 -pkgrel=8 +pkgrel=9 pkgdesc="A distributed C, C++, Obj C compiler" arch=('i686' 'x86_64') url="http://code.google.com/p/distcc/" license=('GPL') depends=('gcc' 'popt' 'avahi') -makedepends=('gtk2' 'pkgconfig' 'python2') +makedepends=('gtk2' 'pkgconfig' 'python2' 'dbus') optdepends=('gtk2: for distccmon-gnome' 'python2') backup=(etc/conf.d/distccd) @@ -21,8 +21,8 @@ source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 distccd.service) md5sums=('a1a9d3853df7133669fffec2a9aab9f3' '1c918474372c09304772c20c4de484fa' - '89aaf6e9072092e283465a14e83f0f94' - 'bb24748257d9b0739e18b494cae08633') + '239aae53250e3e35288cba566bc0bbf1' + '09f0688da9c1840e518d2593bd5c3830') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/distcc/distccd.conf.d b/community/distcc/distccd.conf.d index 8f90cb503..2fe7a4cc6 100644 --- a/community/distcc/distccd.conf.d +++ b/community/distcc/distccd.conf.d @@ -4,5 +4,4 @@ # You must explicitly add IPs (or subnets) that are allowed to connect, # using the --allow switch. See the distccd manpage for more info. # -DISTCC_ARGS="--user nobody --allow 127.0.0.1" - +DISTCC_ARGS="--allow 127.0.0.1" diff --git a/community/distcc/distccd.service b/community/distcc/distccd.service index 5c3444ff6..0b72fecc3 100644 --- a/community/distcc/distccd.service +++ b/community/distcc/distccd.service @@ -1,10 +1,12 @@ [Unit] Description=A distributed C/C++ compiler Documentation=man:distccd(1) +After=network.target [Service] +User=nobody EnvironmentFile=/etc/conf.d/distccd -ExecStart=/usr/bin/distccd --daemon --no-detach $DISTCC_ARGS +ExecStart=/usr/bin/distccd --no-detach --daemon $DISTCC_ARGS [Install] WantedBy=multi-user.target diff --git a/community/leptonica/PKGBUILD b/community/leptonica/PKGBUILD index 8b6b3dfd5..779130797 100644 --- a/community/leptonica/PKGBUILD +++ b/community/leptonica/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 75457 2012-08-24 20:30:51Z arodseth $ +# $Id: PKGBUILD 81033 2012-12-10 15:15:51Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Christoph Drexler <chrdr at gmx dot at> pkgname=leptonica pkgver=1.69 -pkgrel=4 +pkgrel=5 pkgdesc="Software that is broadly useful for image processing and image analysis applications" arch=('i686' 'x86_64') url="http://www.leptonica.com/" license=('custom') options=(!libtool) -depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp=0.2.0') +depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp=0.2.1') source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz) md5sums=('d4085c302cbcab7f9af9d3d6f004ab22') diff --git a/community/pgadmin3/PKGBUILD b/community/pgadmin3/PKGBUILD index e9d827e59..cdb46c450 100644 --- a/community/pgadmin3/PKGBUILD +++ b/community/pgadmin3/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 76420 2012-09-17 16:09:17Z spupykin $ +# $Id: PKGBUILD 81020 2012-12-10 10:17:38Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org> # Contributor: Benjamin Andresen <benny@klapmuetz.org> # Contributor: bekks <eduard.warkentin@gmx.de> pkgname=pgadmin3 -pkgver=1.16.0 +pkgver=1.16.1 pkgrel=1 pkgdesc="Comprehensive design and management interface for PostgreSQL" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ license=('custom') depends=('wxgtk' 'postgresql-libs' 'libxslt') makedepends=('libpqxx' 'krb5' 'postgresql' 'gendesk' 'imagemagick') source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz) -md5sums=('30ba5470a625176995a21099a9ae3058') +md5sums=('f3bc59630f0dc9600d4ad125097ce2fa') build() { cd "$srcdir" diff --git a/community/rtl-sdr/PKGBUILD b/community/rtl-sdr/PKGBUILD index e3f275021..2cd445945 100644 --- a/community/rtl-sdr/PKGBUILD +++ b/community/rtl-sdr/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 79669 2012-11-11 00:11:08Z kkeen $ +# $Id: PKGBUILD 81041 2012-12-10 21:47:51Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Michael Düll <mail@akurei.me> pkgname=rtl-sdr -pkgver=20121111 -_commit="58a53039db2fdbeedc661bccd35476dfa23ff6cf" +pkgver=20121210 +_commit="562fd7e8e3200fa876312e58427b3c9a7575d3fa" pkgrel=1 pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software defined radio (SDR)." arch=('i686' 'x86_64') diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD index 0131fe0a4..6f3f66b54 100644 --- a/community/zeromq/PKGBUILD +++ b/community/zeromq/PKGBUILD @@ -1,16 +1,18 @@ -# $Id: PKGBUILD 80560 2012-11-25 15:27:50Z kkeen $ +# $Id: PKGBUILD 81045 2012-12-11 02:47:01Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> pkgname=zeromq pkgver=3.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ." arch=('i686' 'x86_64') url="http://www.zeromq.org" license=('LGPL') depends=('gcc-libs' 'util-linux') makedepends=('python2') -source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz) -md5sums=('df68431d9300da84a1a5f9a2784e33de') +source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz + https://raw.github.com/zeromq/cppzmq/master/zmq.hpp) +md5sums=('df68431d9300da84a1a5f9a2784e33de' + '80b674e98fcc4b4f23ef8b08ce4b051d') build() { cd "$srcdir/$pkgname-$pkgver" @@ -22,6 +24,7 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install + install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp" } diff --git a/core/gnupg/PKGBUILD b/core/gnupg/PKGBUILD index cfc51b06a..24b478db1 100644 --- a/core/gnupg/PKGBUILD +++ b/core/gnupg/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 156582 2012-04-21 09:42:46Z bisson $ +# $Id: PKGBUILD 173102 2012-12-11 00:42:05Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> @@ -6,20 +6,21 @@ pkgname=gnupg pkgver=2.0.19 -pkgrel=2 +pkgrel=3 pkgdesc='Complete and free implementation of the OpenPGP standard' url='http://www.gnupg.org/' license=('GPL') arch=('i686' 'x86_64') optdepends=('curl: gpg2keys_curl' 'libldap: gpg2keys_ldap' - 'libusb-compat: scdaemon' - 'texinfo: documentation') -makedepends=('curl' 'libldap' 'libusb-compat' 'texinfo') + 'libusb-compat: scdaemon') +makedepends=('curl' 'libldap' 'libusb-compat') depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 'dirmngr') -source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}) +source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig} + 'protect-tool-env.patch') sha1sums=('190c09e6688f688fb0a5cf884d01e240d957ac1f' - 'f6e6830610a8629b0aad69d789373bf8ca481733') + 'f6e6830610a8629b0aad69d789373bf8ca481733' + '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db') install=install @@ -29,6 +30,7 @@ replaces=('gnupg2') build() { cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i ../protect-tool-env.patch # FS#31900 ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg make } diff --git a/core/gnupg/protect-tool-env.patch b/core/gnupg/protect-tool-env.patch new file mode 100644 index 000000000..132791fdd --- /dev/null +++ b/core/gnupg/protect-tool-env.patch @@ -0,0 +1,28 @@ +diff -Naur old/agent/protect-tool.c new/agent/protect-tool.c +--- old/agent/protect-tool.c 2012-12-08 13:53:17.067611957 +1100 ++++ new/agent/protect-tool.c 2012-12-08 13:53:28.247633012 +1100 +@@ -102,6 +102,7 @@ + static int opt_status_msg; + static const char *opt_p12_charset; + static const char *opt_agent_program; ++static session_env_t opt_session_env; + + static char *get_passphrase (int promptno); + static void release_passphrase (char *pw); +@@ -1040,6 +1041,7 @@ + + opt_homedir = default_homedir (); + ++ opt_session_env = session_env_new (); + + pargs.argc = &argc; + pargs.argv = &argv; +@@ -1091,7 +1093,7 @@ + opt.verbose, + opt_homedir, + opt_agent_program, +- NULL, NULL, NULL); ++ NULL, NULL, opt_session_env); + + if (opt_prompt) + opt_prompt = percent_plus_unescape (opt_prompt, 0); diff --git a/extra/at-spi2-core/PKGBUILD b/extra/at-spi2-core/PKGBUILD index a9166abc6..61e23ebaf 100644 --- a/extra/at-spi2-core/PKGBUILD +++ b/extra/at-spi2-core/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 170878 2012-11-12 21:33:49Z heftig $ +# $Id: PKGBUILD 173097 2012-12-10 22:25:55Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=at-spi2-core -pkgver=2.6.2 +pkgver=2.6.3 pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('dbus-core' 'glib2' 'libxtst') makedepends=('intltool' 'gobject-introspection') options=('!libtool') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0d5321ce9fdd7d036b072ef28cba14088394606e1687183ec5d0ae6adea8c87e') +sha256sums=('fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea') build() { cd $pkgname-$pkgver diff --git a/extra/audacious/PKGBUILD b/extra/audacious/PKGBUILD index d660f6d86..b490b91b7 100644 --- a/extra/audacious/PKGBUILD +++ b/extra/audacious/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 166973 2012-09-23 22:56:56Z bisson $ +# $Id: PKGBUILD 173106 2012-12-11 04:42:07Z bisson $ +# Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> -# Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=audacious -pkgver=3.3.2 +pkgver=3.3.3 pkgrel=1 pkgdesc='Lightweight, advanced audio player focused on audio quality' url='http://audacious-media-player.org/' @@ -14,7 +14,7 @@ depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins' 'hicolor-icon-theme' 'desktop-file-utils') optdepends=('unzip: zipped skins support') source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('bab3bcb267b8b333570c85cae9590470fe509eb9') +sha1sums=('f0f954a6c08dbe840df70f24a1ac82cdecc58c66') provides=('audacious-player') replaces=('audacious-player') diff --git a/extra/fltk/PKGBUILD b/extra/fltk/PKGBUILD index f704e76f4..74f9fb45f 100644 --- a/extra/fltk/PKGBUILD +++ b/extra/fltk/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 170534 2012-11-07 23:38:03Z eric $ +# $Id: PKGBUILD 173104 2012-12-11 02:30:13Z eric $ # Maintainer: pkgbase=fltk pkgname=('fltk' 'fltk-docs' 'fltk-games') -pkgver=1.3.1 +pkgver=1.3.2 pkgrel=1 arch=('i686' 'x86_64') license=('custom:LGPL') url="http://www.fltk.org/" -makedepends=('mesa' 'doxygen' 'libjpeg' 'libpng' 'libxft' 'libxinerama' \ +makedepends=('mesa' 'glu' 'doxygen' 'libjpeg' 'libpng' 'libxft' 'libxinerama' \ 'alsa-lib' 'desktop-file-utils') source=(http://ftp.easysw.com/pub/$pkgbase/$pkgver/$pkgbase-$pkgver-source.tar.gz) -md5sums=('b5b84ed63751ab3f76aa8d36cccf59e7') +md5sums=('9f7e707d4fb7a5a76f0f9b73ff70623d') build() { cd "$srcdir/$pkgbase-$pkgver" diff --git a/extra/gedit/PKGBUILD b/extra/gedit/PKGBUILD index 3ba84e22f..1d623fbb8 100644 --- a/extra/gedit/PKGBUILD +++ b/extra/gedit/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 170911 2012-11-12 22:46:39Z heftig $ +# $Id: PKGBUILD 173080 2012-12-10 11:56:21Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gedit pkgver=3.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="A text editor for GNOME" arch=('i686' 'x86_64') license=('GPL') depends=('gtksourceview3' 'gsettings-desktop-schemas' 'libpeas' 'enchant' 'iso-codes' 'libsm' 'desktop-file-utils' 'python2-gobject' 'dconf') -makedepends=('yelp-tools' 'intltool') +makedepends=('yelp-tools' 'intltool' 'libzeitgeist') +optdepends=('libzeitgeist: Zeitgeist plugin') groups=('gnome-extra') options=('!libtool' '!emptydirs') url="http://www.gnome.org" diff --git a/extra/gmime/PKGBUILD b/extra/gmime/PKGBUILD index 6af819a3f..0384bba2c 100644 --- a/extra/gmime/PKGBUILD +++ b/extra/gmime/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 170151 2012-11-03 17:55:00Z heftig $ +# $Id: PKGBUILD 173089 2012-12-10 21:30:33Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Ben <ben@benmazer.net> pkgname=gmime -pkgver=2.6.12 +pkgver=2.6.13 pkgrel=1 pkgdesc="Core mime parsing library" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('glib2' 'gpgme' 'zlib') makedepends=('gtk-sharp-2') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('85ccdf29bc8c4801123e28c27d1afadf0b2c5618aae17e6ec78d40d03ef431a8') +sha256sums=('42a47a7f9508db3e1cfbb374a23260e75d7fc7696f488a26aa59f5e2d8dac154') build() { # get rid of that .wapi errors in fakeroot diff --git a/extra/libcanberra/PKGBUILD b/extra/libcanberra/PKGBUILD index d78abcbba..a4985784e 100644 --- a/extra/libcanberra/PKGBUILD +++ b/extra/libcanberra/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 170401 2012-11-07 07:11:35Z heftig $ +# $Id: PKGBUILD 173082 2012-12-10 12:00:17Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=libcanberra pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer) pkgver=0.30 -pkgrel=2 +pkgrel=3 pkgdesc="A small and lightweight implementation of the XDG Sound Theme Specification" arch=(i686 x86_64) license=(LGPL) -depends=(libvorbis libltdl alsa-lib tdb) +depends=(libvorbis libltdl alsa-lib tdb sound-theme-freedesktop) makedepends=(gtk-doc libpulse gstreamer gtk2 gtk3) options=(!emptydirs) url=http://0pointer.de/lennart/projects/libcanberra diff --git a/extra/libwebp/PKGBUILD b/extra/libwebp/PKGBUILD index 8028b0de5..788b645d7 100644 --- a/extra/libwebp/PKGBUILD +++ b/extra/libwebp/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 167975 2012-10-04 13:31:03Z heftig $ +# $Id: PKGBUILD 173085 2012-12-10 13:18:07Z heftig $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jon Nordby <jononor@gmail.com> pkgname=libwebp -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="WebP library and conversion tools" arch=('x86_64' 'i686') -url="http://code.google.com/intl/en/speed/webp/" +url="https://developers.google.com/speed/webp/" license=('BSD') depends=('libpng' 'libjpeg') options=('!libtool') source=("http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz") -sha256sums=('aa7d5e162826362c79d7c36d41484042ab7460dc08dc33d4ea6823a0c77d4bfb') +sha256sums=('894e08b8b0043cf007cc1ca893f33d73784565a6e64b0e7aefb201a687392314') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/extra/mkvtoolnix/PKGBUILD b/extra/mkvtoolnix/PKGBUILD index 00ed440db..36984ec51 100644 --- a/extra/mkvtoolnix/PKGBUILD +++ b/extra/mkvtoolnix/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 165891 2012-09-03 05:48:23Z giovanni $ +# $Id: PKGBUILD 173087 2012-12-10 17:45:41Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: xduugu <xduugu@gmx.com> pkgbase=mkvtoolnix pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk') -pkgver=5.8.0 +pkgver=5.9.0 pkgrel=1 arch=('i686' 'x86_64') license=('GPL') @@ -12,7 +12,7 @@ url="http://www.bunkus.org/videotools/mkvtoolnix/index.html" makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk' 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby') source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2") -md5sums=('8caa3d37d2442a525bad35dbb1babc56') +md5sums=('033621461ef8eb922fc1366e0a9a6f16') build() { cd "${srcdir}/${pkgbase}-${pkgver}" diff --git a/extra/totem/PKGBUILD b/extra/totem/PKGBUILD index 019b4c5d6..12ab179be 100644 --- a/extra/totem/PKGBUILD +++ b/extra/totem/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 170538 2012-11-08 11:31:05Z heftig $ +# $Id: PKGBUILD 173078 2012-12-10 11:38:58Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgbase=totem pkgname=('totem' 'totem-plugin') pkgver=3.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME3 movie player based on GStreamer" url="http://www.gnome.org" arch=(i686 x86_64) license=(GPL2 custom) depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils iso-codes libpeas hicolor-icon-theme gnome-icon-theme-symbolic gsettings-desktop-schemas dconf clutter-gst - clutter-gtk mx python2-gobject gst-plugins-bad) -makedepends=(intltool gnome-doc-utils nautilus lirc-utils vala grilo pylint) + clutter-gtk python2-gobject gst-plugins-bad) +makedepends=(intltool gnome-doc-utils nautilus lirc-utils vala grilo pylint dbus-glib libzeitgeist) options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz browser-plugins.ini) @@ -39,7 +39,8 @@ package_totem() { 'gst-ffmpeg: Extra media codecs' 'lirc-utils: Infrared Remote Control plugin' 'grilo-plugins: Browse sidebar (remote media)' - 'pyxdg: opensubtitles plugin') + 'pyxdg: opensubtitles plugin' + 'libzeitgeist: Zeitgeist plugin') cd "$pkgbase-$pkgver" make DESTDIR="${pkgdir}" install @@ -55,7 +56,7 @@ package_totem() { package_totem-plugin() { pkgdesc="Totem plugin for web browsers" - depends=("totem=$pkgver") + depends=("totem=$pkgver" dbus-glib) backup=(etc/totem/browser-plugins.ini) cd "$pkgbase-$pkgver" diff --git a/extra/webkitgtk/PKGBUILD b/extra/webkitgtk/PKGBUILD index 2ff95de6d..e8243d0b6 100644 --- a/extra/webkitgtk/PKGBUILD +++ b/extra/webkitgtk/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 171521 2012-11-18 10:28:10Z andyrtr $ +# $Id: PKGBUILD 173076 2012-12-10 11:26:50Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgbase=webkitgtk pkgname=('webkitgtk2' 'webkitgtk3') -pkgver=1.10.1 -pkgrel=3 +pkgver=1.10.2 +pkgrel=1 arch=('i686' 'x86_64') url="http://webkitgtk.org/" license=('custom') makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gstreamer0.10-base' 'gperf' 'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc') options=('!libtool' '!emptydirs') source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz) -sha1sums=('3a2df2eb42ffdd7f3b39873d5461c347a6330493') +sha256sums=('19234f8e4edfaefe91ed06471a2aa8c71d26dd55d33787eede1dcfc9a3a96d9c') build() { cd "$srcdir/webkitgtk-$pkgver" |