[arch-commits] Commit in libtheora/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2009-11-01 Thread Eric Bélanger
Date: Sunday, November 1, 2009 @ 02:48:03
  Author: eric
Revision: 57637

Merged revisions 57636 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libtheora/trunk


  r57636 | eric | 2009-11-01 02:47:45 -0500 (Sun, 01 Nov 2009) | 2 lines
  
  upgpkg: libtheora 1.1.1-1
  Upstream update


Modified:
  libtheora/repos/extra-x86_64/ (properties)
  libtheora/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Property changes on: libtheora/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /libtheora/trunk:1-57406
   + /libtheora/trunk:1-57636

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-11-01 07:47:45 UTC (rev 57636)
+++ extra-x86_64/PKGBUILD   2009-11-01 07:48:03 UTC (rev 57637)
@@ -3,7 +3,7 @@
 # Committer: dorphell dorph...@archlinux.org
 
 pkgname=libtheora
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc=An open video codec developed by the Xiph.org
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 makedepends=('libvorbis')
 options=('!libtool')
 source=(http://downloads.xiph.org/releases/theora/libtheora-${pkgver}.tar.bz2)
-md5sums=('d0f83cf7f13e2b3bd068a858ca1398ad')
-sha1sums=('fb1686a8318d79f889f248ff774265d0ec4c6430')
+md5sums=('292ab65cedd5021d6b7ddd117e07cd8e')
+sha1sums=('8dcaa8e61cd86eb1244467c0b64b9ddac04ae262')
 
 build() {
   cd ${srcdir}/libtheora-${pkgver}



[arch-commits] Commit in libtheora/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2009-10-31 Thread Eric Bélanger
Date: Saturday, October 31, 2009 @ 09:48:49
  Author: eric
Revision: 57407

Merged revisions 57406 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libtheora/trunk


  r57406 | eric | 2009-10-31 09:48:34 -0400 (Sat, 31 Oct 2009) | 2 lines
  
  upgpkg: libtheora 1.1.0-1
  Upstream update, Fixed license


Modified:
  libtheora/repos/extra-x86_64/ (properties)
  libtheora/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)


Property changes on: libtheora/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /libtheora/trunk:1-38496
   + /libtheora/trunk:1-57406

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-10-31 13:48:34 UTC (rev 57406)
+++ extra-x86_64/PKGBUILD   2009-10-31 13:48:49 UTC (rev 57407)
@@ -3,17 +3,18 @@
 # Committer: dorphell dorph...@archlinux.org
 
 pkgname=libtheora
-pkgver=1.0
-pkgrel=1.1
+pkgver=1.1.0
+pkgrel=1
 pkgdesc=An open video codec developed by the Xiph.org
 arch=('i686' 'x86_64')
+url=http://www.xiph.org;
+license=('BSD')
 depends=('libogg')
 makedepends=('libvorbis')
-url=http://www.xiph.org
-license=('custom')
-options=(!libtool)
+options=('!libtool')
 source=(http://downloads.xiph.org/releases/theora/libtheora-${pkgver}.tar.bz2)
-md5sums=('c963937053f45a7878954bed37ceb182')
+md5sums=('d0f83cf7f13e2b3bd068a858ca1398ad')
+sha1sums=('fb1686a8318d79f889f248ff774265d0ec4c6430')
 
 build() {
   cd ${srcdir}/libtheora-${pkgver}