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

Connor Behan cbehan at nymeria.archlinux.org
Sun Apr 28 11:23:58 UTC 2013


    Date: Sunday, April 28, 2013 @ 13:23:58
  Author: cbehan
Revision: 89264

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

Added:
  ming/repos/community-staging-i686/
  ming/repos/community-staging-i686/PKGBUILD
    (from rev 89263, ming/trunk/PKGBUILD)
  ming/repos/community-staging-x86_64/
  ming/repos/community-staging-x86_64/PKGBUILD
    (from rev 89263, ming/trunk/PKGBUILD)

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

Copied: ming/repos/community-staging-i686/PKGBUILD (from rev 89263, ming/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-28 11:23:58 UTC (rev 89264)
@@ -0,0 +1,28 @@
+# Maintainer: Connor Behan <connor.behan at gmail.com>
+# Contributor: mar77i <mysatyre at gmail dot com>
+
+pkgname=ming
+pkgver=0.4.4
+pkgrel=2
+pkgdesc="SWF output library"
+arch=('i686' 'x86_64')
+url="http://www.libming.net/"
+license=('GPL' 'LGPL')
+depends=('freetype2' 'libpng' 'flex')
+makedepends=('bison' 'pkg-config' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('9e780f93670eaf68b1eefa6cdfc1d1e2')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver/
+  sed -i -e 's/ifndef HAVE_VASPRINTF/ifdef HAVE_VASPRINTF/' util/decompile.c util/makeswf.c
+  LDFLAGS="${LDFLAGS/ -Wl,--as-needed/}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-python
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver/
+  make DESTDIR="$pkgdir" install
+}

Copied: ming/repos/community-staging-x86_64/PKGBUILD (from rev 89263, ming/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-28 11:23:58 UTC (rev 89264)
@@ -0,0 +1,28 @@
+# Maintainer: Connor Behan <connor.behan at gmail.com>
+# Contributor: mar77i <mysatyre at gmail dot com>
+
+pkgname=ming
+pkgver=0.4.4
+pkgrel=2
+pkgdesc="SWF output library"
+arch=('i686' 'x86_64')
+url="http://www.libming.net/"
+license=('GPL' 'LGPL')
+depends=('freetype2' 'libpng' 'flex')
+makedepends=('bison' 'pkg-config' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('9e780f93670eaf68b1eefa6cdfc1d1e2')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver/
+  sed -i -e 's/ifndef HAVE_VASPRINTF/ifdef HAVE_VASPRINTF/' util/decompile.c util/makeswf.c
+  LDFLAGS="${LDFLAGS/ -Wl,--as-needed/}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-python
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver/
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list