summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/converseen/PKGBUILD8
-rw-r--r--community/ebizzy/Makefile3
-rw-r--r--community/ebizzy/PKGBUILD30
-rw-r--r--community/julia/PKGBUILD12
-rw-r--r--community/julia/sysfix.install8
-rw-r--r--community/libaacs/PKGBUILD10
-rw-r--r--community/libopenshot-audio/PKGBUILD30
-rw-r--r--community/libopenshot/PKGBUILD32
-rwxr-xr-xcommunity/lightdm/PKGBUILD9
-rwxr-xr-xcommunity/lightdm/lightdm-default-config.patch2
-rwxr-xr-xcommunity/lightdm/lightdm-userlist.patch13
-rwxr-xr-xcommunity/lightdm/lightdm.install2
-rw-r--r--community/nzbget/PKGBUILD12
-rw-r--r--community/nzbget/nzbget.changelog3
-rw-r--r--community/python-pillow/PKGBUILD7
-rw-r--r--community/unittestpp/PKGBUILD45
-rw-r--r--community/unittestpp/unittest++.pc14
-rw-r--r--community/zramctl/PKGBUILD2
18 files changed, 208 insertions, 34 deletions
diff --git a/community/converseen/PKGBUILD b/community/converseen/PKGBUILD
index 93cb55cfe..164c75a6c 100644
--- a/community/converseen/PKGBUILD
+++ b/community/converseen/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 113640 2014-06-26 17:45:37Z eric $
+# $Id: PKGBUILD 115893 2014-07-18 04:24:28Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: archtux <antonio.arias99999 at gmail.com>
pkgname=converseen
-pkgver=0.7.2
-pkgrel=3
+pkgver=0.7.3
+pkgrel=1
pkgdesc="The batch image converter and resizer"
arch=('i686' 'x86_64')
url="http://converseen.sourceforge.net/"
@@ -13,7 +13,7 @@ depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 'librsvg'
makedepends=('cmake')
install=converseen.install
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('bf64fc74758be272f7a91e9480a7175e')
+md5sums=('3bb81db9503b76725731c07eda4b5ac4')
build() {
cd "${srcdir}"
diff --git a/community/ebizzy/Makefile b/community/ebizzy/Makefile
new file mode 100644
index 000000000..bb95f3177
--- /dev/null
+++ b/community/ebizzy/Makefile
@@ -0,0 +1,3 @@
+LDLIBS = -lpthread
+
+ebizzy: ebizzy.c
diff --git a/community/ebizzy/PKGBUILD b/community/ebizzy/PKGBUILD
new file mode 100644
index 000000000..0842615c3
--- /dev/null
+++ b/community/ebizzy/PKGBUILD
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Micay <danielmicay@gmail.com>
+# Contributor: Masami Ichikawae <masami256@gmail.com>
+pkgname=ebizzy
+pkgver=0.3
+pkgrel=3
+pkgdesc='Generate a workload resembling common web application server workloads'
+arch=('i686' 'x86_64')
+url="http://ebizzy.sourceforge.net/"
+license=('GPL2')
+depends=('glibc')
+source=('https://downloads.sourceforge.net/project/ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz'
+ Makefile)
+sha1sums=('e1a8afc36a68a4ea79ad5ec8f786a06d614d8ca5'
+ '51da05091701e4a2ecc3be9ba638de235f596755')
+
+build() {
+ cd $pkgname-$pkgver
+ make -f ../Makefile
+}
+
+package() {
+ cd $pkgname-$pkgver
+ install -Dm 755 $pkgname "$pkgdir/usr/bin/$pkgname"
+ install -Dm 644 README "$pkgdir/usr/share/$pkgname/README"
+}
+
+check() {
+ cd $pkgname-$pkgver
+ ./ebizzy
+}
diff --git a/community/julia/PKGBUILD b/community/julia/PKGBUILD
index 064fbd10a..3f17ffea4 100644
--- a/community/julia/PKGBUILD
+++ b/community/julia/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 114770 2014-07-03 23:57:26Z arodseth $
+# $Id: PKGBUILD 115930 2014-07-18 20:57:42Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Lex Black <autumn-wind at web dot de>
# Contributor: Michael Jakl <jakl.michael@gmail.com>
# Contributor: devmotion <nospam-archlinux.org@devmotion.de>
pkgname=julia
-pkgver=0.3.0_prerelease
-pkgrel=8
+pkgver=0.3.0_rc1
+pkgrel=1
pkgdesc='High-level, high-performance, dynamic programming language'
arch=('x86_64' 'i686')
url='http://julialang.org'
@@ -15,7 +15,8 @@ depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 'zlib'
makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
optdepends=('gnuplot: If using the Gaston Package from julia')
options=('!emptydirs' 'staticlibs')
-source=('git://github.com/JuliaLang/julia.git#commit=a8545c0a93')
+source=("git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-}")
+install=sysfix.install
sha256sums=('SKIP')
prepare() {
@@ -79,9 +80,6 @@ package() {
# Remove duplicate man-page from julia/doc
rm -rv "$pkgdir/usr/share/julia/doc/man"
- # Remove this file in order for Julia to start, see FS#39721
- rm -v "$pkgdir/usr/lib/julia/sys.so"
-
# Fix wonky permission
chmod 644 "$pkgdir/usr/lib/julia/libuv.a"
}
diff --git a/community/julia/sysfix.install b/community/julia/sysfix.install
new file mode 100644
index 000000000..ffa317659
--- /dev/null
+++ b/community/julia/sysfix.install
@@ -0,0 +1,8 @@
+post_install() {
+ # Removing sys.so if needed, in order for Julia to start, see FS#39721
+ julia --version 2>/dev/null || rm /usr/lib/julia/sys.so
+}
+
+post_upgrade() {
+ post_install
+}
diff --git a/community/libaacs/PKGBUILD b/community/libaacs/PKGBUILD
index 9c3e01eef..221e560d5 100644
--- a/community/libaacs/PKGBUILD
+++ b/community/libaacs/PKGBUILD
@@ -1,20 +1,18 @@
-# $Id: PKGBUILD 104040 2014-01-14 17:14:01Z flexiondotorg $
+# $Id: PKGBUILD 115938 2014-07-18 21:45:51Z flexiondotorg $
# Maintainer: Martin Wimpress <code@flexion.org>
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
# Contributor: Dirk Berg <berg1981@googlemail.com>
pkgname=libaacs
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
pkgdesc="Advanced Access Content System"
arch=('i686' 'x86_64')
license=('LGPL')
url="http://www.videolan.org/developers/libaacs.html"
depends=('libgcrypt')
source=("ftp://ftp.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-provides=('libaacs')
-conflicts=('libaacs-git')
-md5sums=('8da0da893d1f266b31bf8a8fc7c84a84')
+sha1sums=('09eb61bcfceca77cd779c4475093dd22a0cb5510')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/libopenshot-audio/PKGBUILD b/community/libopenshot-audio/PKGBUILD
new file mode 100644
index 000000000..58dbce056
--- /dev/null
+++ b/community/libopenshot-audio/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id:
+# Maintainer : Martin Wimpress <code@flexion.org>
+# Contributor: Foster McLane <fkmclane@gmail.com>
+# Contributor: Jonathan Thomas <jonathan@openshot.org>
+
+pkgname=libopenshot-audio
+_pkgname=libopenshot-audio1
+pkgver=0.0.2
+pkgrel=2
+pkgdesc="A high-quality audio editing and playback library used by libopenshot."
+arch=('i686' 'x86_64')
+url="http://openshot.org/"
+license=('GPL3')
+depends=('alsa-lib' 'freetype2' 'libx11' 'libxcursor' 'libxinerama')
+makedepends=('cmake')
+source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('adfd4fd1b0d1731a1e336c4f3628d033')
+
+build() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ mkdir build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ../
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}/build"
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/community/libopenshot/PKGBUILD b/community/libopenshot/PKGBUILD
new file mode 100644
index 000000000..140a6b7ba
--- /dev/null
+++ b/community/libopenshot/PKGBUILD
@@ -0,0 +1,32 @@
+# $Id:
+# Maintainer : Martin Wimpress <code@flexion.org>
+# Contributor: Foster McLane <fkmclane@gmail.com>
+# Contributor: Jonathan Thomas <jonathan@openshot.org>
+
+pkgname=libopenshot
+_pkgname=libopenshot1
+pkgver=0.0.2
+pkgrel=2
+pkgdesc="A high quality, open-source video editing, animation, and playback library for C++, Python, and Ruby."
+arch=('i686' 'x86_64')
+url="http://openshot.org/"
+license=('LGPL3')
+depends=('imagemagick' 'ffmpeg' 'libx264' 'libopenshot-audio' 'qt5-base' 'qt5-multimedia')
+makedepends=('cmake' 'swig' 'unittestpp')
+source=("https://launchpad.net/libopenshot/0.0/${pkgver}/+download/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('05b3b9ef07ec8ecc9c5850851af900fa')
+
+build() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ mkdir build
+ cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 ../
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}/build"
+ make DESTDIR="${pkgdir}" install
+}
+
diff --git a/community/lightdm/PKGBUILD b/community/lightdm/PKGBUILD
index cbe931f96..e193c049f 100755
--- a/community/lightdm/PKGBUILD
+++ b/community/lightdm/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 112451 2014-06-02 09:51:01Z alucryd $
+# $Id: PKGBUILD 115900 2014-07-18 10:27:45Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: Morfeo <morfeo89@hotmail.it>
pkgbase=lightdm
pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
pkgver=1.10.1
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='A lightweight display manager'
arch=('i686' 'x86_64')
@@ -19,6 +19,7 @@ source=("https://launchpad.net/lightdm/${pkgver%.*}/${pkgver}/+download/${pkgbas
'lightdm-autologin.pam'
'lightdm.rules'
'lightdm-default-config.patch'
+ 'lightdm-userlist.patch'
'Xsession')
sha256sums=('737123001a7ae2ab126c75f61dcebb767d082ec043c012285eab6fa6b0d6a58f'
'0d2adba25cdbe59e97ffd302083db9d5e23920780f41e04f64512cd6b633289a'
@@ -26,12 +27,14 @@ sha256sums=('737123001a7ae2ab126c75f61dcebb767d082ec043c012285eab6fa6b0d6a58f'
'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
'33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
- '20de3152b9ea037be1cbb9a32c052cb53d3362daf7c4ebd3d8669a1af0f13723'
+ '756437add6021bb10f1e8884dab518ea544f0f04a8201f5b72d6d6e0e8cc2a24'
+ '50bbf183eee1f87b0f10e02c70ff0323f383006c914c4314a48843df547fa0b2'
'4d5674906742200b3c171f978457e943560f2c10a2b9156fcd44da3796d185a2')
prepare() {
cd ${pkgbase}-${pkgver}
+ patch -Np0 -i ../lightdm-userlist.patch
patch -Np1 -i ../lightdm-default-config.patch
}
diff --git a/community/lightdm/lightdm-default-config.patch b/community/lightdm/lightdm-default-config.patch
index 89c5a35d9..25be350a4 100755
--- a/community/lightdm/lightdm-default-config.patch
+++ b/community/lightdm/lightdm-default-config.patch
@@ -37,7 +37,7 @@
@@ -9,6 +9,6 @@
# hidden-shells = Shells that indicate a user cannot login
#
- [UserAccounts]
+ [UserList]
-minimum-uid=500
+minimum-uid=1000
hidden-users=nobody nobody4 noaccess
diff --git a/community/lightdm/lightdm-userlist.patch b/community/lightdm/lightdm-userlist.patch
new file mode 100755
index 000000000..9ad9c4315
--- /dev/null
+++ b/community/lightdm/lightdm-userlist.patch
@@ -0,0 +1,13 @@
+=== modified file 'data/users.conf'
+--- data/users.conf 2011-10-18 02:41:06 +0000
++++ data/users.conf 2014-05-19 20:10:41 +0000
+@@ -8,7 +8,7 @@
+ # hidden-users = Users that are not shown to the user
+ # hidden-shells = Shells that indicate a user cannot login
+ #
+-[UserAccounts]
++[UserList]
+ minimum-uid=500
+ hidden-users=nobody nobody4 noaccess
+ hidden-shells=/bin/false /usr/sbin/nologin
+
diff --git a/community/lightdm/lightdm.install b/community/lightdm/lightdm.install
index 14f66f02f..47d622262 100755
--- a/community/lightdm/lightdm.install
+++ b/community/lightdm/lightdm.install
@@ -1,6 +1,6 @@
post_install() {
getent group lightdm > /dev/null 2>&1 || groupadd -g 620 lightdm
- getent passwd lightdm > /dev/null 2>&1 || useradd -c 'Light Display Manager' -u 620 -g lightdm -d /var/lib/lightdm -s /sbin/nologin lightdm
+ getent passwd lightdm > /dev/null 2>&1 || useradd -c 'Light Display Manager' -u 620 -g lightdm -d /var/lib/lightdm -s /usr/bin/nologin lightdm
passwd -l lightdm > /dev/null
systemd-tmpfiles --create /usr/lib/tmpfiles.d/lightdm.conf
}
diff --git a/community/nzbget/PKGBUILD b/community/nzbget/PKGBUILD
index a2c6702c9..722f5c33b 100644
--- a/community/nzbget/PKGBUILD
+++ b/community/nzbget/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 111849 2014-05-25 18:53:23Z jlichtblau $
+# $Id: PKGBUILD 115895 2014-07-18 06:20:23Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=nzbget
-pkgver=12.0
-pkgrel=2
+pkgver=13.0
+pkgrel=1
pkgdesc="Download from Usenet using .nzb files"
-arch=('x86_64' 'i686')
+arch=('i686' 'x86_64')
url="http://nzbget.sourceforge.net/"
license=('GPL')
depends=('libpar2' 'libsigc++' 'libxml2' 'python')
changelog=${pkgname}.changelog
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e')
+sha256sums=('666f5244f31f10333a18450e7a6c1ac729ac68594042236711ba99dd32e78f8e')
build() {
cd ${pkgname}-${pkgver}
@@ -29,5 +29,3 @@ package() {
install -d "${pkgdir}"/usr/share/${pkgname}
install -m644 -t "${pkgdir}"/usr/share/${pkgname} AUTHORS ChangeLog README
}
-
-# vim: ts=2 sw=2 et:
diff --git a/community/nzbget/nzbget.changelog b/community/nzbget/nzbget.changelog
index 7b3d4c097..8819a6447 100644
--- a/community/nzbget/nzbget.changelog
+++ b/community/nzbget/nzbget.changelog
@@ -1,3 +1,6 @@
+2014-07-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * nzbget 13.0-1
+
2014-05-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* nzbget 12.0-2 FS#40075 implemented
diff --git a/community/python-pillow/PKGBUILD b/community/python-pillow/PKGBUILD
index ecbd00705..8958fb2c8 100644
--- a/community/python-pillow/PKGBUILD
+++ b/community/python-pillow/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 114646 2014-07-02 14:06:30Z kkeen $
+# $Id: PKGBUILD 115891 2014-07-18 04:02:31Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: minder
pkgbase=python-pillow
pkgname=(python-pillow python2-pillow)
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
_appname=Pillow
_py2basever=2.7
@@ -15,7 +15,7 @@ url="http://python-imaging.github.io/"
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane')
source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip")
-md5sums=('3da46b9a4aeba22e22724ba7a15fe617')
+md5sums=('cf42c695fab68116af2c8ef816fca0d9')
build() {
cd "$srcdir"
@@ -73,4 +73,3 @@ package_python2-pillow() {
done
}
-
diff --git a/community/unittestpp/PKGBUILD b/community/unittestpp/PKGBUILD
new file mode 100644
index 000000000..8d28a62ad
--- /dev/null
+++ b/community/unittestpp/PKGBUILD
@@ -0,0 +1,45 @@
+# $Id:
+# Maintainer : Martin Wimpress <code@flexion.org>
+# Contributor: Jorge Araya Navarro <elcorreo@deshackra.com>
+# Contributor: Piotr Beling <qwak@w8.pl>
+# Contributor: Vianney le Clément <vleclement AT gmail · com>
+
+pkgname=unittestpp
+pkgver=1.4
+pkgrel=6
+pkgdesc="A lightweight unit testing framework for C++"
+arch=('i686' 'x86_64')
+url="http://unittest-cpp.sourceforge.net/"
+depends=('gcc-libs')
+source=("http://downloads.sourceforge.net/project/unittest-cpp/UnitTest%2B%2B/$pkgver/unittest-cpp-$pkgver.zip"
+ 'unittest++.pc')
+md5sums=('bd373a53403ed51ea1bbb60b1952d7e3'
+ 'fa35c8a0274264dcb75e5106c5b3deb7')
+license=('MIT')
+options=('staticlibs')
+
+build() {
+ cd "${srcdir}/UnitTest++"
+ make all
+}
+
+package() {
+ install -dm755 "${pkgdir}/usr/lib/pkgconfig"
+ install -m644 unittest++.pc "${pkgdir}/usr/lib/pkgconfig"
+
+ cd "${srcdir}/UnitTest++"
+
+ install -dm755 "${pkgdir}/usr/include/unittest++/Posix"
+ install -m644 src/*.h "${pkgdir}/usr/include/unittest++"
+ install -m644 src/Posix/*.h "${pkgdir}/usr/include/unittest++/Posix"
+
+ install -dm755 "${pkgdir}/usr/lib"
+ install -m644 libUnitTest++.a "${pkgdir}/usr/lib"
+ ln -s libUnitTest++.a "${pkgdir}/usr/lib/libunittest++.a"
+
+ install -dm755 "${pkgdir}/usr/share/licenses/unittestpp"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/unittestpp/LICENSE"
+ install -dm755 "${pkgdir}/usr/share/doc/unittestpp"
+ install -m644 README "${pkgdir}/usr/share/doc/unittestpp/README"
+ install -m644 docs/UnitTest++.html "${pkgdir}/usr/share/doc/unittestpp/UnitTest++.html"
+}
diff --git a/community/unittestpp/unittest++.pc b/community/unittestpp/unittest++.pc
new file mode 100644
index 000000000..6e08b28f4
--- /dev/null
+++ b/community/unittestpp/unittest++.pc
@@ -0,0 +1,14 @@
+# pkg-config source file
+
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: unittest++
+Description: UnitTest++ is a unit testing framework for C++
+Version: 1.4
+Requires:
+Conflicts:
+Libs: -L${libdir} -lUnitTest++
+Cflags: -I${includedir}/unittest++
diff --git a/community/zramctl/PKGBUILD b/community/zramctl/PKGBUILD
index 8b4b5f26c..2a6c242a0 100644
--- a/community/zramctl/PKGBUILD
+++ b/community/zramctl/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=zramctl
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="Tool to control zram devices"
arch=('i686' 'x86_64')