summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/dspam/PKGBUILD4
-rw-r--r--community/dspam/dspam.install2
-rw-r--r--community/lazarus/PKGBUILD8
-rw-r--r--community/mlt/PKGBUILD5
-rw-r--r--community/qtcreator/PKGBUILD8
-rw-r--r--community/redis/PKGBUILD6
-rw-r--r--community/winff/PKGBUILD29
-rw-r--r--extra/glamor-egl/PKGBUILD40
-rw-r--r--extra/imagemagick/PKGBUILD8
-rw-r--r--extra/oxygen-gtk2/PKGBUILD6
-rw-r--r--extra/oxygen-gtk3/PKGBUILD6
-rw-r--r--extra/qt5/PKGBUILD37
-rw-r--r--libre/cups-filters-libre/PKGBUILD15
-rw-r--r--pcr/idjc/PKGBUILD26
-rw-r--r--pcr/youtube-dl-current/PKGBUILD4
15 files changed, 109 insertions, 95 deletions
diff --git a/community/dspam/PKGBUILD b/community/dspam/PKGBUILD
index c2d05d2df..3a45cd4bd 100644
--- a/community/dspam/PKGBUILD
+++ b/community/dspam/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 96419 2013-08-28 10:29:27Z spupykin $
+# $Id: PKGBUILD 96455 2013-08-29 15:08:36Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=dspam
pkgver=3.10.2
-pkgrel=6
+pkgrel=7
pkgdesc="A scalable, open-source statistical anti-spam filter"
arch=('i686' 'x86_64')
url="http://dspam.nuclearelephant.com/"
diff --git a/community/dspam/dspam.install b/community/dspam/dspam.install
index aaa3c91d5..0cdd54772 100644
--- a/community/dspam/dspam.install
+++ b/community/dspam/dspam.install
@@ -6,6 +6,7 @@ post_install() {
&& echo "done."
passwd -l dspam &>/dev/null
chown root:dspam usr/bin/dspam{,c}
+ chown -R root:dspam etc/dspam
chmod g+rs usr/bin/dspam{,c}
systemd-tmpfiles --create dspam.conf
@@ -32,6 +33,7 @@ EOF
post_upgrade() {
chown root:dspam usr/bin/dspam{,c}
+ chown -R root:dspam etc/dspam
chmod g+s usr/bin/dspamc
systemd-tmpfiles --create dspam.conf
}
diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD
index cf23fcf60..b6798a3e6 100644
--- a/community/lazarus/PKGBUILD
+++ b/community/lazarus/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 92718 2013-06-13 12:56:35Z spupykin $
+# $Id: PKGBUILD 96456 2013-08-29 15:09:01Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jens Adam (byte/jra) <j_adam@web.de>
# Contributor: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
pkgbase=lazarus
pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.0.10
+pkgver=1.0.12
_pkgsubver=0
pkgrel=1
url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:LGPL')
+license=('GPL2' 'MPL' 'custom:modifiedLGPL')
arch=('i686' 'x86_64')
makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
options=('!emptydirs' '!makeflags')
source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz"
'lazcontrols2.diff')
-md5sums=('60d3b297079ca4151f690245295a8708'
+md5sums=('daeb68f09e9ec9939f91c992f52305d5'
'288bca6ad5ade79deec34c3602daaaa9')
build() {
diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD
index 47abd671d..5962f270b 100644
--- a/community/mlt/PKGBUILD
+++ b/community/mlt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 94893 2013-08-01 06:55:10Z bpiotrowski $
+# $Id: PKGBUILD 96457 2013-08-29 15:10:58Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Fabian Schoelzel <myfirstname.mylastname@googlemail.com>
# Contributor: funkyou <spamopfer@nickname.berlin.de>
@@ -8,7 +8,7 @@
pkgbase=mlt
pkgname=('mlt' 'mlt-python-bindings')
pkgver=0.9.0
-pkgrel=3
+pkgrel=4
pkgdesc="An open source multimedia framework"
arch=('i686' 'x86_64')
url="http://www.mltframework.org"
@@ -26,7 +26,6 @@ build() {
msg "SSE2=$SSE2"
./configure --prefix=/usr --disable-gtk2 \
- --avformat-vdpau \
--avformat-swscale \
--enable-gpl --enable-gpl3
make
diff --git a/community/qtcreator/PKGBUILD b/community/qtcreator/PKGBUILD
index 12ec966bd..b9bda96e3 100644
--- a/community/qtcreator/PKGBUILD
+++ b/community/qtcreator/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 93892 2013-07-11 20:07:23Z svenstaro $
+# $Id: PKGBUILD 96448 2013-08-29 04:44:01Z svenstaro $
# Maintainer: Imanol Celaya <ornitorrincos@archlinux-es.org>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com>
@@ -7,8 +7,8 @@
# Contributor: delor <bartekpiech gmail com>
pkgname=qtcreator
-pkgver=2.8.0
-_pkgver=2.8.0
+pkgver=2.8.1
+_pkgver=2.8.1
pkgrel=1
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@ optdepends=('qt5-doc: for the integrated Qt documentation'
install=qtcreator.install
source=("http://download.qt-project.org/official_releases/qtcreator/2.8/${pkgver}/qt-creator-${pkgver}-src.tar.gz"
'qtcreator.desktop')
-md5sums=('5aacdad4491b7dda9758a81384d8da79'
+md5sums=('79ef6c6ece0c00035ef744c9d6e3bd3b'
'82888d4be900e7833d768050a135cd37')
build() {
diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD
index a529996b7..ce1944df0 100644
--- a/community/redis/PKGBUILD
+++ b/community/redis/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 96235 2013-08-22 08:59:22Z spupykin $
+# $Id: PKGBUILD 96458 2013-08-29 15:11:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>
# Contributor: nofxx <x@<nick>.com>
pkgname=redis
-pkgver=2.6.15
+pkgver=2.6.16
pkgrel=1
pkgdesc="Advanced key-value store"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ source=("http://download.redis.io/releases/redis-$pkgver.tar.gz"
"redis.service"
"redis.logrotate"
"redis.tmpfiles.d")
-md5sums=('cff9cce74f29f70694ec21b1c4f134a6'
+md5sums=('ca1b81bd56fe0c5e2c8ec443a95c908d'
'5320aa6d0f31aadc1d6202ca40425aea'
'9e2d75b7a9dc421122d673fe520ef17f'
'dd9ab8022b4d963b2e5899170dfff490')
diff --git a/community/winff/PKGBUILD b/community/winff/PKGBUILD
index 4ac9e154a..efbf80827 100644
--- a/community/winff/PKGBUILD
+++ b/community/winff/PKGBUILD
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD 95219 2013-08-06 20:32:53Z arodseth $
+# $Id: PKGBUILD 96460 2013-08-29 16:47:40Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: yugrotavele <yugrotavele at archlinux dot us>
# Contributor: Paolo Stivanin <admin AT polslinux DOT it>
pkgname=winff
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc='GUI for ffmpeg'
url='http://code.google.com/p/winff/'
license=('GPL3')
arch=('x86_64' 'i686')
depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
-makedepends=('lazarus' 'lazarus-gtk2' 'gendesk')
+makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar')
install='winff.install'
-source=("http://winff.googlecode.com/files/winff-$pkgver-source.tar.gz")
-sha256sums=('9d0c46c4245633ed4754fcc0dc104c850daeeefb032a9c5690eda63e84cd367b')
+source=("https://$pkgname.googlecode.com/files/WinFF-$pkgver-source.tar.gz")
+noextract=("WinFF-$pkgver-source.tar.gz")
+sha256sums=('9ee1c68173263dad8d07df2bd62e830d73e6546a0fa86b35de9be8b4c363434c')
prepare() {
gendesk -n \
@@ -22,6 +23,12 @@ prepare() {
--pkgdesc "$pkgdesc" \
--genericname 'Video converter' \
--categories 'AudioVideo;AudioVideoEditing;GTK'
+
+ # The file provided by upstream is an "exploding tarball" where the files
+ # are not extracted in a directory. Also everything is set as executable. m)
+ mkdir -p "$pkgname"
+ cd "$pkgname"
+ tar zxf "../WinFF-$pkgver-source.tar.gz"
}
build() {
@@ -31,22 +38,24 @@ build() {
}
package() {
- install -Dm755 "$srcdir/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
- install -dm755 "$pkgdir/usr/share/winff/"
+ cd "$pkgname"
+
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -d "$pkgdir/usr/share/winff/"
find . -name "*.xml" \
-exec install -Dm644 {} "$pkgdir/usr/share/winff/" \; &> /dev/null
install -Dm644 "$srcdir/winff.desktop" \
"$pkgdir/usr/share/applications/winff.desktop"
- install -Dm644 "$srcdir/$pkgname/winff-icons/48x48/winff.png" \
+ install -Dm644 'winff-icons/48x48/winff.png' \
"$pkgdir/usr/share/pixmaps/winff.png"
for size in 16x16 24x24 32x32 48x48; do
- install -Dm644 "$srcdir/$pkgname/winff-icons/$size/winff.png" \
+ install -Dm644 "winff-icons/$size/winff.png" \
"$pkgdir/usr/share/icons/hicolor/$size/apps/winff.png"
done
install -dm755 "$pkgdir/usr/share/winff/languages/"
find . -name "*.po" \
-exec install -Dm644 {} "$pkgdir/usr/share/winff/languages/" \; &> /dev/null
- rm -f "$srcdir/$pkgname/presets.xml"
+ rm -f 'presets.xml'
}
# vim:set ts=2 sw=2 et:
diff --git a/extra/glamor-egl/PKGBUILD b/extra/glamor-egl/PKGBUILD
index bc7954587..0565d6c3f 100644
--- a/extra/glamor-egl/PKGBUILD
+++ b/extra/glamor-egl/PKGBUILD
@@ -3,61 +3,37 @@
# Contributor: Eugeni Dodonov <eugeni@dodonov.net>
pkgname=glamor-egl
-pkgver=0.5.0
-pkgrel=4
-pkgdesc='OpenGL based 2D rendering acceleration library '
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='OpenGL based 2D rendering acceleration library'
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('mesa-libgl')
makedepends=('xorg-server-devel')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
- glamor_utils.h glamor_priv.h glapi.h
- compat-api.h compiler.h glamor_debug.h glamor_gl_dispatch.h glamor_glext.h
- git-fixes.patch)
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
conflicts=('glamor-git')
options=('!libtool')
-sha256sums=('5dc8679ccb3e42bf431b6316c7907b9df2db89745d523e04721f34aee6c84991'
- 'fb7db610451d8bb0baaabe3ac618794f535924ac08f62159b08a82ac90a1ed4a'
- '6ad1b6349325be84aa9fe6f0b3224128f11bcf00a91a7080e40cd7b58a83137c'
- '5c148a18607f94fcdfebe2838aa77d190cb913e05579a9676c2520219a5e2a6a'
- '1a5c1059a3757047de064ccd952ab637b73e7e2d55cbccd6dafc60b57aaed1d0'
- 'f883c329e7ec94afafa646b866eaab8a5616761b5ffe2b2837c75d403917944a'
- 'fc3d937f2cb996586d3a9cc7427050d04d2d19d3f745055cc9d3556428a7cf93'
- 'a7fac65474af636995d0181dbf7f8f091d8657260162eb172ae816b75ad98b54'
- 'dcf38a7ac303c1636a3b1b7810dcb6ee65ba7e81b6e590840e164ce0e28010dc'
- 'c56e677456fb8555b009b1d3b95e939b5a38f37c2a345fff48f2b723e44045e9')
+sha256sums=('f42805b68e2bddc90cb5d9d3811e4f2176659c5686f295865839b20b7be7f359')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- # add missing headers - tarball creation buggy
- cp $srcdir/*.h src/
-
- patch -Np1 -i ${srcdir}/git-fixes.patch
-
- autoreconf -vfi
-
./configure --prefix=/usr \
--disable-static \
--enable-glx-tls \
#--with-xorg-conf-dir=/etc/X11/xorg.conf.d
-
#--help
#--enable-glamor-gles2 \ https://bugs.archlinux.org/task/34284
+
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
make "DESTDIR=${pkgdir}" install
+
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
- # hack for lib loading with recent Xorg-servers, see FS#34236 and
- # http://lists.x.org/archives/xorg-devel/2013-March/035719.html
-
- # add glamor library path to ld.so.conf.d
-# install -d ${pkgdir}/etc/ld.so.conf.d
-# echo "/usr/lib/xorg/modules" > ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
}
diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD
index e132635fa..3fd9a4ac2 100644
--- a/extra/imagemagick/PKGBUILD
+++ b/extra/imagemagick/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 192475 2013-08-12 20:25:42Z eric $
+# $Id: PKGBUILD 193716 2013-08-29 06:22:01Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgbase=imagemagick
pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.6.8
+pkgver=6.8.6.9
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@@ -14,7 +14,7 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
perlmagick.rpath.patch)
-sha1sums=('fe298492c6be08eb887d02b75efeb609fa6c4d61'
+sha1sums=('c1e8b19f6afc19751c7c777688f0005d36917f9e'
'e143cf9d530fabf3b58023899b5cc544ba93daec')
prepare() {
@@ -37,7 +37,7 @@ build() {
check() {
cd ImageMagick-${pkgver%.*}-${pkgver##*.}
- make check
+ # make check
}
package_imagemagick() {
diff --git a/extra/oxygen-gtk2/PKGBUILD b/extra/oxygen-gtk2/PKGBUILD
index 11cb23c57..022d70ac6 100644
--- a/extra/oxygen-gtk2/PKGBUILD
+++ b/extra/oxygen-gtk2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 186908 2013-05-31 18:38:20Z andrea $
+# $Id: PKGBUILD 193727 2013-08-29 13:10:55Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: birdflesh <antkoul at gmail dot com>
pkgname=oxygen-gtk2
-pkgver=1.3.4
+pkgver=1.4.0
pkgrel=1
pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK2"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ conflicts=('oxygen-gtk')
replaces=('oxygen-gtk')
makedepends=('cmake')
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('10a78d31de95168eae861d9c5b4be9ed')
+md5sums=('ccc9e468a5ea04159ca2040ee3f434e1')
build() {
mkdir build
diff --git a/extra/oxygen-gtk3/PKGBUILD b/extra/oxygen-gtk3/PKGBUILD
index b5d305d83..f54288ca1 100644
--- a/extra/oxygen-gtk3/PKGBUILD
+++ b/extra/oxygen-gtk3/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 186910 2013-05-31 18:41:51Z andrea $
+# $Id: PKGBUILD 193729 2013-08-29 13:11:38Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=oxygen-gtk3
-pkgver=1.1.4
+pkgver=1.2.0
pkgrel=1
pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK3"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('gtk3')
makedepends=('cmake')
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('6c6db0188d3780173af1994f34db8a71')
+md5sums=('c89352459fa41bd35e64072e6bc89593')
build() {
mkdir build
diff --git a/extra/qt5/PKGBUILD b/extra/qt5/PKGBUILD
index 703664ac4..7203c3784 100644
--- a/extra/qt5/PKGBUILD
+++ b/extra/qt5/PKGBUILD
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD 193689 2013-08-28 00:06:10Z eric $
+# $Id: PKGBUILD 193725 2013-08-29 13:10:15Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgbase=qt5
pkgname=('qt5-base'
'qt5-declarative'
+ 'qt5-doc'
'qt5-graphicaleffects'
'qt5-imageformats'
'qt5-jsbackend'
@@ -19,8 +20,8 @@ pkgname=('qt5-base'
'qt5-webkit'
'qt5-x11extras'
'qt5-xmlpatterns')
-pkgver=5.1.0
-pkgrel=2
+pkgver=5.1.1
+pkgrel=1
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -37,7 +38,7 @@ source=("http://download.qt-project.org/official_releases/qt/5.1/${pkgver}/singl
'assistant.desktop' 'designer.desktop' 'linguist.desktop' 'qdbusviewer.desktop'
'use-python2.patch'
'bison3.patch')
-md5sums=('44a507beebef73eb364b5a2ec7bbe090'
+md5sums=('697b7b8768ef8895e168366ab6b44760'
'b2897dd6a2967bccf8f10e397aafee55'
'9638a78e502719ef8fe5f8d10d0361a9'
'188da8f4c87316e730ebf1c6217bf5a0'
@@ -67,7 +68,8 @@ build() {
cd ${_pkgfqn}
export QTDIR="${srcdir}"/${_pkgfqn}
- export LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
+ export LD_LIBRARY_PATH="${QTDIR}"/qtbase/lib:"${QTDIR}"/qttools/lib:"${LD_LIBRARY_PATH}"
+ export QT_PLUGIN_PATH="${QTDIR}"/qtbase/plugins
PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
-prefix /usr \
@@ -81,15 +83,22 @@ build() {
-plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
-system-sqlite \
-openssl-linked \
- -nomake docs \
-nomake examples \
- -nomake tests \
-no-rpath \
-optimized-qmake \
-dbus-linked \
-reduce-relocations
make
+
+ # Fix paths
+ find "${QTDIR}" -name Makefile -exec sed -i "s|/usr/lib/qt/bin/qdoc|${QTDIR}/qtbase/bin/qdoc|g" {} +
+ find "${QTDIR}" -name Makefile.qmake-docs -exec sed -i "s|/usr/lib/qt/bin/qdoc|${QTDIR}/qtbase/bin/qdoc|g" {} +
+ find "${QTDIR}" -name Makefile -exec sed -i "s|/usr/lib/qt/bin/qhelpgenerator|${QTDIR}/qttools/bin/qhelpgenerator|g" {} +
+ find "${QTDIR}" -name Makefile.qmake-docs -exec sed -i "s|/usr/lib/qt/bin/qhelpgenerator|${QTDIR}/qttools/bin/qhelpgenerator|g" {} +
+ sed -i "s|/usr/lib/qt/bin/qhelpgenerator|${QTDIR}/qttools/bin/qhelpgenerator|g" qtwebkit/Source/Makefile.api
+
+ make docs
}
package_qt5-base() {
@@ -144,6 +153,20 @@ package_qt5-declarative() {
done
}
+package_qt5-doc() {
+ pkgdesc='A cross-platform application and UI framework (Documentation)'
+ depends=('qt5-base')
+# arch=('any')
+ conflicts=('qt-doc')
+ replaces=('qt-doc')
+ provides=('qt-doc')
+ options=('docs')
+ groups=()
+
+ cd ${_pkgfqn}
+ make INSTALL_ROOT="${pkgdir}" install_docs
+}
+
package_qt5-jsbackend() {
pkgdesc='A cross-platform application and UI framework (QtV8)'
depends=('qt5-base')
diff --git a/libre/cups-filters-libre/PKGBUILD b/libre/cups-filters-libre/PKGBUILD
index 3a7f50e3a..bd51a4838 100644
--- a/libre/cups-filters-libre/PKGBUILD
+++ b/libre/cups-filters-libre/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 192539 2013-08-13 18:20:20Z andyrtr $
+# $Id: PKGBUILD 193721 2013-08-29 11:50:04Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=cups-filters-libre
_pkgname=cups-filters
-pkgver=1.0.36
+pkgver=1.0.37
pkgrel=1
pkgdesc="OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation"
arch=('i686' 'x86_64')
@@ -17,10 +17,8 @@ optdepends=('ghostscript: for non-PostScript printers to print with CUPS to conv
backup=(etc/fonts/conf.d/99pdftoopvp.conf
etc/cups/cups-browsed.conf)
options=(!libtool)
-source=(http://www.openprinting.org/download/cups-filters/$_pkgname-$pkgver.tar.gz
- cups-browsed.service)
-md5sums=('c48a991ac408583d33e1d1e84881c470'
- '9ef68d7c2a84713fd421f4e87dec0a6e')
+source=(http://www.openprinting.org/download/cups-filters/$_pkgname-$pkgver.tar.gz)
+md5sums=('42d2dd9745d4d5d626c7b871155cb430')
replaces=("${_pkgname}")
conflicts=("${_pkgname}")
provides=("${_pkgname}=${pkgver}")
@@ -49,6 +47,7 @@ package() {
# drop static lib
rm -f ${pkgdir}/usr/lib/*.a
- # add missing systemd support
- install -Dm644 ${srcdir}/cups-browsed.service ${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+ # add upstream systemd support file
+ install -Dm644 utils/cups-browsed.service ${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+ sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" ${pkgdir}/usr/lib/systemd/system/cups-browsed.service
}
diff --git a/pcr/idjc/PKGBUILD b/pcr/idjc/PKGBUILD
index 0de01f4e3..6834d64a6 100644
--- a/pcr/idjc/PKGBUILD
+++ b/pcr/idjc/PKGBUILD
@@ -1,35 +1,41 @@
+# Maintainer: M0Rf30
# Contributor: Tobias Luther <tobias [at] tonstrom [dot] de>
# Contributor: GraveDigger
# Contributor: Gaetan Bisson <bisson@archlinux.org>
pkgname=idjc
-pkgver=0.8.8
-pkgrel=1
+pkgver=0.8.9
+pkgrel=2
pkgdesc='Powerful yet easy-to-use source-client for individuals interested in streaming live radio shows over the Internet'
url='http://idjc.sourceforge.net/'
license=('GPL2')
arch=('i686' 'x86_64')
-#depends=('python2' 'jack' 'pygtk' 'lame' 'mutagen' 'flac' 'faad2' 'libsamplerate' 'vorbis-tools' 'libsndfile' 'ffmpeg' 'libmad' 'speex' 'dbus-python' 'imagemagick' 'twolame' 'libshout-idjc-git' 'mpg123')
-depends=('desktop-file-utils' 'python2' 'dbus-python' 'mutagen' 'jack' 'pygtk' 'vorbis-tools' 'libsndfile' 'libsamplerate' 'glib2' 'lame' 'libmad' 'ffmpeg' 'flac' 'speex' 'libshout-idjc')
+depends=('desktop-file-utils' 'python2' 'dbus-python' 'mutagen' 'jack' 'pygtk' 'vorbis-tools' 'libsndfile' 'libsamplerate' 'glib2' 'lame' 'libmad' 'ffmpeg-compat' 'flac' 'speex' 'libshout-idjc')
optdepends=('patchage' 'qjackctl')
makedepends=('pkgconfig')
install=${pkgname}.install
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a14ce4cc8c789fce55c7b98081743a4a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr PYTHON="/usr/bin/python2" --disable-libav
-
- make PYTHON="/usr/bin/python2"
-
+ export PYTHON=/usr/bin/python2
+ PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --disable-static
+# --disable-libav
+
+ make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" PYTHON="/usr/bin/python2" install
+ make DESTDIR="${pkgdir}" install
sed -i 's|#! /usr/bin/python22.7|#! /usr/bin/python2|' ${pkgdir}/usr/bin/idjc
}
+
+md5sums=('99abfe98f13170ab6b1ed17a8f1632e1')
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD
index a4c1c4674..63723fd6f 100644
--- a/pcr/youtube-dl-current/PKGBUILD
+++ b/pcr/youtube-dl-current/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=youtube-dl-current
_pkgname=youtube-dl
provides=(youtube-dl)
-pkgver=2013.08.28.1
+pkgver=2013.08.29
pkgrel=1
pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites"
arch=('any')
@@ -14,7 +14,7 @@ license=('custom')
depends=('python')
makedepends=('python-distribute')
source=(http://youtube-dl.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('c57a46fe394e5c9cd9484f59f9ae029f'
+md5sums=('2d55357fe9799f71d2122b4de7224440'
'SKIP')
prepare() {