[arch-commits] Commit in (8 files)

Ionut Biru ibiru at archlinux.org
Tue May 4 09:01:27 UTC 2010


    Date: Tuesday, May 4, 2010 @ 05:01:27
  Author: ibiru
Revision: 79531

moving schroedinger to extra

Added:
  orc/
  orc/repos/
  orc/trunk/
  orc/trunk/PKGBUILD
  schroedinger/
  schroedinger/repos/
  schroedinger/trunk/
  schroedinger/trunk/PKGBUILD

-----------------------------+
 orc/trunk/PKGBUILD          |   23 +++++++++++++++++++++++
 schroedinger/trunk/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

Added: orc/trunk/PKGBUILD
===================================================================
--- orc/trunk/PKGBUILD	                        (rev 0)
+++ orc/trunk/PKGBUILD	2010-05-04 09:01:27 UTC (rev 79531)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=orc
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="The Oild Runtime Compiler"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://code.entropywave.com/projects/orc/"
+depends=('glibc')
+options=('!libtool')
+source=(http://code.entropywave.com/download/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('35f3b7283f391ab8ade7f94332940414')
+
+build () {
+    cd $srcdir/$pkgname-$pkgver
+
+    ./configure --prefix=/usr --disable-static || return 1
+    make || return 1
+    make DESTDIR=$pkgdir install || return 1
+
+    install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


Property changes on: orc/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: schroedinger/trunk/PKGBUILD
===================================================================
--- schroedinger/trunk/PKGBUILD	                        (rev 0)
+++ schroedinger/trunk/PKGBUILD	2010-05-04 09:01:27 UTC (rev 79531)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Timm Preetz <timm at preetz.us>
+# Contributor: rabyte <rabyte__gmail>
+pkgname=schroedinger
+pkgver=1.0.9
+pkgrel=1
+pkgdesc="An implemenation of the Dirac video codec in ANSI C code"
+arch=('i686' 'x86_64')
+url="http://www.diracvideo.org/"
+license=('GPL2' 'LGPL2' 'MPL' 'MIT')
+depends=('orc>=0.4.3')
+makedepends=('pkgconfig')
+options=(!libtool)
+source=(http://www.diracvideo.org/download/schroedinger/$pkgname-$pkgver.tar.gz)
+md5sums=('d67ec48b7c506db8c8b49156bf409e60')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
+  ./configure --prefix=/usr
+
+  make || return 1
+  make DESTDIR=$pkgdir install
+
+  install -m644 -D COPYING.MIT $pkgdir/usr/share/licenses/$pkgname/COPYING.MIT
+}


Property changes on: schroedinger/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list