[arch-commits] Commit in ffmpeg2theora/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Feb 7 18:00:47 UTC 2013


    Date: Thursday, February 7, 2013 @ 19:00:47
  Author: bpiotrowski
Revision: 83972

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  ffmpeg2theora/repos/community-staging-i686/
  ffmpeg2theora/repos/community-staging-i686/PKGBUILD
    (from rev 83971, ffmpeg2theora/trunk/PKGBUILD)
  ffmpeg2theora/repos/community-staging-x86_64/
  ffmpeg2theora/repos/community-staging-x86_64/PKGBUILD
    (from rev 83971, ffmpeg2theora/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: ffmpeg2theora/repos/community-staging-i686/PKGBUILD (from rev 83971, ffmpeg2theora/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-07 18:00:47 UTC (rev 83972)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+pkgname=ffmpeg2theora
+pkgver=0.29
+pkgrel=3
+pkgdesc="Simple converter to create Ogg Theora files"
+arch=('x86_64' 'i686')
+url="http://www.v2v.cc/~j/ffmpeg2theora/"
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('scons') # 'libkate')
+source=("http://www.v2v.cc/~j/$pkgname/downloads/$pkgname-$pkgver.tar.bz2")
+sha256sums=('214110e2a5afdd8ff8e0be18152e893dbff5dabc1ae1d1124e64d9f93eae946d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  scons
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  scons install destdir="$pkgdir" prefix="/usr" mandir="PREFIX/share/man"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ffmpeg2theora/repos/community-staging-x86_64/PKGBUILD (from rev 83971, ffmpeg2theora/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-07 18:00:47 UTC (rev 83972)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+pkgname=ffmpeg2theora
+pkgver=0.29
+pkgrel=3
+pkgdesc="Simple converter to create Ogg Theora files"
+arch=('x86_64' 'i686')
+url="http://www.v2v.cc/~j/ffmpeg2theora/"
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('scons') # 'libkate')
+source=("http://www.v2v.cc/~j/$pkgname/downloads/$pkgname-$pkgver.tar.bz2")
+sha256sums=('214110e2a5afdd8ff8e0be18152e893dbff5dabc1ae1d1124e64d9f93eae946d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  scons
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  scons install destdir="$pkgdir" prefix="/usr" mandir="PREFIX/share/man"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list