[arch-commits] CVS update of extra/lib/libtheora (PKGBUILD)

Tom Killian tom at archlinux.org
Fri Oct 5 15:12:59 UTC 2007


    Date: Friday, October 5, 2007 @ 11:12:59
  Author: tom
    Path: /home/cvs-extra/extra/lib/libtheora

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: libtheora 1.0beta1-1


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


Index: extra/lib/libtheora/PKGBUILD
diff -u extra/lib/libtheora/PKGBUILD:1.7 extra/lib/libtheora/PKGBUILD:1.8
--- extra/lib/libtheora/PKGBUILD:1.7	Sat Dec 23 17:11:15 2006
+++ extra/lib/libtheora/PKGBUILD	Fri Oct  5 11:12:59 2007
@@ -1,20 +1,26 @@
-# $Id: PKGBUILD,v 1.7 2006/12/23 22:11:15 andyrtr Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.8 2007/10/05 15:12:59 tom Exp $
+# Maintainer: Tom Killian <tom at archlinux.org>
 # Committer: dorphell <dorphell at archlinux.org>
 
 pkgname=libtheora
-pkgver=1.0alpha7
+pkgver=1.0beta1
 pkgrel=1
 pkgdesc="An open video codec developed by the Xiph.org"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 depends=('libogg')
 makedepends=('libvorbis')
-options=(NOLIBTOOL)
-source=(http://downloads.xiph.org/releases/theora/${pkgname}-${pkgver}.tar.bz2)
+url=http://www.xiph.org
+license=('custom')
+source=(http://downloads.xiph.org/releases/theora/libtheora-${pkgver}.tar.bz2)
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${startdir}/src/libtheora-${pkgver}
   ./configure --prefix=/usr --enable-shared
   make || return 1
   make DESTDIR=${startdir}/pkg install
+  
+  for file in LICENSE COPYING ; do
+    install -D $file $startdir/pkg/usr/share/licenses/libtheora/$file
+  done
 }
+md5sums=('e2ff1996c5a9fadd0df1025aa10bc35e')




More information about the arch-commits mailing list