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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Jul 14 19:15:30 UTC 2013


    Date: Sunday, July 14, 2013 @ 21:15:30
  Author: bpiotrowski
Revision: 94130

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 94129, ffmpeg2theora/trunk/PKGBUILD)
  ffmpeg2theora/repos/community-staging-x86_64/
  ffmpeg2theora/repos/community-staging-x86_64/PKGBUILD
    (from rev 94129, ffmpeg2theora/trunk/PKGBUILD)

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

Copied: ffmpeg2theora/repos/community-staging-i686/PKGBUILD (from rev 94129, ffmpeg2theora/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-07-14 19:15:30 UTC (rev 94130)
@@ -0,0 +1,35 @@
+# $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=4
+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')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  echo "#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000" >> src/ffmpeg2theora.h
+}
+
+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 94129, ffmpeg2theora/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-07-14 19:15:30 UTC (rev 94130)
@@ -0,0 +1,35 @@
+# $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=4
+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')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  echo "#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000" >> src/ffmpeg2theora.h
+}
+
+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