summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-10 03:33:02 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-10 03:33:02 +0000
commit5a5e68340439f8c9b81e85410fcbd5135732161c (patch)
treedbcb42dd57af963fd0bb72573e72d417a32fe173 /extra
parentb42468f5bd3d7f19c1a0fa0ee08289745958caae (diff)
Tue Jun 10 03:29:21 UTC 2014
Diffstat (limited to 'extra')
-rw-r--r--extra/claws-mail/PKGBUILD8
-rw-r--r--extra/ffmpeg/PKGBUILD10
-rw-r--r--extra/qpdf/PKGBUILD6
-rw-r--r--extra/x265/PKGBUILD6
-rw-r--r--extra/xfce4-timer-plugin/PKGBUILD19
5 files changed, 24 insertions, 25 deletions
diff --git a/extra/claws-mail/PKGBUILD b/extra/claws-mail/PKGBUILD
index 256f9e970..54c1eab51 100644
--- a/extra/claws-mail/PKGBUILD
+++ b/extra/claws-mail/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 214189 2014-06-04 13:50:46Z bluewind $
+# $Id: PKGBUILD 214748 2014-06-09 09:54:20Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=claws-mail
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.10.1
+pkgrel=1
pkgdesc="A GTK+ based e-mail client."
arch=('i686' 'x86_64')
license=('GPL3')
@@ -35,7 +35,7 @@ conflicts=('claws-mail-extra-plugins')
provides=('claws')
install=claws-mail.install
source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha1sums=('c5e8063ea922b1bd6825f5221347ec8ebfa0ae3b'
+sha1sums=('fff74eabee65b78dc842abf34819cc5dd9e7feca'
'SKIP')
build() {
diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD
index a280f6614..e19b81d66 100644
--- a/extra/ffmpeg/PKGBUILD
+++ b/extra/ffmpeg/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 214050 2014-06-03 07:02:13Z bpiotrowski $
+# $Id: PKGBUILD 214743 2014-06-09 08:04:40Z bpiotrowski $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@@ -6,7 +6,7 @@
pkgname=ffmpeg
pkgver=2.2.3
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
arch=('i686' 'x86_64')
@@ -16,9 +16,9 @@ depends=(
'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
- 'v4l-utils' 'x264' 'xvidcore' 'zlib' 'x265'
- )
-makedepends=('libvdpau' 'yasm')
+ 'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265'
+)
+makedepends=('libvdpau' 'yasm' 'x264')
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
md5sums=('dbb5b6b69bd010916f17df0ae596e0b1'
'SKIP')
diff --git a/extra/qpdf/PKGBUILD b/extra/qpdf/PKGBUILD
index b13fcc1a1..56e391b2e 100644
--- a/extra/qpdf/PKGBUILD
+++ b/extra/qpdf/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 204257 2014-01-15 19:58:13Z andyrtr $
+# $Id: PKGBUILD 214746 2014-06-09 08:46:25Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Miguel Revilla <yo at miguelrevilla.com>
# Contributor: David Sotelo <dvsotelo at gmail.com>
# Contributor: Nuno Araujo <nuno.araujo@russo79.com>
pkgname=qpdf
-pkgver=5.1.1
+pkgver=5.1.2
pkgrel=1
pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ license=('custom:Artistic-2.0')
depends=('pcre' 'perl')
makedepends=('make')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('378bfd1c2ee15d7815f2f4b1a50fa6e0')
+sha1sums=('ede3938fdf2e3bf603fce6eb2bd93b3a2e1d13b9')
build() {
cd ${pkgname}-${pkgver}
diff --git a/extra/x265/PKGBUILD b/extra/x265/PKGBUILD
index b555dcb78..33c66a926 100644
--- a/extra/x265/PKGBUILD
+++ b/extra/x265/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 212066 2014-05-06 08:29:13Z bpiotrowski $
+# $Id: PKGBUILD 214741 2014-06-09 07:59:31Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: kfgz <kfgz at interia pl>
pkgname=x265
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='Open Source H265/HEVC video encoder'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs')
makedepends=('yasm' 'cmake')
url='https://bitbucket.org/multicoreware/x265'
source=($url/get/$pkgver.tar.bz2)
-md5sums=('80efe963d3460caa051fe0b10d36bc10')
+md5sums=('e6d33d31abdab1f7bd9c240641933472')
build() {
cd multicoreware-x265-*/build/linux
diff --git a/extra/xfce4-timer-plugin/PKGBUILD b/extra/xfce4-timer-plugin/PKGBUILD
index 1f89e65c6..f0acc4b3c 100644
--- a/extra/xfce4-timer-plugin/PKGBUILD
+++ b/extra/xfce4-timer-plugin/PKGBUILD
@@ -1,32 +1,31 @@
-# $Id: PKGBUILD 198573 2013-10-30 15:41:44Z allan $
+# $Id: PKGBUILD 214400 2014-06-09 00:50:25Z eric $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=xfce4-timer-plugin
-pkgver=1.0.0
+pkgver=1.6.0
pkgrel=1
-pkgdesc="plugin to track time for the Xfce4 panel"
+pkgdesc="Plugin to track time for the Xfce4 panel"
arch=('i686' 'x86_64')
-license=('GPL2')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin"
-groups=('xfce4-goodies')
+license=('GPL2')
depends=('xfce4-panel' 'libxfcegui4')
makedepends=('intltool')
+groups=('xfce4-goodies')
install=xfce4-timer-plugin.install
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5bd0e450b4c9b3f37a289fc1723b1a3d984ffd5d')
+sha1sums=('aa37ccf7dad36000f413fd7dd29068da4858c8fe')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/ \
- --localstatedir=/var \
- --disable-static
+ --localstatedir=/var
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}