[arch-commits] Commit in opal (gnome-unstable trunk/PKGBUILD trunk/gcc-4.4.patch)
Jan de Groot
jgc at archlinux.org
Mon Oct 12 07:47:11 UTC 2009
Date: Monday, October 12, 2009 @ 03:47:10
Author: jgc
Revision: 55144
Merge gnome-unstable
Modified:
opal/trunk/PKGBUILD
Deleted:
opal/gnome-unstable/
opal/trunk/gcc-4.4.patch
---------------+
PKGBUILD | 12 +++++-------
gcc-4.4.patch | 10 ----------
2 files changed, 5 insertions(+), 17 deletions(-)
Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2009-10-12 07:46:13 UTC (rev 55143)
+++ trunk/PKGBUILD 2009-10-12 07:47:10 UTC (rev 55144)
@@ -2,22 +2,20 @@
# Maintainer: Jan de Groot <jan at archlinux.org>
# Contributor: Tom K <tomk at runbox.com>
pkgname=opal
-pkgver=3.6.4
+pkgver=3.6.6
pkgrel=1
pkgdesc="Open Phone Abstraction Library"
arch=(i686 x86_64)
url="http://www.ekiga.org"
license=('GPL')
-depends=('ptlib=2.6.4' 'libtheora' 'x264>=20090416' 'speex')
+depends=('ptlib=2.6.5' 'libtheora' 'x264>=20090416' 'speex')
makedepends=('ffmpeg')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.6/${pkgname}-${pkgver}.tar.bz2
- gcc-4.4.patch)
-md5sums=('d894c176818a33d34a04b21386798c4f'
- '8ca6eb81099815d0323105dd2603766c')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.6/${pkgname}-${pkgver}.tar.bz2)
+#gcc-4.4.patch)
+sha256sums=('60c9d75703bedfeca7140cb76b23fae7179ce1f86e7e8b0026b72d66acd75c82')
build() {
cd "${srcdir}/opal-${pkgver}"
- patch -Np0 -i "${srcdir}/gcc-4.4.patch" || return 1
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
Deleted: trunk/gcc-4.4.patch
===================================================================
--- trunk/gcc-4.4.patch 2009-10-12 07:46:13 UTC (rev 55143)
+++ trunk/gcc-4.4.patch 2009-10-12 07:47:10 UTC (rev 55144)
@@ -1,10 +0,0 @@
---- plugins/video/H.264/gpl/enc-ctx.cxx~ 2009-05-19 09:52:39.000000000 +0000
-+++ plugins/video/H.264/gpl/enc-ctx.cxx 2009-05-19 18:35:05.361761163 +0000
-@@ -35,6 +35,7 @@
- #define STRCMPI strcasecmp
- #endif
- #include <string.h>
-+#include <cstdio>
-
- #ifndef X264_LINK_STATIC
- X264Library X264Lib;
More information about the arch-commits
mailing list