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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Jan 26 18:16:22 UTC 2016


    Date: Tuesday, January 26, 2016 @ 19:16:22
  Author: jlichtblau
Revision: 158969

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

Added:
  ffmpeg2theora/repos/community-i686/PKGBUILD
    (from rev 158968, ffmpeg2theora/trunk/PKGBUILD)
  ffmpeg2theora/repos/community-i686/ffmpeg2theora-0.29-underlinking.patch
    (from rev 158968, ffmpeg2theora/trunk/ffmpeg2theora-0.29-underlinking.patch)
  ffmpeg2theora/repos/community-x86_64/PKGBUILD
    (from rev 158968, ffmpeg2theora/trunk/PKGBUILD)
  ffmpeg2theora/repos/community-x86_64/ffmpeg2theora-0.29-underlinking.patch
    (from rev 158968, ffmpeg2theora/trunk/ffmpeg2theora-0.29-underlinking.patch)
Deleted:
  ffmpeg2theora/repos/community-i686/PKGBUILD
  ffmpeg2theora/repos/community-i686/ffmpeg2theora-0.29-underlinking.patch
  ffmpeg2theora/repos/community-x86_64/PKGBUILD
  ffmpeg2theora/repos/community-x86_64/ffmpeg2theora-0.29-underlinking.patch

--------------------------------------------------------+
 /PKGBUILD                                              |   76 +++++++++++++++
 /ffmpeg2theora-0.29-underlinking.patch                 |   42 ++++++++
 community-i686/PKGBUILD                                |   38 -------
 community-i686/ffmpeg2theora-0.29-underlinking.patch   |   21 ----
 community-x86_64/PKGBUILD                              |   38 -------
 community-x86_64/ffmpeg2theora-0.29-underlinking.patch |   21 ----
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-26 18:16:03 UTC (rev 158968)
+++ community-i686/PKGBUILD	2016-01-26 18:16:22 UTC (rev 158969)
@@ -1,38 +0,0 @@
-# $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=6
-pkgdesc="Simple converter to create Ogg Theora files"
-arch=('i686' 'x86_64')
-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
-        ffmpeg2theora-0.29-underlinking.patch)
-sha256sums=('214110e2a5afdd8ff8e0be18152e893dbff5dabc1ae1d1124e64d9f93eae946d'
-            '3b937c7e3a5afe327ee75e246ef606a747b8fb5880b43a864b3b9db4a245ef7f')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  echo "#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000" >> src/ffmpeg2theora.h
-  patch -p0 -i ../ffmpeg2theora-0.29-underlinking.patch
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  scons
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  scons install destdir="${pkgdir}" prefix="/usr" mandir="PREFIX/share/man"
-}

Copied: ffmpeg2theora/repos/community-i686/PKGBUILD (from rev 158968, ffmpeg2theora/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-26 18:16:22 UTC (rev 158969)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at 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.30
+pkgrel=1
+pkgdesc="Simple converter to create Ogg Theora files"
+arch=('i686' 'x86_64')
+url="http://www.v2v.cc/~j/ffmpeg2theora/"
+license=('GPL')
+depends=('ffmpeg' 'libkate')
+makedepends=('scons' 'git')
+source=($pkgname-$pkgver::git+https://git.xiph.org/ffmpeg2theora.git#tag=${pkgver}
+        ffmpeg2theora-0.29-underlinking.patch)
+sha256sums=('SKIP'
+            '3b937c7e3a5afe327ee75e246ef606a747b8fb5880b43a864b3b9db4a245ef7f')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  echo "#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000" >> src/ffmpeg2theora.h
+  patch -p0 -i ../ffmpeg2theora-0.29-underlinking.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  scons
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  scons install destdir="${pkgdir}" prefix="/usr" mandir="PREFIX/share/man"
+}

Deleted: community-i686/ffmpeg2theora-0.29-underlinking.patch
===================================================================
--- community-i686/ffmpeg2theora-0.29-underlinking.patch	2016-01-26 18:16:03 UTC (rev 158968)
+++ community-i686/ffmpeg2theora-0.29-underlinking.patch	2016-01-26 18:16:22 UTC (rev 158969)
@@ -1,21 +0,0 @@
-For example, pow() from mathlib is used directly in src/ffmpeg2theora.c:
-
-<snip>
-v = pow(v, g) * 255.0;    // mplayer's vf_eq2.c multiplies with 256 here, strange...
-</snip>
-
-For build failure and log, see Gentoo bug #504698
-
---- SConstruct
-+++ SConstruct
-@@ -206,9 +206,8 @@
-   if env['crossmingw']:
-       env.Append(CCFLAGS=['-Wl,-subsystem,windows'])
-       env.Append(LIBS=['m'])
--  elif env['static']:
--      env.Append(LIBS=['m', 'dl'])
- 
-+  env.Append(LIBS=['m', 'dl'])
- 
- env = conf.Finish()
- 

