[arch-commits] Commit in thunderbird/trunk (PKGBUILD libvpx.patch)

Ionut Biru ibiru at archlinux.org
Sun Feb 5 18:58:59 UTC 2012


    Date: Sunday, February 5, 2012 @ 13:58:58
  Author: ibiru
Revision: 149111

libvpx 1.0 rebuild

Added:
  thunderbird/trunk/libvpx.patch
Modified:
  thunderbird/trunk/PKGBUILD

--------------+
 PKGBUILD     |   11 +++++++----
 libvpx.patch |   12 ++++++++++++
 2 files changed, 19 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-05 18:51:36 UTC (rev 149110)
+++ PKGBUILD	2012-02-05 18:58:58 UTC (rev 149111)
@@ -5,29 +5,32 @@
 
 pkgname=thunderbird
 pkgver=10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
 url="http://www.mozilla.org/thunderbird/"
 depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite3' 'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13')
 optdepends=('libcanberra: for sound support')
 install=thunderbird.install
 source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver-real/source/thunderbird-$pkgver.source.tar.bz2
         mozconfig
         thunderbird.desktop
         thunderbird-install-dir.patch
-        vendor.js)
+        vendor.js
+        libvpx.patch)
 md5sums=('6f76f25894ba746a2e33614d3dd8dbab'
          'ca98c2bf1017b33e19dae22fdcef2e73'
          'af3e5b344d2edf1c7d61bb0a5a96de9a'
          'aea906acf72c43dd82ead2fabcc1c6db'
-         '5a53179d14ae9631b7afe5e4d0fc0b25')
+         '5a53179d14ae9631b7afe5e4d0fc0b25'
+         '5b2aaff7dfe7f1f94ad965905b20e782')
 
 build() {
   cd "$srcdir/comm-release"
   patch -Np1 -i "$srcdir/thunderbird-install-dir.patch"
+  patch -Np1 -i "$srcdir/libvpx.patch"
 
   cp "$srcdir/mozconfig" .mozconfig
 

Added: libvpx.patch
===================================================================
--- libvpx.patch	                        (rev 0)
+++ libvpx.patch	2012-02-05 18:58:58 UTC (rev 149111)
@@ -0,0 +1,12 @@
+diff -Nur comm-release.orig/mozilla/configure.in comm-release/mozilla/configure.in
+--- comm-release.orig/mozilla/configure.in	2012-02-05 18:02:17.376830377 +0000
++++ comm-release/mozilla/configure.in	2012-02-05 18:03:25.246274275 +0000
+@@ -5629,7 +5629,7 @@
+             dnl v0.9.6 one to check for.
+             AC_TRY_COMPILE([
+                 #include <vpx/vpx_decoder.h>
+-                #if !defined(VPX_CODEC_USE_INPUT_PARTITION)
++                #if !defined(VPX_CODEC_USE_INPUT_FRAGMENTS)
+                     #error "test failed."
+                 #endif
+                 ],




More information about the arch-commits mailing list