[arch-commits] Commit in freewrl/repos (6 files)

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:20:19 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:20:19
  Author: heftig
Revision: 88056

db-move: moved freewrl from [community-staging] to [community-testing] (i686, x86_64)

Added:
  freewrl/repos/community-testing-i686/
  freewrl/repos/community-testing-i686/PKGBUILD
    (from rev 88050, freewrl/repos/community-staging-i686/PKGBUILD)
  freewrl/repos/community-testing-x86_64/
  freewrl/repos/community-testing-x86_64/PKGBUILD
    (from rev 88050, freewrl/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  freewrl/repos/community-staging-i686/
  freewrl/repos/community-staging-x86_64/

-----------------------------------+
 community-testing-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: freewrl/repos/community-testing-i686/PKGBUILD (from rev 88050, freewrl/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-04-10 19:20:19 UTC (rev 88056)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=freewrl
+pkgver=1.22.13.1
+_pkgver=1.22.13
+pkgrel=4
+pkgdesc="VRML viewer"
+arch=('i686' 'x86_64')
+url="http://freewrl.sourceforge.net/"
+license=('GPL')
+depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 'sox'
+	 'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 'js' 'glu')
+makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('27f4bf163011d8ac2088a535cb58a13d')
+
+build() {
+  . /etc/profile.d/jre.sh
+  . /etc/profile.d/jdk.sh
+  cd $srcdir/$pkgname-${_pkgver}
+  export JAVASCRIPT_ENGINE_CFLAGS="-I/usr/include/js -DXP_UNIX -DJS_THREADSAFE $(pkg-config --cflags nspr)"
+  export JAVASCRIPT_ENGINE_LIBS="$(pkg-config --libs nspr) -lmozjs185"
+  ./configure \
+    --prefix=/usr --with-fontsdir=/usr/share/fonts/TTF --enable-libeai \
+    --enable-libcurl --with-expat=/usr --with-target=x11 --enable-plugin \
+    --disable-mozilla-js --enable-xulrunner-js --disable-firefox-js \
+    --disable-seamonkey-js
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${_pkgver}
+  make DESTDIR=$pkgdir install
+}

Copied: freewrl/repos/community-testing-x86_64/PKGBUILD (from rev 88050, freewrl/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-04-10 19:20:19 UTC (rev 88056)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=freewrl
+pkgver=1.22.13.1
+_pkgver=1.22.13
+pkgrel=4
+pkgdesc="VRML viewer"
+arch=('i686' 'x86_64')
+url="http://freewrl.sourceforge.net/"
+license=('GPL')
+depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 'sox'
+	 'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 'js' 'glu')
+makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('27f4bf163011d8ac2088a535cb58a13d')
+
+build() {
+  . /etc/profile.d/jre.sh
+  . /etc/profile.d/jdk.sh
+  cd $srcdir/$pkgname-${_pkgver}
+  export JAVASCRIPT_ENGINE_CFLAGS="-I/usr/include/js -DXP_UNIX -DJS_THREADSAFE $(pkg-config --cflags nspr)"
+  export JAVASCRIPT_ENGINE_LIBS="$(pkg-config --libs nspr) -lmozjs185"
+  ./configure \
+    --prefix=/usr --with-fontsdir=/usr/share/fonts/TTF --enable-libeai \
+    --enable-libcurl --with-expat=/usr --with-target=x11 --enable-plugin \
+    --disable-mozilla-js --enable-xulrunner-js --disable-firefox-js \
+    --disable-seamonkey-js
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${_pkgver}
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list