summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-09 04:13:43 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-09 04:13:43 (GMT)
commit4f2409345e731322c4dad76329df7da783834416 (patch)
treea0139913a7943d98a16d2d836ff53b1441b6b549 /abs/core-testing
parent1b1c9aff1305d15b7b7809f31e3ba28150c77c42 (diff)
downloadlinhes_pkgbuild-4f2409345e731322c4dad76329df7da783834416.zip
linhes_pkgbuild-4f2409345e731322c4dad76329df7da783834416.tar.gz
linhes_pkgbuild-4f2409345e731322c4dad76329df7da783834416.tar.bz2
Corrected source locations. Latest version of libdc/raw1394 and libiec61883.
Diffstat (limited to 'abs/core-testing')
-rw-r--r--abs/core-testing/libavc1394/PKGBUILD2
-rw-r--r--abs/core-testing/libdc1394/PKGBUILD4
-rw-r--r--abs/core-testing/libiec61883/PKGBUILD4
-rw-r--r--abs/core-testing/libraw1394/PKGBUILD6
4 files changed, 8 insertions, 8 deletions
diff --git a/abs/core-testing/libavc1394/PKGBUILD b/abs/core-testing/libavc1394/PKGBUILD
index 6972eca..8138916 100644
--- a/abs/core-testing/libavc1394/PKGBUILD
+++ b/abs/core-testing/libavc1394/PKGBUILD
@@ -10,7 +10,7 @@ arch=("i686" "x86_64")
url="http://sourceforge.net/projects/libavc1394/"
depends=('libraw1394')
options=('!libtool')
-source=(http://dl.sourceforge.net/sourceforge/libavc1394/$pkgname\-$pkgver.tar.gz)
+source=(http://internap.dl.sourceforge.net/sourceforge/libavc1394/$pkgname\-$pkgver.tar.gz)
md5sums=('09e30b1fb5ae455b6d8407e457a711a3')
build() {
diff --git a/abs/core-testing/libdc1394/PKGBUILD b/abs/core-testing/libdc1394/PKGBUILD
index 31e5c6b..75f3704 100644
--- a/abs/core-testing/libdc1394/PKGBUILD
+++ b/abs/core-testing/libdc1394/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libdc1394
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
pkgdesc="High level programming interface to control IEEE 1394 based cameras"
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ depends=('libraw1394>=1.3.0')
options=(!libtool !emptydirs)
source=(http://downloads.sourceforge.net/sourceforge/libdc1394/${pkgname}-${pkgver}.tar.gz)
url="http://sourceforge.net/projects/libdc1394/"
-md5sums=('6b5abeed347e7f6682f4fa9f06437a5f')
+md5sums=('51909785c8c3da6881dd983c98c0c6d6')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
diff --git a/abs/core-testing/libiec61883/PKGBUILD b/abs/core-testing/libiec61883/PKGBUILD
index f0ca6ea..6c11122 100644
--- a/abs/core-testing/libiec61883/PKGBUILD
+++ b/abs/core-testing/libiec61883/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Stephen Caraher <moskvax@gmail.com>
pkgname=libiec61883
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('LGPL')
depends=('libraw1394')
options=('!libtool')
source=(http://www.linux1394.org/dl/$pkgname-$pkgver.tar.gz)
-md5sums=('08f46840912ae2032499186228842a32')
+md5sums=('8af39fff74988073c3ad53fbab147da9')
build() {
cd $startdir/src/$pkgname-$pkgver
diff --git a/abs/core-testing/libraw1394/PKGBUILD b/abs/core-testing/libraw1394/PKGBUILD
index c4faf49..4c73a58 100644
--- a/abs/core-testing/libraw1394/PKGBUILD
+++ b/abs/core-testing/libraw1394/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=libraw1394
-pkgver=1.3.0
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
arch=('i686' 'x86_64')
license=('LGPL')
pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver"
@@ -13,7 +13,7 @@ makedepends=('pkgconfig')
url="http://www.linux1394.org/"
options=(!libtool force)
source=(http://www.linux1394.org/dl/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c5d9ab62bd25dba96af010b3471e816a')
+md5sums=('9fbbef5ea31101c4c28085db134fd448')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}