Copied: ffmpeg2theora/repos/community-i686/ffmpeg2theora-0.29-underlinking.patch (from rev 158968, ffmpeg2theora/trunk/ffmpeg2theora-0.29-underlinking.patch)
===================================================================
--- community-i686/ffmpeg2theora-0.29-underlinking.patch	                        (rev 0)
+++ community-i686/ffmpeg2theora-0.29-underlinking.patch	2016-01-26 18:16:22 UTC (rev 158969)
@@ -0,0 +1,21 @@
+For example, pow() from mathlib is used directly in src/ffmpeg2theora.c:
+
+<snip>
+v = pow(v, g) * 255.0;    // mplayer's vf_eq2.c multiplies with 256 here, strange...
+</snip>
+
+For build failure and log, see Gentoo bug #504698
+
+--- SConstruct
++++ SConstruct
+@@ -206,9 +206,8 @@
+   if env['crossmingw']:
+       env.Append(CCFLAGS=['-Wl,-subsystem,windows'])
+       env.Append(LIBS=['m'])
+-  elif env['static']:
+-      env.Append(LIBS=['m', 'dl'])
+ 
++  env.Append(LIBS=['m', 'dl'])
+ 
+ env = conf.Finish()
+ 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-26 18:16:03 UTC (rev 158968)
+++ community-x86_64/PKGBUILD	2016-01-26 18:16:22 UTC (rev 158969)
@@ -1,38 +0,0 @@
-# $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=6
-pkgdesc="Simple converter to create Ogg Theora files"
-arch=('i686' 'x86_64')
-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
-        ffmpeg2theora-0.29-underlinking.patch)
-sha256sums=('214110e2a5afdd8ff8e0be18152e893dbff5dabc1ae1d1124e64d9f93eae946d'
-            '3b937c7e3a5afe327ee75e246ef606a747b8fb5880b43a864b3b9db4a245ef7f')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  echo "#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000" >> src/ffmpeg2theora.h
-  patch -p0 -i ../ffmpeg2theora-0.29-underlinking.patch
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  scons
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  scons install destdir="${pkgdir}" prefix="/usr" mandir="PREFIX/share/man"
-}

Copied: ffmpeg2theora/repos/community-x86_64/PKGBUILD (from rev 158968, ffmpeg2theora/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-26 18:16:22 UTC (rev 158969)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at 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.30
+pkgrel=1
+pkgdesc="Simple converter to create Ogg Theora files"
+arch=('i686' 'x86_64')
+url="http://www.v2v.cc/~j/ffmpeg2theora/"
+license=('GPL')
+depends=('ffmpeg' 'libkate')
+makedepends=('scons' 'git')
+source=($pkgname-$pkgver::git+https://git.xiph.org/ffmpeg2theora.git#tag=${pkgver}
+        ffmpeg2theora-0.29-underlinking.patch)
+sha256sums=('SKIP'
+            '3b937c7e3a5afe327ee75e246ef606a747b8fb5880b43a864b3b9db4a245ef7f')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  echo "#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000" >> src/ffmpeg2theora.h
+  patch -p0 -i ../ffmpeg2theora-0.29-underlinking.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  scons
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  scons install destdir="${pkgdir}" prefix="/usr" mandir="PREFIX/share/man"
+}

Deleted: community-x86_64/ffmpeg2theora-0.29-underlinking.patch
===================================================================
--- community-x86_64/ffmpeg2theora-0.29-underlinking.patch	2016-01-26 18:16:03 UTC (rev 158968)
+++ community-x86_64/ffmpeg2theora-0.29-underlinking.patch	2016-01-26 18:16:22 UTC (rev 158969)
@@ -1,21 +0,0 @@
-For example, pow() from mathlib is used directly in src/ffmpeg2theora.c:
-
-<snip>
-v = pow(v, g) * 255.0;    // mplayer's vf_eq2.c multiplies with 256 here, strange...
-</snip>
-
-For build failure and log, see Gentoo bug #504698
-
---- SConstruct
-+++ SConstruct
-@@ -206,9 +206,8 @@
-   if env['crossmingw']:
-       env.Append(CCFLAGS=['-Wl,-subsystem,windows'])
-       env.Append(LIBS=['m'])
--  elif env['static']:
--      env.Append(LIBS=['m', 'dl'])
- 
-+  env.Append(LIBS=['m', 'dl'])
- 
- env = conf.Finish()
- 

Copied: ffmpeg2theora/repos/community-x86_64/ffmpeg2theora-0.29-underlinking.patch (from rev 158968, ffmpeg2theora/trunk/ffmpeg2theora-0.29-underlinking.patch)
===================================================================
--- community-x86_64/ffmpeg2theora-0.29-underlinking.patch	                        (rev 0)
+++ community-x86_64/ffmpeg2theora-0.29-underlinking.patch	2016-01-26 18:16:22 UTC (rev 158969)
@@ -0,0 +1,21 @@
+For example, pow() from mathlib is used directly in src/ffmpeg2theora.c:
+
+<snip>
+v = pow(v, g) * 255.0;    // mplayer's vf_eq2.c multiplies with 256 here, strange...
+</snip>
+
+For build failure and log, see Gentoo bug #504698
+
+--- SConstruct
++++ SConstruct
+@@ -206,9 +206,8 @@
+   if env['crossmingw']:
+       env.Append(CCFLAGS=['-Wl,-subsystem,windows'])
+       env.Append(LIBS=['m'])
+-  elif env['static']:
+-      env.Append(LIBS=['m', 'dl'])
+ 
++  env.Append(LIBS=['m', 'dl'])
+ 
+ env = conf.Finish()
+ 



More information about the arch-commits mailing list