summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-29 03:37:35 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-29 03:37:35 +0000
commitce34930a04e783323d0a92208729b9e5fa1994c5 (patch)
treeb1a647e06eb26544065c462a1b567150a4fc573e
parent65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (diff)
Sun Dec 29 03:35:02 UTC 2013
-rw-r--r--community/aria2/PKGBUILD11
-rw-r--r--community/cinnamon-desktop/PKGBUILD4
-rw-r--r--community/codeblocks/PKGBUILD16
-rw-r--r--community/deadbeef/PKGBUILD12
-rw-r--r--community/deadbeef/deadbeef-0.5.1-ffmpeg-AV_VERSION_INT.patch118
-rw-r--r--community/deadbeef/deadbeef-0.5.1-ffmpeg-version-check-fix.patch25
-rw-r--r--community/doublecmd/PKGBUILD10
-rw-r--r--community/kphotoalbum/PKGBUILD4
-rw-r--r--community/libcec/PKGBUILD22
-rw-r--r--community/libfaketime/PKGBUILD16
-rw-r--r--community/mpv/PKGBUILD6
-rw-r--r--community/ocaml-findlib/PKGBUILD6
-rw-r--r--community/redshift/165_164.diff55
-rw-r--r--community/redshift/PKGBUILD18
-rw-r--r--community/scite/PKGBUILD10
-rw-r--r--community/tor/PKGBUILD13
-rw-r--r--community/tor/tor.service1
-rw-r--r--community/upx/PKGBUILD4
-rw-r--r--extra/ardour/PKGBUILD6
-rw-r--r--extra/ardour/ardour.install17
-rw-r--r--extra/gsl/PKGBUILD8
-rw-r--r--extra/libqmi/PKGBUILD10
-rw-r--r--extra/modemmanager/PKGBUILD4
23 files changed, 80 insertions, 316 deletions
diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD
index 23dd2dd75..0de12e8a4 100644
--- a/community/aria2/PKGBUILD
+++ b/community/aria2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 99071 2013-10-24 08:15:38Z bpiotrowski $
+# $Id: PKGBUILD 103183 2013-12-28 20:42:34Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Angel Velasquez <angvp@archlinux.org>
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=aria2
-pkgver=1.18.1
+pkgver=1.18.2
pkgrel=1
pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ url='http://aria2.sourceforge.net/'
license=('GPL')
depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
-sha256sums=('14179cec7d476204faa52c4220fd8332a1036edd2c16fa3a9a29fd5d8b763968')
+source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz)
+sha256sums=('b4c99eea9e11d265ed90ab685571f7328a20f5c5a438da93ecdba0959170f460')
build() {
cd $pkgname-$pkgver
@@ -34,10 +34,9 @@ check() {
package() {
cd $pkgname-$pkgver
-
make DESTDIR="$pkgdir" install
- # add bash completion (aria2 automatically installs to a temporary target directory)
+ # add bash completion
install -d "$pkgdir"/usr/share/bash-completion/completions
install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
"$pkgdir"/usr/share/bash-completion/completions
diff --git a/community/cinnamon-desktop/PKGBUILD b/community/cinnamon-desktop/PKGBUILD
index eb3ca73d2..a7f25a2ea 100644
--- a/community/cinnamon-desktop/PKGBUILD
+++ b/community/cinnamon-desktop/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jan@archlinux.org>
pkgname=cinnamon-desktop
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc="Library with common API for various Cinnamon modules"
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ makedepends=(intltool gobject-introspection gnome-common)
url="https://github.com/linuxmint/cinnamon-desktop"
install=cinnamon-desktop.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz")
-sha256sums=('bd9c50df70432d2e37a7c11728dcdf264af235b261b3f378eade61dc4ef101c3')
+sha256sums=('039a789fc8fca52cf1ceaeec8b7ad9ccc122ea38990186cabea814118e8ddcb3')
build() {
cd $pkgname-$pkgver
diff --git a/community/codeblocks/PKGBUILD b/community/codeblocks/PKGBUILD
index 96d3f2d06..773b8ee10 100644
--- a/community/codeblocks/PKGBUILD
+++ b/community/codeblocks/PKGBUILD
@@ -1,32 +1,30 @@
-# $Id: PKGBUILD 99714 2013-10-30 23:12:02Z allan $
+# $Id: PKGBUILD 103157 2013-12-28 06:25:03Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Robert Hollencamp <rhollencamp@gmail.com>
# Contributor: Daniel J Griffiths <griffithsdj@inbox.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=codeblocks
-pkgver=12.11
-pkgrel=4
+pkgver=13.12
+pkgrel=1
pkgdesc='Open source and cross-platform C/C++ IDE'
arch=('i686' 'x86_64')
url='http://www.codeblocks.org'
license=('GPL3')
depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk')
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk' 'libsm')
makedepends=('boost' 'zip')
install=codeblocks.install
source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz)
-md5sums=('4fa8980a8c578b8b5589fceb9b0890d6')
+md5sums=('4b450f620d9f1875ecf6882ab3c11402')
build() {
- cd $pkgname-${pkgver}release*
-
- LDFLAGS+=' -lX11'
+ cd $pkgname-$pkgver
./configure --prefix=/usr --with-contrib-plugins=all
make
}
package() {
- cd $pkgname-${pkgver}release*
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD
index 7fc5a06b5..c96de2116 100644
--- a/community/deadbeef/PKGBUILD
+++ b/community/deadbeef/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 99725 2013-10-30 23:19:58Z allan $
+# $Id: PKGBUILD 103173 2013-12-28 18:20:21Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Alexey Yakovenko <waker@users.sourceforge.net>
pkgname=deadbeef
-pkgver=0.5.6
-pkgrel=2
-pkgdesc='An audio player for GNU/Linux based on GTK2.'
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='A GTK+ audio player for GNU/Linux.'
arch=('i686' 'x86_64')
url='http://deadbeef.sourceforge.net'
license=('GPL2')
@@ -31,12 +31,12 @@ optdepends=('libsamplerate: for Resampler plugin'
'libzip: for vfs_zip plugin')
install='deadbeef.install'
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('26b6036ca7e59c88267d3de4f42c4d01')
+md5sums=('f1bbb1a0164ed7bcba9c0c8cd1dddcb5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-ffmpeg --enable-gtk3
+ ./configure --prefix=/usr --enable-gtk3
make
}
diff --git a/community/deadbeef/deadbeef-0.5.1-ffmpeg-AV_VERSION_INT.patch b/community/deadbeef/deadbeef-0.5.1-ffmpeg-AV_VERSION_INT.patch
deleted file mode 100644
index db1c79638..000000000
--- a/community/deadbeef/deadbeef-0.5.1-ffmpeg-AV_VERSION_INT.patch
+++ /dev/null
@@ -1,118 +0,0 @@
-From 2bb5828e58fa8c187377f8ba75f8eb73a53ed7ca Mon Sep 17 00:00:00 2001
-From: Igor Murzov <e-mail@date.by>
-Date: Mon, 4 Jul 2011 16:47:25 +0400
-Subject: [PATCH 1/2] ffmpeg: define fallback macro AV_VERSION_INT()
-
-For ffmpeg < 0.5. Copied from libavutil 0.5.
-
-ffmpeg: don't use deprecated CODEC_TYPE_AUDIO with new lavc
-
-fixes build with lavc 53.
-
-ffmpeg: fix erroneous version comparisons
-
-Comparing versions this way: (x.y < x1.y1) is obviously equivalent to
-(x < x1 || (x == x1 && y < y1)), not to (x <= x1 && y < y1).
-
-ffmpeg: use av_register_protocol2() if available
-
-fixes usage with ffmpeg-0.8
----
- plugins/ffmpeg/ffmpeg.c | 37 ++++++++++++++++++++++++++++++-------
- 1 files changed, 30 insertions(+), 7 deletions(-)
-
-diff --git a/plugins/ffmpeg/ffmpeg.c b/plugins/ffmpeg/ffmpeg.c
-index cd7edf4..0cb9955 100644
---- a/plugins/ffmpeg/ffmpeg.c
-+++ b/plugins/ffmpeg/ffmpeg.c
-@@ -44,6 +44,10 @@
- #define av_register_protocol register_protocol
- #endif
-
-+#ifndef AV_VERSION_INT
-+#define AV_VERSION_INT(a, b, c) (a<<16 | b<<8 | c)
-+#endif
-+
- #endif
-
- //#define trace(...) { fprintf(stderr, __VA_ARGS__); }
-@@ -140,7 +144,12 @@ ffmpeg_init (DB_fileinfo_t *_info, DB_playItem_t *it) {
- for (i = 0; i < info->fctx->nb_streams; i++)
- {
- info->ctx = info->fctx->streams[i]->codec;
-- if (info->ctx->codec_type == CODEC_TYPE_AUDIO)
-+ if (info->ctx->codec_type ==
-+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(52, 64, 0)
-+ AVMEDIA_TYPE_AUDIO)
-+#else
-+ CODEC_TYPE_AUDIO)
-+#endif
- {
- info->codec = avcodec_find_decoder (info->ctx->codec_id);
- if (info->codec != NULL) {
-@@ -279,10 +288,10 @@ ffmpeg_read (DB_fileinfo_t *_info, char *bytes, int size) {
- int out_size = AVCODEC_MAX_AUDIO_FRAME_SIZE;
- int len;
- //trace ("in: out_size=%d(%d), size=%d\n", out_size, AVCODEC_MAX_AUDIO_FRAME_SIZE, size);
--#if (LIBAVCODEC_VERSION_MAJOR <= 52) && (LIBAVCODEC_VERSION_MINOR <= 25)
-- len = avcodec_decode_audio2 (info->ctx, (int16_t *)info->buffer, &out_size, info->pkt.data, info->pkt.size);
--#else
-+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(52,25,0)
- len = avcodec_decode_audio3 (info->ctx, (int16_t *)info->buffer, &out_size, &info->pkt);
-+#else
-+ len = avcodec_decode_audio2 (info->ctx, (int16_t *)info->buffer, &out_size, info->pkt.data, info->pkt.size);
- #endif
- trace ("out: out_size=%d, len=%d\n", out_size, len);
- if (len <= 0) {
-@@ -418,7 +427,7 @@ static const char *map[] = {
-
- static int
- ffmpeg_read_metadata_internal (DB_playItem_t *it, AVFormatContext *fctx) {
--#if LIBAVFORMAT_VERSION_MAJOR <= 52 && LIBAVFORMAT_VERSION_MINOR < 43
-+#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(52,43,0)
- if (!strlen (fctx->title)) {
- // title is empty, this call will set track title to filename without extension
- deadbeef->pl_add_meta (it, "title", NULL);
-@@ -490,7 +499,12 @@ ffmpeg_insert (ddb_playlist_t *plt, DB_playItem_t *after, const char *fname) {
- for (i = 0; i < fctx->nb_streams; i++)
- {
- ctx = fctx->streams[i]->codec;
-- if (ctx->codec_type == CODEC_TYPE_AUDIO)
-+ if (ctx->codec_type ==
-+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(52, 64, 0)
-+ AVMEDIA_TYPE_AUDIO)
-+#else
-+ CODEC_TYPE_AUDIO)
-+#endif
- {
- codec = avcodec_find_decoder(ctx->codec_id);
- if (codec != NULL && !strcasecmp (codec->name, "alac")) { // only open alac streams
-@@ -704,7 +718,11 @@ ffmpeg_start (void) {
- ffmpeg_init_exts ();
- avcodec_init ();
- av_register_all ();
-+#if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(52, 64, 0)
-+ av_register_protocol2 (&vfswrapper, sizeof(vfswrapper));
-+#else
- av_register_protocol (&vfswrapper);
-+#endif
- return 0;
- }
-
-@@ -745,7 +763,12 @@ ffmpeg_read_metadata (DB_playItem_t *it) {
- for (i = 0; i < fctx->nb_streams; i++)
- {
- ctx = fctx->streams[i]->codec;
-- if (ctx->codec_type == CODEC_TYPE_AUDIO)
-+ if (ctx->codec_type ==
-+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(52, 64, 0)
-+ AVMEDIA_TYPE_AUDIO)
-+#else
-+ CODEC_TYPE_AUDIO)
-+#endif
- {
- codec = avcodec_find_decoder(ctx->codec_id);
- if (codec != NULL)
---
-1.7.8.4
-
diff --git a/community/deadbeef/deadbeef-0.5.1-ffmpeg-version-check-fix.patch b/community/deadbeef/deadbeef-0.5.1-ffmpeg-version-check-fix.patch
deleted file mode 100644
index af8c282c0..000000000
--- a/community/deadbeef/deadbeef-0.5.1-ffmpeg-version-check-fix.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 9cbd09b81028679a507f751c206e8f6769fd450c Mon Sep 17 00:00:00 2001
-From: Igor Murzov <e-mail@date.by>
-Date: Thu, 7 Jul 2011 22:31:44 +0400
-Subject: [PATCH 2/2] ffmpeg: version check fix
-
----
- plugins/ffmpeg/ffmpeg.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/plugins/ffmpeg/ffmpeg.c b/plugins/ffmpeg/ffmpeg.c
-index 0cb9955..37c7e80 100644
---- a/plugins/ffmpeg/ffmpeg.c
-+++ b/plugins/ffmpeg/ffmpeg.c
-@@ -718,7 +718,7 @@ ffmpeg_start (void) {
- ffmpeg_init_exts ();
- avcodec_init ();
- av_register_all ();
--#if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(52, 64, 0)
-+#if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(52, 69, 0)
- av_register_protocol2 (&vfswrapper, sizeof(vfswrapper));
- #else
- av_register_protocol (&vfswrapper);
---
-1.7.8.4
-
diff --git a/community/doublecmd/PKGBUILD b/community/doublecmd/PKGBUILD
index bad27de08..0e3ced5cc 100644
--- a/community/doublecmd/PKGBUILD
+++ b/community/doublecmd/PKGBUILD
@@ -1,13 +1,13 @@
# vim:set ft=sh:
-# $Id: PKGBUILD 99033 2013-10-22 19:21:49Z idevolder $
+# $Id: PKGBUILD 103165 2013-12-28 11:02:28Z idevolder $
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
# Contributor: (sirocco AT ngs.ru)
pkgbase=doublecmd
pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.5.7
+pkgver=0.5.8
_helpver=0.5.5
-pkgrel=2
+pkgrel=1
url="http://doublecmd.sourceforge.net/"
arch=('i686' 'x86_64')
license=('GPL')
@@ -23,8 +23,6 @@ source=(
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz"
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz"
)
-sha256sums=('8e2059f986fff26da5d7b98af95be64b12c5cef6b50fe3cacd9a2805947aa343'
- '5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf')
build() {
cp -a $pkgbase-$pkgver $pkgbase-gtk
@@ -72,3 +70,5 @@ package_doublecmd-qt() {
cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
}
+sha256sums=('bfa85693b6cc06b7fd28ec8bd443ad9fb9d79d27a541e4f4d54bb9da2fb052ea'
+ '5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf')
diff --git a/community/kphotoalbum/PKGBUILD b/community/kphotoalbum/PKGBUILD
index c312c9f6c..86a681050 100644
--- a/community/kphotoalbum/PKGBUILD
+++ b/community/kphotoalbum/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 96005 2013-08-19 10:06:38Z andrea $
+# $Id: PKGBUILD 103167 2013-12-28 11:16:04Z lcarlier $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com>
@@ -7,7 +7,7 @@
pkgname=kphotoalbum
pkgver=4.4
-pkgrel=2
+pkgrel=3
pkgdesc="KDE Photo Album, picture collection manager"
url="http://www.kphotoalbum.org/"
arch=('i686' 'x86_64')
diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD
index 4593354f1..09810d7fe 100644
--- a/community/libcec/PKGBUILD
+++ b/community/libcec/PKGBUILD
@@ -1,33 +1,27 @@
-# $Id: PKGBUILD 99035 2013-10-22 19:26:05Z idevolder $
+# $Id: PKGBUILD 103164 2013-12-28 11:02:04Z idevolder $
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
# Contributor: Philippe Cherel <philippe.cherel@mayenne.org>
# vim: ft=sh:
pkgname=libcec
-pkgver=2.1.3
-pkgrel=3
+pkgver=2.1.4
+pkgrel=1
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
arch=('i686' 'x86_64')
-url="https://github.com/Pulse-Eight/libcec"
+url="http://libcec.pulse-eight.com/"
license=('GPL')
depends=('udev' 'lockdev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver")
-_srcfolder=Pulse-Eight-libcec-54be21e
-sha256sums=('2aa88451b528184b02077ee8c6cd10e2f89121a6a05b1b35b4b792b03108a9d1')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
build() {
- mv "$_srcfolder" "$pkgname-$pkgver"
-
- cd "$pkgname-$pkgver"
- export CFLAGS="$CFLAGS -fPIC"
- export CXXFLAGS="$CXXFLAGS -fPIC"
- export LDFLAGS="$LDFLAGS -fPIC"
+ cd "$pkgname-$pkgname-$pkgver"
autoreconf -vif
./configure --prefix=/usr
make
}
package() {
- cd "$pkgname-$pkgver"
+ cd "$pkgname-$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
+sha256sums=('79bef5232a5c9ab987ca3a2d4bfcaeb80480fd26f502dc1a996fe845d90fe147')
diff --git a/community/libfaketime/PKGBUILD b/community/libfaketime/PKGBUILD
index 447f4b364..9bca2a8fa 100644
--- a/community/libfaketime/PKGBUILD
+++ b/community/libfaketime/PKGBUILD
@@ -1,28 +1,20 @@
-# $Id: PKGBUILD 62627 2012-01-22 21:34:26Z lfleischer $
+# $Id: PKGBUILD 103175 2013-12-28 18:39:16Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Dan Serban
# Contributor: Ross Melin <rdmelin@gmail.com>
pkgname=libfaketime
-pkgver=0.9.1
+pkgver=0.9.5
pkgrel=1
pkgdesc='Report fake dates and times to programs without having to change the system-wide time.'
arch=('i686' 'x86_64')
url='http://www.code-wizards.com/projects/libfaketime/'
license=('GPL2')
-source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- 'libfaketime-0.9.1-fix-as-needed.patch'
- 'libfaketime-0.9.1-fix-README-NEWS.patch')
-md5sums=('ce3f996dfd5826b4ac62f1a7cc36ea27'
- '90873e4df35283463ef54b159c318686'
- 'b1b641a8e2298aa1646982e3bde96117')
+source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('89b5c71e6c6a93b1c6feba374ac37719')
build() {
cd "${pkgname}-${pkgver}"
-
- patch -p1 -i ../libfaketime-0.9.1-fix-as-needed.patch
- patch -p1 -i ../libfaketime-0.9.1-fix-README-NEWS.patch
-
make
}
diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD
index 1c1b87aa8..a6683683b 100644
--- a/community/mpv/PKGBUILD
+++ b/community/mpv/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 102925 2013-12-24 08:38:45Z bpiotrowski $
+# $Id: PKGBUILD 103161 2013-12-28 10:21:00Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Eivind Uggedal <eivind@uggedal.com>
pkgname=mpv
pkgver=0.2.4
-pkgrel=3
+pkgrel=4
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
license=('GPL')
@@ -15,7 +15,7 @@ depends=(
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua'
)
makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
+options=('!emptydirs' '!buildflags')
install=mpv.install
source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
md5sums=('465e99ed24478f3a2afe5ae1c4fdd7f4')
diff --git a/community/ocaml-findlib/PKGBUILD b/community/ocaml-findlib/PKGBUILD
index a78465650..1b5280d34 100644
--- a/community/ocaml-findlib/PKGBUILD
+++ b/community/ocaml-findlib/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: scj <scj archlinux us>
pkgname=ocaml-findlib
-pkgver=1.3.3
-pkgrel=2
+pkgver=1.4
+pkgrel=1
license=('MIT')
arch=('i686' 'x86_64')
pkgdesc='Objective Caml (OCaml) package manager'
@@ -14,7 +14,7 @@ url='http://projects.camlcity.org/projects/findlib.html'
depends=('ocaml')
source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
options=('!strip' 'zipman') # otherwise the bytecode gets broken
-md5sums=('a4c22ad5e0d38367a73cf58a25fcbebd')
+md5sums=('5d1f8238c53964fdd14387b87b48b5d9')
build() {
cd "$srcdir/findlib-$pkgver"
diff --git a/community/redshift/165_164.diff b/community/redshift/165_164.diff
deleted file mode 100644
index 663b5663b..000000000
--- a/community/redshift/165_164.diff
+++ /dev/null
@@ -1,55 +0,0 @@
-=== modified file 'src/location-geoclue.c'
---- src/location-geoclue.c 2011-03-27 22:14:58 +0000
-+++ src/location-geoclue.c 2011-07-12 20:30:30 +0000
-@@ -50,14 +50,20 @@
- int
- location_geoclue_start(location_geoclue_state_t *state)
- {
-- GeoclueMaster *master = NULL;
-- GeoclueMasterClient *client = NULL;
-- GError *error = NULL;
-- gchar *name = NULL;
-+ if (state->provider && state->provider_path) {
-+ state->position = geoclue_position_new(state->provider,
-+ state->provider_path);
-+ } else {
-+ GeoclueMaster *master = geoclue_master_get_default();
-+ GeoclueMasterClient *client = geoclue_master_create_client(master,
-+ NULL, NULL);
-+ GError *error = NULL;
-
-- if (!(state->provider && state->provider_path)) {
-- master = geoclue_master_get_default();
-- client = geoclue_master_create_client(master, NULL, NULL);
-+ if (client == NULL) {
-+ g_printerr(_("Unable to obtain master client.\n"));
-+ g_object_unref(master);
-+ return -1;
-+ }
-
- if (!geoclue_master_client_set_requirements(client,
- GEOCLUE_ACCURACY_LEVEL_REGION,
-@@ -68,15 +74,18 @@
- error->message);
- g_error_free(error);
- g_object_unref(client);
-+ g_object_unref(master);
-
- return -1;
- }
-
- state->position = geoclue_master_client_create_position(client, NULL);
-- } else {
-- state->position = geoclue_position_new(state->provider,
-- state->provider_path);
-- }
-+
-+ g_object_unref(client);
-+ g_object_unref(master);
-+ }
-+
-+ gchar *name = NULL;
-
- if (geoclue_provider_get_provider_info(GEOCLUE_PROVIDER(state->position),
- &name, NULL, NULL)) {
-
diff --git a/community/redshift/PKGBUILD b/community/redshift/PKGBUILD
index 1826118d3..d75a6c2c2 100644
--- a/community/redshift/PKGBUILD
+++ b/community/redshift/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 95564 2013-08-14 09:35:51Z lfleischer $
+# $Id: PKGBUILD 103169 2013-12-28 17:00:30Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Geoffrey Teale <tealeg@stop-squark>
# Contributor: Mark, Huo Mian <markhuomian[at]gmail[dot]com>
# Contributor: Biginoz <biginoz a free dot fr>
pkgname=redshift
-pkgver=1.7
-pkgrel=7
+pkgver=1.8
+pkgrel=1
pkgdesc='Adjusts the color temperature of your screen according to your surroundings.'
arch=('i686' 'x86_64')
url='http://jonls.dk/redshift/'
@@ -17,18 +17,12 @@ optdepends=('pygtk: for gtk-redshift'
'librsvg: for gtk-redshift')
makedepends=('python2')
install='redshift.install'
-source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2"
- '165_164.diff')
-md5sums=('c56512afa292b5a94b715ed4a1841d4c'
- 'eaafcdc62a47d725c256cd5473f4efa1')
+source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('a05c34bc7b8fbb4f5d546a0b5cca5d6f')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
- sed -i 's/python/python2/' src/gtk-redshift/gtk-redshift
-
- # fix GTK UI segmentation fault (fixes FS#33412)
- patch -p0 -i ../165_164.diff
+ sed -i 's/python/python2/' src/redshift-gtk/redshift-gtk
}
build() {
diff --git a/community/scite/PKGBUILD b/community/scite/PKGBUILD
index 9a29bc5e1..1e1c5cd5e 100644
--- a/community/scite/PKGBUILD
+++ b/community/scite/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 99178 2013-10-25 10:00:48Z arodseth $
+# $Id: PKGBUILD 103181 2013-12-28 19:39:48Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Corrado 'bardo' Primier <corrado.primier@mail.polimi.it>
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=3.3.6
+pkgver=3.3.7
pkgrel=1
pkgdesc='Editor with facilities for building and running programs'
arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ makedepends=('setconf')
backup=('usr/share/scite/SciTEGlobal.properties')
install="$pkgname.install"
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz")
-sha256sums=('9f3f9c9867e93af37af7a59e962aad76897c9e816c683c03e922baed6be506a5')
+sha256sums=('ad094de779572a5c1bb0f2c590acc05a8706fc2f8c8e9ba7d4d98182bb37f174')
prepare() {
if [ $?CXXBASEFLAGS == 1 ]; then
@@ -32,8 +32,8 @@ prepare() {
}
build() {
- make -C "$srcdir/scintilla/gtk"
- make -C "$srcdir/$pkgname/gtk"
+ make -C "scintilla/gtk"
+ make -C "$pkgname/gtk"
}
package() {
diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD
index f21989d87..cbc8fdc64 100644
--- a/community/tor/PKGBUILD
+++ b/community/tor/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 92386 2013-06-04 12:52:29Z lfleischer $
+# $Id: PKGBUILD 103171 2013-12-28 17:39:34Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: simo <simo@archlinux.org>
# Contributor: Sid Karunaratne
pkgname=tor
-pkgver=0.2.3.25
-pkgrel=3
+pkgver=0.2.4.20
+pkgrel=1
pkgdesc='Anonymizing overlay network.'
arch=('i686' 'x86_64')
url='http://www.torproject.org/'
license=('BSD')
-depends=('openssl' 'libevent' 'torsocks' 'bash')
+depends=('openssl' 'libevent' 'bash')
+optdepends=('torsocks: for torify')
makedepends=('ca-certificates')
backup=('etc/tor/torrc'
'etc/tor/torrc-dist'
@@ -19,10 +20,10 @@ install='tor.install'
source=("http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
'torrc'
'tor.service')
-md5sums=('a1c364189a9a66ed9daa8e6436489daf'
+md5sums=('a8cd8e3b3a3f6a7770f2c22d280f19b8'
'SKIP'
'c1dd4004c63edaeaa829e01be5413cfc'
- 'a396657e6f6df21d319ad586500c04b1')
+ '51c81cd06b75edd87aafff5a7941822c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/tor/tor.service b/community/tor/tor.service
index 264a95624..6f941afcf 100644
--- a/community/tor/tor.service
+++ b/community/tor/tor.service
@@ -6,6 +6,7 @@ After=network.target
User=tor
Type=simple
ExecStart=/usr/bin/tor -f /etc/tor/torrc
+ExecReload=/usr/bin/kill -HUP $MAINPID
KillSignal=SIGINT
LimitNOFILE=8192
diff --git a/community/upx/PKGBUILD b/community/upx/PKGBUILD
index 2bbfaf36f..712920faf 100644
--- a/community/upx/PKGBUILD
+++ b/community/upx/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=upx
-pkgver=3.09
+pkgver=3.91
pkgrel=1
pkgdesc='Ultimate executable compressor.'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('zlib')
makedepends=('ucl')
source=("http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2"
'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2')
-md5sums=('1253da46eac54a217eb73e2d44818e53'
+md5sums=('c6d0b3ea2ecb28cb8031d59a4b087a43'
'29d5ffd03a5a3e51aef6a74e9eafb759')
build() {
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD
index 875daee93..3ebf10195 100644
--- a/extra/ardour/PKGBUILD
+++ b/extra/ardour/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 199380 2013-11-11 19:52:22Z schiv $
+# $Id: PKGBUILD 202775 2013-12-27 23:05:21Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Contributor: see .contrib
pkgname=ardour
_pkgname=Ardour3
-pkgver=3.5.74
+pkgver=3.5.143
pkgrel=1
pkgdesc="Professional-grade digital audio workstation"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ optdepends=('xjadeo: video monitoring')
install=$pkgname.install
source=("ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2"
"$pkgname.desktop")
-md5sums=('ef447fa41a7351306e8a6eb42df07572'
+md5sums=('52c3b8ea3ab014002e84e377f8a15097'
'316bd21ece5e2208a104fd09cac521af')
prepare() {
diff --git a/extra/ardour/ardour.install b/extra/ardour/ardour.install
index 36da2e3ec..44eb679f1 100644
--- a/extra/ardour/ardour.install
+++ b/extra/ardour/ardour.install
@@ -19,21 +19,4 @@ post_install() {
MSG
}
-post_upgrade() {
- cat << MSG
- > Ardour now supports video timeline. To use this feature, please get
- > static builds of the required external runtime dependencies from:
-
- http://x42.github.io/harvid/
-
- > You may then install the binaries in /usr/local/bin and import a video
- > via Session > Open Video.
-
- > Due to uncertainties with regards to program stability, 'harvid' is
- > currently not packaged in our repositories.
-
- > In addition to the timeline, video can be monitored with xjadeo.
-MSG
-}
-
# vim:set ts=2 sw=2 et:
diff --git a/extra/gsl/PKGBUILD b/extra/gsl/PKGBUILD
index a13c81262..9a8b623fa 100644
--- a/extra/gsl/PKGBUILD
+++ b/extra/gsl/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 198053 2013-10-30 12:31:09Z allan $
+# $Id: PKGBUILD 202886 2013-12-28 22:44:06Z bpiotrowski $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Juergen Hoetzel <juergen.archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=gsl
-pkgver=1.15
-pkgrel=3
+pkgver=1.16
+pkgrel=1
pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers"
url="http://www.gnu.org/software/gsl/gsl.html"
source=("http://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz")
@@ -13,7 +13,7 @@ install=gsl.install
license=('GPL')
arch=('i686' 'x86_64')
depends=('glibc' 'bash')
-sha1sums=('d914f84b39a5274b0a589d9b83a66f44cd17ca8e')
+sha1sums=('210af9366485f149140973700d90dc93a4b6213e')
build() {
unset LDFLAGS
diff --git a/extra/libqmi/PKGBUILD b/extra/libqmi/PKGBUILD
index a6b1b5704..ebd5b5f84 100644
--- a/extra/libqmi/PKGBUILD
+++ b/extra/libqmi/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 198225 2013-10-30 13:34:34Z allan $
+# $Id: PKGBUILD 202885 2013-12-28 22:44:05Z bpiotrowski $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=libqmi
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
pkgdesc="QMI modem protocol helper library"
arch=(i686 x86_64)
url="http://www.freedesktop.org/wiki/Software/libqmi/"
@@ -11,12 +11,12 @@ license=(GPL2)
depends=(glib2 bash)
makedepends=(gtk-doc python)
source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('812515c36fd77c5f7eb9d52804e9666c4341e8c7dd3d932ca1e607b467831af3')
+sha256sums=('fadd8070dd6f95eb00d04058c616ade57966d8e54d894da8ddbf31e98310ee0d')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static --with-tests
+ --disable-static --with-tests --libexecdir=/usr/lib
make
}
diff --git a/extra/modemmanager/PKGBUILD b/extra/modemmanager/PKGBUILD
index bed83b87c..d4ecf45e2 100644
--- a/extra/modemmanager/PKGBUILD
+++ b/extra/modemmanager/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 198323 2013-10-30 14:10:06Z allan $
+# $Id: PKGBUILD 202884 2013-12-28 22:44:05Z bpiotrowski $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=modemmanager
_realname=ModemManager
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Mobile broadband modem management service"
arch=(i686 x86_64)
url="http://www.freedesktop.org/wiki/Software/ModemManager/"