[arch-commits] Commit in lib32-libtheora/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Mar 11 12:49:00 UTC 2019


    Date: Monday, March 11, 2019 @ 12:48:58
  Author: alucryd
Revision: 439755

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libtheora/repos/multilib-x86_64/PKGBUILD
    (from rev 439754, lib32-libtheora/trunk/PKGBUILD)
Deleted:
  lib32-libtheora/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |  109 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 57 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-11 12:48:48 UTC (rev 439754)
+++ PKGBUILD	2019-03-11 12:48:58 UTC (rev 439755)
@@ -1,52 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Nicky726 <nicky726 at gmail.com>
-# Contributor: Tom Killian <tom at archlinux.org>
-# Contributor: Rémy Oudompheng <remyoudompheng at gmail.com>
-
-pkgname=lib32-libtheora
-pkgver=1.1.1
-pkgrel=11
-pkgdesc='An open video codec developed by the Xiph.org'
-arch=('x86_64')
-url='http://www.xiph.org'
-license=('BSD')
-depends=('lib32-libogg' 'libtheora')
-makedepends=('gcc-multilib' 'lib32-libvorbis')
-source=("http://downloads.xiph.org/releases/theora/libtheora-${pkgver}.tar.bz2")
-sha512sums=('9ab9b3af1c35d16a7d6d84f61f59ef3180132e30c27bdd7c0fa2683e0d00e2c791accbc7fd2c90718cc947d8bd10ee4a5940fb55f90f1fd7b0ed30583a47dbbd')
-
-prepare() {
-  cd libtheora-${pkgver}
-
-  sed -i 's|AC_DEFINE(\[OC_X86_64_ASM\]|#AC_DEFINE(\[OC_X86_64_ASM\]|
-          s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|' configure.ac
-}
-
-build() {
-  cd libtheora-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./autogen.sh \
-    --prefix='/usr' \
-    --libdir='/usr/lib32' \
-    --with-pic \
-    --disable-examples \
-    --disable-static
-  make
-}
-
-package() {
-  cd libtheora-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libtheora "${pkgdir}"/usr/share/licenses/lib32-libtheora
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libtheora/repos/multilib-x86_64/PKGBUILD (from rev 439754, lib32-libtheora/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-11 12:48:58 UTC (rev 439755)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Nicky726 <nicky726 at gmail.com>
+# Contributor: Tom Killian <tom at archlinux.org>
+# Contributor: Rémy Oudompheng <remyoudompheng at gmail.com>
+
+pkgname=lib32-libtheora
+pkgver=1.1.1
+pkgrel=12
+pkgdesc='An open video codec developed by the Xiph.org'
+arch=(x86_64)
+url=https://www.xiph.org
+license=(BSD)
+depends=(
+  lib32-libogg
+  libtheora
+)
+makedepends=(
+  git
+  lib32-libvorbis
+)
+source=(git+https://git.xiph.org/theora.git#tag=v${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd theora
+
+  sed 's/AC_DEFINE(\[OC_X86_64_ASM\]/#AC_DEFINE(\[OC_X86_64_ASM\]/
+       s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
+}
+
+build() {
+  cd theora
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./autogen.sh \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --with-pic \
+    --disable-examples \
+    --disable-static
+  make
+}
+
+package() {
+  cd theora
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libtheora "${pkgdir}"/usr/share/licenses/lib32-libtheora
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list