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

Connor Behan cbehan at archlinux.org
Thu Nov 12 20:35:09 UTC 2015


    Date: Thursday, November 12, 2015 @ 21:35:09
  Author: cbehan
Revision: 146653

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

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

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ------------------
 community-x86_64/PKGBUILD |   28 ------------------
 3 files changed, 68 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-12 20:34:43 UTC (rev 146652)
+++ community-i686/PKGBUILD	2015-11-12 20:35:09 UTC (rev 146653)
@@ -1,28 +0,0 @@
-# Maintainer: Connor Behan <connor.behan at gmail.com>
-# Contributor: mar77i <mysatyre at gmail dot com>
-
-pkgname=ming
-pkgver=0.4.5
-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=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('73bcbcb837f3872ef1a936c539a2513c')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver/
-  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-i686/PKGBUILD (from rev 146652, ming/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-12 20:35:09 UTC (rev 146653)
@@ -0,0 +1,34 @@
+# Maintainer: Connor Behan <connor.behan at gmail.com>
+# Contributor: mar77i <mysatyre at gmail dot com>
+
+pkgname=ming
+pkgver=0.4.7
+pkgrel=1
+pkgdesc="SWF output library"
+arch=('i686' 'x86_64')
+url="http://www.libming.net/"
+license=('GPL' 'LGPL')
+depends=('freetype2' 'libpng' 'flex' 'giflib')
+makedepends=('bison' 'pkg-config' 'python2')
+options=('!emptydirs')
+source=(https://github.com/libming/libming/archive/${pkgname}-${pkgver//./_}.tar.gz)
+md5sums=('dbb71ae5bc131a609fbfe2005bc095cc')
+
+build() {
+  cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/
+  ./autogen.sh
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-python
+
+  # Strange that this can fail when we let the Makefile do it
+  pushd src/actioncompiler
+  bison -y -p swf4 -b swf4compiler swf4compiler.y
+  bison -y -p swf5 -b swf5compiler swf5compiler.y
+  popd
+  make
+}
+
+package() {
+  cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-12 20:34:43 UTC (rev 146652)
+++ community-x86_64/PKGBUILD	2015-11-12 20:35:09 UTC (rev 146653)
@@ -1,28 +0,0 @@
-# Maintainer: Connor Behan <connor.behan at gmail.com>
-# Contributor: mar77i <mysatyre at gmail dot com>
-
-pkgname=ming
-pkgver=0.4.5
-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=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('73bcbcb837f3872ef1a936c539a2513c')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver/
-  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-x86_64/PKGBUILD (from rev 146652, ming/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-12 20:35:09 UTC (rev 146653)
@@ -0,0 +1,34 @@
+# Maintainer: Connor Behan <connor.behan at gmail.com>
+# Contributor: mar77i <mysatyre at gmail dot com>
+
+pkgname=ming
+pkgver=0.4.7
+pkgrel=1
+pkgdesc="SWF output library"
+arch=('i686' 'x86_64')
+url="http://www.libming.net/"
+license=('GPL' 'LGPL')
+depends=('freetype2' 'libpng' 'flex' 'giflib')
+makedepends=('bison' 'pkg-config' 'python2')
+options=('!emptydirs')
+source=(https://github.com/libming/libming/archive/${pkgname}-${pkgver//./_}.tar.gz)
+md5sums=('dbb71ae5bc131a609fbfe2005bc095cc')
+
+build() {
+  cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/
+  ./autogen.sh
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-python
+
+  # Strange that this can fail when we let the Makefile do it
+  pushd src/actioncompiler
+  bison -y -p swf4 -b swf4compiler swf4compiler.y
+  bison -y -p swf5 -b swf5compiler swf5compiler.y
+  popd
+  make
+}
+
+package() {
+  cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list