summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-20 03:05:00 -0800
committerroot <root@rshg054.dnsready.net>2012-12-20 03:05:00 -0800
commitfecd6286e00e6e25458a7d1b8b80f6fdb236a7a2 (patch)
tree952afb5fdba1e4450e623d86f75b09ad4925bd40
parent19f11e0c4bbeefd65f85546a361e18532b60416a (diff)
Thu Dec 20 02:59:11 PST 2012
-rw-r--r--community/cdrtools/PKGBUILD8
-rw-r--r--community/cgminer/PKGBUILD8
-rw-r--r--community/fatrat/PKGBUILD6
-rw-r--r--community/golangide/PKGBUILD20
-rw-r--r--community/ibus-pinyin/PKGBUILD6
-rw-r--r--community/instead/PKGBUILD10
-rw-r--r--community/luabitop/PKGBUILD8
-rw-r--r--community/luaexpat/PKGBUILD10
-rw-r--r--community/luafilesystem/PKGBUILD8
-rw-r--r--community/luaposix/PKGBUILD8
-rw-r--r--community/luasql/PKGBUILD6
-rw-r--r--community/pion/PKGBUILD46
-rw-r--r--community/qtcreator/PKGBUILD14
-rw-r--r--extra/cifs-utils/PKGBUILD6
-rw-r--r--extra/dosfstools/PKGBUILD10
-rw-r--r--extra/goffice0.8/PKGBUILD33
-rw-r--r--extra/goffice0.8/use-apiver-for-dirs.patch32
-rw-r--r--extra/gst-plugins-base/PKGBUILD6
-rw-r--r--extra/gst-plugins-good/PKGBUILD6
-rw-r--r--extra/gst-plugins-ugly/PKGBUILD6
-rw-r--r--extra/gstreamer/PKGBUILD6
-rw-r--r--extra/samba/PKGBUILD8
-rw-r--r--libre/gst-plugins-bad-libre/PKGBUILD6
23 files changed, 198 insertions, 79 deletions
diff --git a/community/cdrtools/PKGBUILD b/community/cdrtools/PKGBUILD
index 2ad324f6e..549ccb811 100644
--- a/community/cdrtools/PKGBUILD
+++ b/community/cdrtools/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 80792 2012-12-03 18:56:26Z stativ $
+# $Id: PKGBUILD 81381 2012-12-19 11:23:36Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=cdrtools
-pkgver=3.01a09
+pkgver=3.01a10
pkgrel=1
pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ provides=('cdrkit')
options=(!makeflags)
backup=('etc/default/cdrecord' 'etc/default/rscsi')
install=cdrtools.install
-source=(http://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-$pkgver.tar.gz)
-md5sums=('8d9fed38ce2705d6d227da65bfd93d48')
+source=(http://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-$pkgver.tar.bz2)
+md5sums=('85abd7dc87ed9fdbcecca50ab6da7d7d')
build() {
cd "$srcdir"/cdrtools-${pkgver%%a*}
diff --git a/community/cgminer/PKGBUILD b/community/cgminer/PKGBUILD
index 732ed1e12..7ef232654 100644
--- a/community/cgminer/PKGBUILD
+++ b/community/cgminer/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 81049 2012-12-11 07:09:49Z fyan $
+# $Id: PKGBUILD 81385 2012-12-19 12:16:09Z 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.10.0
+pkgver=2.10.2
_build=
-pkgrel=2
+pkgrel=1
pkgdesc="Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from cpuminer."
url='http://forum.bitcoin.org/index.php?topic=28402.0'
license=('GPL3')
@@ -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=('93437f0a26a409d9c06f7361befe9d0f'
+md5sums=('6c20c0c60a5c4c81b098b30b4874e366'
'fe4a243fabe24608f5c05e40f0f118f6'
'ee39698273671fee0e98d4af16014c36'
'bd76fc92fedce18c59ccea2aa79cc664')
diff --git a/community/fatrat/PKGBUILD b/community/fatrat/PKGBUILD
index 84efb6c86..ef0912def 100644
--- a/community/fatrat/PKGBUILD
+++ b/community/fatrat/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 73988 2012-07-18 01:06:25Z ibiru $
+# $Id: PKGBUILD 81376 2012-12-19 10:52:03Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=fatrat
pkgver=1.2.0_beta2
-pkgrel=1
+pkgrel=2
pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, BitTorrent, rapidshare and more"
arch=('i686' 'x86_64')
url="http://fatrat.dolezel.info/"
license=('GPL')
-depends=('gloox' 'qt' 'libtorrent-rasterbar' 'pion-net' 'qtwebkit')
+depends=('gloox' 'qt' 'libtorrent-rasterbar' 'pion' 'qtwebkit')
optdepends=('geoip: GeoIP support')
makedepends=('boost' 'cmake' 'java-environment')
source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz)
diff --git a/community/golangide/PKGBUILD b/community/golangide/PKGBUILD
index d06fce73b..f034f60c8 100644
--- a/community/golangide/PKGBUILD
+++ b/community/golangide/PKGBUILD
@@ -1,35 +1,37 @@
-#$Id: PKGBUILD 81231 2012-12-13 21:58:59Z arodseth $
+#$Id: PKGBUILD 81406 2012-12-19 18:29:25Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: spambanane <happy.house@gmx.de>
# Contributor: Matteo <matteo.dek@gmail.com>
+
pkgname=golangide
-pkgver=14.0
-pkgrel=2
-_hgrev=828
+pkgver=15
+pkgrel=1
+_hgrev=1011
pkgdesc='Simple IDE for Go to edit code and build projects'
license=('LGPL')
arch=('x86_64' 'i686')
url='https://github.com/visualfc/liteide'
depends=('go' 'libpng12' 'glib2')
makedepends=('gendesk')
+options=('!strip')
+_name=('Golang IDE')
+_genericname=('Integrated development environment')
+
if [ "$CARCH" == "x86_64" ]; then
source=("http://$pkgname.googlecode.com/files/liteidex${pkgver}.linux-amd64.hg${_hgrev}.tar.bz2"
'golangide.png'
'golangide.sh')
- sha256sums=('8f166ae5b97c4484bfa47932a716e28c78547944db4f2d0e222d21694c510e5b'
+ sha256sums=('cb024050d1b41533c91722c005d08e99834585c3826e0b62cb55ec672b48f519'
'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
'79eaede6c031e87a94627fb126a0aefab1feb971995d648436f142b3d684f1b2')
else
source=("http://$pkgname.googlecode.com/files/liteidex${pkgver}.linux-386.hg${_hgrev}.tar.bz2"
'golangide.png'
'golangide.sh')
- sha256sums=('3b2e565aecc141affc7d10d3aa3e2efe06866559091690b6fe13b9a664eb81c0'
+ sha256sums=('b41d9be3935524f38a3c8ba9db1014412e0daf7d57e2b8c2bee1de4572b67d18'
'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
'79eaede6c031e87a94627fb126a0aefab1feb971995d648436f142b3d684f1b2')
fi
-options=('!strip')
-_name=('Golang IDE')
-_genericname=('Integrated development environment')
build() {
cd "$srcdir"
diff --git a/community/ibus-pinyin/PKGBUILD b/community/ibus-pinyin/PKGBUILD
index f43c3f0a5..25146a8e3 100644
--- a/community/ibus-pinyin/PKGBUILD
+++ b/community/ibus-pinyin/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81110 2012-12-12 00:47:35Z eric $
+# $Id: PKGBUILD 81402 2012-12-19 16:41:48Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Rainy <rainylau(at)gmail(dot)com>
# Contributor: Lee.maRS<leemars at gmail.com>
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=ibus-pinyin
-pkgver=1.4.99.20120808
+pkgver=1.5.0
pkgrel=2
pkgdesc='Pinyin (Chinese) input method for the IBus framework'
arch=('i686' 'x86_64')
@@ -15,7 +15,6 @@ url='http://ibus.googlecode.com'
depends=('ibus' 'pyzy' 'lua51')
makedepends=('intltool')
source=("https://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('aa298212d9f63acab48cf9f6370c94cdc6920c2a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -34,3 +33,4 @@ package() {
make NO_INDEX=true DESTDIR="${pkgdir}" install
}
+md5sums=('f7728b5b785fae58e2b4de8dfda45612')
diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD
index 9a132bcea..ee50ef609 100644
--- a/community/instead/PKGBUILD
+++ b/community/instead/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 81111 2012-12-12 00:47:36Z eric $
+# $Id: PKGBUILD 81383 2012-12-19 12:10:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Peter Kosyh <p.kosyhgmail.com>
pkgname=instead
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=1
-pkgdesc="instead quest interpreter"
+pkgdesc="a quest interpreter"
arch=('i686' 'x86_64')
url="http://instead.googlecode.com/"
license=('GPL')
depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
optdepends=('instead-launcher: install and update INSTEAD games from net')
source=(http://instead.googlecode.com/files/instead_${pkgver}.tar.gz)
-md5sums=('a26dd0b2785787639dd1bbfed66af77a')
+md5sums=('1f20344594e9a360d335203e4305f7a8')
build() {
cd "${srcdir}/instead-${pkgver}"
@@ -23,4 +23,6 @@ build() {
package() {
cd "${srcdir}/instead-${pkgver}"
make DESTDIR="${pkgdir}" PREFIX=/usr install
+
+ cp -a doc/*.{html,txt,pdf} doc/examples $pkgdir/usr/share/doc/instead/
}
diff --git a/community/luabitop/PKGBUILD b/community/luabitop/PKGBUILD
index ee67163f4..7dacdad3e 100644
--- a/community/luabitop/PKGBUILD
+++ b/community/luabitop/PKGBUILD
@@ -1,17 +1,15 @@
-# $Id: PKGBUILD 81112 2012-12-12 00:47:37Z eric $
+# $Id: PKGBUILD 81388 2012-12-19 13:22:34Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: Lucas Hermann Negri <kkndrox@gmail.com>
pkgbase=luabitop
pkgname=(lua-bitop lua51-bitop)
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='C extension adding bitwise operations on numbers'
arch=(i686 x86_64)
url='http://bitop.luajit.org/index.html'
makedepends=('lua' 'lua51')
-conflicts=('luabitop')
-replaces=('luabitop')
source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz")
md5sums=('d0c1080fe0c844e8477279668e2d0d06')
license=('MIT')
@@ -36,6 +34,8 @@ package_lua-bitop() {
package_lua51-bitop() {
depends=('lua51')
+ conflicts=('luabitop')
+ replaces=('luabitop')
cd LuaBitOp51-$pkgver
install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.1/bit.so"
install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
diff --git a/community/luaexpat/PKGBUILD b/community/luaexpat/PKGBUILD
index 1e438dfa9..9ae182732 100644
--- a/community/luaexpat/PKGBUILD
+++ b/community/luaexpat/PKGBUILD
@@ -1,18 +1,16 @@
-# $Id: PKGBUILD 81199 2012-12-13 02:04:44Z seblu $
+# $Id: PKGBUILD 81392 2012-12-19 13:28:13Z seblu $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Lucas Hermann Negri <kkndrox@gmail.com>
pkgbase=luaexpat
pkgname=(lua-expat lua51-expat)
pkgver=1.2.0
-pkgrel=3
+pkgrel=4
pkgdesc='SAX XML parser based on the Expat library'
arch=('i686' 'x86_64')
url='http://matthewwild.co.uk/projects/luaexpat/'
license=('MIT')
makedepends=('gcc' 'lua' 'lua51' 'expat')
-replaces=(luaexpat)
-conflicts=(luaexpat)
source=("http://matthewwild.co.uk/projects/luaexpat/luaexpat-$pkgver.tar.gz"
'config.51'
'config.52'
@@ -39,6 +37,7 @@ build() {
package_lua-expat() {
depends=('lua' 'expat')
+
cd $pkgbase-$pkgver
make DESTDIR="$pkgdir" install
mv usr "$pkgdir"
@@ -47,6 +46,9 @@ package_lua-expat() {
package_lua51-expat() {
depends=('lua51' 'expat')
+ replaces=('luaexpat')
+ conflicts=('luaexpat')
+
cd $pkgbase-$pkgver-51
make DESTDIR="$pkgdir" install
mv usr "$pkgdir"
diff --git a/community/luafilesystem/PKGBUILD b/community/luafilesystem/PKGBUILD
index 987da03c9..d4237e35a 100644
--- a/community/luafilesystem/PKGBUILD
+++ b/community/luafilesystem/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81115 2012-12-12 00:47:40Z eric $
+# $Id: PKGBUILD 81391 2012-12-19 13:27:48Z seblu $
# Maintainer: Chris Brannon <cmbrannon79@gmail.com>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Contributor: Anders Bergh <anders1@gmail.com>
@@ -6,13 +6,11 @@
pkgbase=luafilesystem
pkgname=(lua-filesystem lua51-filesystem)
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc='File System Library for the Lua Programming Language'
arch=('i686' 'x86_64')
url='http://www.keplerproject.org/luafilesystem/'
license=('MIT')
-replaces=(luafilesystem)
-conflicts=(luafilesystem)
makedepends=(lua lua51)
source=(http://github.com/downloads/keplerproject/$pkgbase/$pkgbase-$pkgver.tar.gz
LICENSE)
@@ -39,6 +37,8 @@ package_lua-filesystem() {
package_lua51-filesystem() {
depends=('lua51')
+ conflicts=('luafilesystem')
+ replaces=('luafilesystem')
cd $pkgbase-$pkgver-51
make PREFIX=$pkgdir/usr LUA_LIBDIR='$(PREFIX)/lib/lua/5.1' install
diff --git a/community/luaposix/PKGBUILD b/community/luaposix/PKGBUILD
index 124408cb5..6cdab1f9f 100644
--- a/community/luaposix/PKGBUILD
+++ b/community/luaposix/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81118 2012-12-12 00:49:30Z eric $
+# $Id: PKGBUILD 81399 2012-12-19 13:39:36Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Contributor: Laszlo Papp <djszapi at archlinux us>
@@ -7,14 +7,12 @@
pkgbase=luaposix
pkgname=('lua-posix' 'lua51-posix')
pkgver=5.1.23
-pkgrel=1
+pkgrel=2
pkgdesc='A POSIX library for Lua programming language'
arch=('i686' 'x86_64')
url='http://luaforge.net/projects/luaposix/'
license=('GPL' 'LGPL')
makedepends=('lua' 'lua51' 'lua51-bitop')
-conflicts=('luaposix')
-replaces=('luaposix')
options=('!libtool')
source=("https://github.com/downloads/$pkgbase/$pkgbase/$pkgbase-$pkgver.tar.gz")
md5sums=('ebe7d335741ca736e003a6844a0fbf92')
@@ -49,6 +47,8 @@ package_lua-posix() {
package_lua51-posix() {
depends=('lua51' 'lua51-bitop')
+ conflicts=('luaposix')
+ replaces=('luaposix')
cd $pkgbase-$pkgver/build_51
make DESTDIR="$pkgdir/" install
diff --git a/community/luasql/PKGBUILD b/community/luasql/PKGBUILD
index 399192c50..3ccee6241 100644
--- a/community/luasql/PKGBUILD
+++ b/community/luasql/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81122 2012-12-12 00:49:33Z eric $
+# $Id: PKGBUILD 81397 2012-12-19 13:39:14Z seblu $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sébastien Luttringer <seblu@archlinux.org>
# Contributor: Anders Bergh <anders1@gmail.com>
@@ -6,11 +6,10 @@
pkgbase=luasql
pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://www.keplerproject.org/luasql/'
license=('MIT')
-conflicts=('luasql-mysql')
makedepends=('lua' 'libmysqlclient' 'postgresql-libs' 'sqlite')
source=("https://github.com/downloads/keplerproject/luasql/luasql-$pkgver.tar.gz"
'lua52.patch')
@@ -32,6 +31,7 @@ build() {
package_lua-sql-mysql() {
pkgdesc='MySQL module for Lua'
depends=('lua' 'libmysqlclient')
+ conflicts=('luasql-mysql')
replaces=('luasql-mysql')
cd $pkgbase-$pkgver
diff --git a/community/pion/PKGBUILD b/community/pion/PKGBUILD
new file mode 100644
index 000000000..6b9657b8e
--- /dev/null
+++ b/community/pion/PKGBUILD
@@ -0,0 +1,46 @@
+# $Id:$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
+pkgname=pion
+pkgver=4.0.13.1
+# use the git snapshot until a new version is out
+_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
+pkgrel=1
+pkgdesc="A C++ development library for implementing lightweight HTTP interfaces"
+url="http://www.cloudmeter.com/pion/support/"
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
+md5sums=('87b710deb5e526a2c7f045d25eba2bee')
+
+build() {
+ cd "$srcdir/$pkgname-$_pkgver"
+
+ sh autogen.sh
+
+ # override configure bug (forces debug even when nobody asked for it)
+ sed -i "s/ -ggdb//g" configure
+ # override Makefile bug
+ sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+
+ ./configure --prefix=/usr --disable-doxygen-doc
+
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$_pkgver"
+ make -k check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$_pkgver"
+ make DESTDIR="$pkgdir" install
+
+ # install license
+ install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}
diff --git a/community/qtcreator/PKGBUILD b/community/qtcreator/PKGBUILD
index b7401b2bf..02be3a67a 100644
--- a/community/qtcreator/PKGBUILD
+++ b/community/qtcreator/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 80545 2012-11-24 16:43:17Z svenstaro $
+# $Id: PKGBUILD 81404 2012-12-19 17:43:39Z svenstaro $
# Maintainer: Imanol Celaya <ornitorrincos@archlinux-es.org>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com>
@@ -7,12 +7,12 @@
# Contributor: delor <bartekpiech gmail com>
pkgname="qtcreator"
-pkgver=2.6.0
-_pkgver=2.6.0
-pkgrel=2
+pkgver=2.6.1
+_pkgver=2.6.1
+pkgrel=1
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
-url='http://qt.nokia.com/products/developer-tools'
+url='http://qt-project.org'
license=('LGPL')
depends=('qt')
makedepends=('qt-private-headers' 'git')
@@ -28,7 +28,7 @@ optdepends=('qt-doc: for the integrated Qt documentation'
install=qtcreator.install
source=("http://origin.releases.qt-project.org/qtcreator/${_pkgver}/qt-creator-${_pkgver}-src.tar.gz"
'qtcreator.desktop')
-md5sums=('9bf01098f84a0fe930b2718d11124204'
+md5sums=('e4d6373335a80ddf7ffcacf92442e43c'
'82888d4be900e7833d768050a135cd37')
build() {
@@ -39,7 +39,7 @@ build() {
qmake ${srcdir}/qt-creator-${_pkgver}-src/qtcreator.pro
make
- make docs
+ make docs -j1
}
package() {
diff --git a/extra/cifs-utils/PKGBUILD b/extra/cifs-utils/PKGBUILD
index 267d6d09c..95ae4bd33 100644
--- a/extra/cifs-utils/PKGBUILD
+++ b/extra/cifs-utils/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 169599 2012-10-24 07:18:13Z tpowa $
+# $Id: PKGBUILD 173349 2012-12-19 14:22:07Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=cifs-utils
-pkgver=5.7
+pkgver=5.8
pkgrel=1
pkgdesc="CIFS filesystem user-space tools"
arch=(i686 x86_64)
@@ -24,4 +24,4 @@ package() {
# set mount.cifs uid, to enable none root mounting form fstab
chmod +s $pkgdir/usr/bin/mount.cifs
}
-md5sums=('4215f12be8663f65d2c21dbbbafbc7f8')
+md5sums=('6aa9c4347780872fefe5823ac06a8ff3')
diff --git a/extra/dosfstools/PKGBUILD b/extra/dosfstools/PKGBUILD
index a2555b3be..764b471d0 100644
--- a/extra/dosfstools/PKGBUILD
+++ b/extra/dosfstools/PKGBUILD
@@ -1,13 +1,15 @@
-# $Id: PKGBUILD 143546 2011-11-26 09:49:37Z tpowa $
+# $Id: PKGBUILD 173425 2012-12-19 14:56:38Z tpowa $
# Maintainer: dorphell <dorphell@archlinux.org>
# Committer: Judd Vinet <jvinet@zeroflux.org>
pkgname=dosfstools
-pkgver=3.0.12
+pkgver=3.0.13
pkgrel=1
pkgdesc="DOS filesystem utilities"
arch=(i686 x86_64)
depends=('glibc')
-source=(http://www.daniel-baumann.ch/software/dosfstools/$pkgname-$pkgver.tar.bz2)
+#source=(http://www.daniel-baumann.ch/software/dosfstools/$pkgname-$pkgver.tar.xz)
+# using debian source, main page is down since quite some time
+source=(http://ftp.de.debian.org/debian/pool/main/d/dosfstools/dosfstools_3.0.13.orig.tar.xz)
url="http://www.daniel-baumann.ch/software/dosfstools/"
license=('GPL2')
@@ -20,4 +22,4 @@ package () {
cd $srcdir/$pkgname-$pkgver
make PREFIX=$pkgdir MANDIR=$pkgdir/usr/share/man DOCDIR=$pkgdir/usr/share/doc install
}
-md5sums=('5c7c2adac9eae4afbe1f16443142b566')
+md5sums=('c1d851e3fc065a935c7cf919545d239f')
diff --git a/extra/goffice0.8/PKGBUILD b/extra/goffice0.8/PKGBUILD
new file mode 100644
index 000000000..8d794e218
--- /dev/null
+++ b/extra/goffice0.8/PKGBUILD
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 173347 2012-12-19 14:13:59Z jgc $
+# Maintainer: Aaron Griffin <aaron@archlinux.org>
+
+pkgname=goffice0.8
+pkgver=0.8.17
+pkgrel=2
+pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org"
+license=('GPL')
+options=('!libtool')
+depends=('gtk2' 'gconf' 'libgsf')
+conflicts=('goffice<0.10')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc')
+source=(http://ftp.gnome.org/pub/gnome/sources/goffice/${pkgver%.*}/goffice-${pkgver}.tar.xz
+ use-apiver-for-dirs.patch)
+sha256sums=('165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15'
+ '4507a49f6ccb13e55c0b3cc6831b7e0dcec7badb58a3661190e843f8607fa270')
+
+build() {
+ cd "${srcdir}/goffice-${pkgver}"
+ patch -Np0 -i "${srcdir}/use-apiver-for-dirs.patch"
+ sed -i -e 's/glib\/gregex.h/glib.h/' configure.in
+ autoreconf -fi
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/goffice-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/extra/goffice0.8/use-apiver-for-dirs.patch b/extra/goffice0.8/use-apiver-for-dirs.patch
new file mode 100644
index 000000000..3d0909da3
--- /dev/null
+++ b/extra/goffice0.8/use-apiver-for-dirs.patch
@@ -0,0 +1,32 @@
+--- configure.in.orig 2011-09-07 08:45:49.687783970 +0000
++++ configure.in 2011-09-07 09:12:55.709382840 +0000
+@@ -418,7 +418,7 @@
+ fi
+
+ dnl **************************************************
+-AC_SUBST(GETTEXT_PACKAGE, goffice-${VERSION})
++AC_SUBST(GETTEXT_PACKAGE, goffice-${GOFFICE_API_VER})
+ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
+ [The package name, for gettext])
+ AM_GLIB_GNU_GETTEXT
+@@ -638,9 +638,9 @@
+ dnl ******************
+ dnl
+ dnl These are changed in goffice.c for WIN32 packages
+-AC_SUBST(goffice_datadir, '${datadir}/goffice/${VERSION}')
+-AC_SUBST(goffice_libdir, '${libdir}/goffice/${VERSION}')
+-AC_SUBST(goffice_icondir, '${datadir}/pixmaps/goffice/${VERSION}')
++AC_SUBST(goffice_datadir, '${datadir}/goffice/${GOFFICE_API_VER}')
++AC_SUBST(goffice_libdir, '${libdir}/goffice/${GOFFICE_API_VER}')
++AC_SUBST(goffice_icondir, '${datadir}/pixmaps/goffice/${GOFFICE_API_VER}')
+ AC_SUBST(goffice_localedir, '${prefix}/${DATADIRNAME}/locale')
+ dnl
+ AC_SUBST(goffice_plugindir, '${goffice_libdir}/plugins')
+--- libgoffice.pc.in.orig 2010-02-18 22:49:39.000000000 +0000
++++ libgoffice.pc.in 2011-09-07 09:18:53.655992532 +0000
+@@ -11,4 +11,4 @@
+ Libs.private: @EXTRA_LIBS@
+ Cflags: -I${includedir}/libgoffice-@GOFFICE_API_VER@ @EXTRA_INCLUDES@
+
+-PluginDir=${libdir}/goffice/@VERSION@/plugins
++PluginDir=${libdir}/goffice/@GOFFICE_API_VER@/plugins
diff --git a/extra/gst-plugins-base/PKGBUILD b/extra/gst-plugins-base/PKGBUILD
index 4c606a0eb..df9cc7626 100644
--- a/extra/gst-plugins-base/PKGBUILD
+++ b/extra/gst-plugins-base/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 171697 2012-11-21 14:46:10Z heftig $
+# $Id: PKGBUILD 173509 2012-12-19 19:49:20Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=gst-plugins-base
pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Base Plugins"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 'libv
options=(!libtool !emptydirs)
url="http://gstreamer.freedesktop.org/"
source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('066ba8a7fa709a25ad291f7b21329b73f513637aafceee00396e588e723d7f9e')
+sha256sums=('11846cbf06f8d7f13b35aa92ca45f79aa5cf9fac2edd1db847de0a6278525944')
build() {
cd $pkgbase-$pkgver
diff --git a/extra/gst-plugins-good/PKGBUILD b/extra/gst-plugins-good/PKGBUILD
index 07bf62acf..d46c98d2b 100644
--- a/extra/gst-plugins-good/PKGBUILD
+++ b/extra/gst-plugins-good/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 171698 2012-11-21 14:46:59Z heftig $
+# $Id: PKGBUILD 173510 2012-12-19 19:49:23Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gst-plugins-good
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Good Plugins"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' '
makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
options=(!libtool !emptydirs)
source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('5cfc3f18dede15d60f0af8666f68193e')
+md5sums=('7a3f76b68cadafd1588af36f5f261bb8')
build() {
cd $pkgname-$pkgver
diff --git a/extra/gst-plugins-ugly/PKGBUILD b/extra/gst-plugins-ugly/PKGBUILD
index c66969356..87b425caf 100644
--- a/extra/gst-plugins-ugly/PKGBUILD
+++ b/extra/gst-plugins-ugly/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 171700 2012-11-21 14:48:27Z heftig $
+# $Id: PKGBUILD 173512 2012-12-19 19:49:27Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gst-plugins-ugly
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://gstreamer.freedesktop.org/"
depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
options=(!libtool !emptydirs)
source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('b8f4cfef12201f19c53a4cde7bc4fef995740c566ea45921d4473f3714e4d8c0')
+sha256sums=('509ec52b58523e6ab1f9d9facdbbf8417fb95bbcb1a90e1ec53f90019da710d8')
build() {
cd $pkgname-$pkgver
diff --git a/extra/gstreamer/PKGBUILD b/extra/gstreamer/PKGBUILD
index ca99d30c0..16aece7ae 100644
--- a/extra/gstreamer/PKGBUILD
+++ b/extra/gstreamer/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 171696 2012-11-21 14:45:21Z heftig $
+# $Id: PKGBUILD 173508 2012-12-19 19:49:18Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gstreamer
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="GStreamer Multimedia Framework"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=('sh: feedback script')
makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
options=('!libtool')
source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('69ac49e2ae9cd2ea5f789de641aeb338bb8731961acfced08ae1c76a797fe6b1')
+sha256sums=('f2f76d75a4b7296cda0b5e90a5fd84e0ac2e5f230c5c7a2bc810f441f51f0217')
build() {
cd "${srcdir}/gstreamer-${pkgver}"
diff --git a/extra/samba/PKGBUILD b/extra/samba/PKGBUILD
index e53769d6a..ee622432d 100644
--- a/extra/samba/PKGBUILD
+++ b/extra/samba/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 169815 2012-10-30 08:04:35Z tpowa $
+# $Id: PKGBUILD 173345 2012-12-19 14:09:05Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgbase=samba
pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.9
+pkgver=3.6.10
# We use the 'A' to fake out pacman's version comparators. Samba chooses
# to append 'a','b',etc to their subsequent releases, which pamcan
# misconstrues as alpha, beta, etc. Bad samba!
-_realver=3.6.9
+_realver=3.6.10
pkgrel=1
arch=(i686 x86_64)
url="http://www.samba.org"
@@ -157,7 +157,7 @@ install='samba.install'
install -D -m644 ${srcdir}/samba.conf ${pkgdir}/usr/lib/tmpfiles.d/samba.conf
rm -rf ${pkgdir}/var/run
}
-md5sums=('0c48bbeb9549fcda37f108aa3c2a817f'
+md5sums=('b5f0560c216122529b1c3b7f41c62567'
'a45a4283723be2b0ae32439dc4496a09'
'5697da77590ec092cc8a883bae06093c'
'a4bbfa39fee95bba2e7ad6b535fae7e6'
diff --git a/libre/gst-plugins-bad-libre/PKGBUILD b/libre/gst-plugins-bad-libre/PKGBUILD
index e96c047a8..5a20ba446 100644
--- a/libre/gst-plugins-bad-libre/PKGBUILD
+++ b/libre/gst-plugins-bad-libre/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 171693 2012-11-21 14:33:55Z heftig $
+# $Id: PKGBUILD 173502 2012-12-19 18:25:44Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer (Parabola): Márcio Silva <coadde@lavabit.com>
pkgbase=gst-plugins-bad
pkgname=gst-plugins-bad-libre
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc='GStreamer Multimedia Framework Bad Plugins, without nonfree faac support'
arch=(
@@ -57,7 +57,7 @@ source=(
"$url/src/$pkgbase/$pkgbase-$pkgver.tar.xz"
)
sha256sums=(
- 2eae746be0b4c7fa2f1e057c91bd36940d7c25593ab612b707904461360031f0
+ 198759adb10ceb1777245f5706a198708e4539cd1e19b8a900f5d573fc76089f
)
build() {