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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Apr 29 13:16:59 UTC 2013


    Date: Monday, April 29, 2013 @ 15:16:59
  Author: spupykin
Revision: 89456

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

Added:
  fbv/repos/community-staging-i686/
  fbv/repos/community-staging-i686/ChangeLog
    (from rev 89455, fbv/trunk/ChangeLog)
  fbv/repos/community-staging-i686/PKGBUILD
    (from rev 89455, fbv/trunk/PKGBUILD)
  fbv/repos/community-staging-x86_64/
  fbv/repos/community-staging-x86_64/ChangeLog
    (from rev 89455, fbv/trunk/ChangeLog)
  fbv/repos/community-staging-x86_64/PKGBUILD
    (from rev 89455, fbv/trunk/PKGBUILD)

------------------------------------+
 community-staging-i686/ChangeLog   |    2 ++
 community-staging-i686/PKGBUILD    |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/ChangeLog |    2 ++
 community-staging-x86_64/PKGBUILD  |   29 +++++++++++++++++++++++++++++
 4 files changed, 62 insertions(+)

Copied: fbv/repos/community-staging-i686/ChangeLog (from rev 89455, fbv/trunk/ChangeLog)
===================================================================
--- community-staging-i686/ChangeLog	                        (rev 0)
+++ community-staging-i686/ChangeLog	2013-04-29 13:16:59 UTC (rev 89456)
@@ -0,0 +1,2 @@
+2007-06-26 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64

Copied: fbv/repos/community-staging-i686/PKGBUILD (from rev 89455, fbv/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-29 13:16:59 UTC (rev 89456)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Aectann <aectann at infoline.su>
+
+pkgname=fbv
+pkgver=1.0b
+pkgrel=6
+pkgdesc="FrameBuffer image viewer"
+arch=('i686' 'x86_64')
+url="http://s-tech.elsat.net.pl/fbv/"
+license=('GPL')
+depends=('libpng' 'libungif' 'libjpeg')
+source=(http://s-tech.elsat.net.pl/fbv/$pkgname-$pkgver.tar.gz)
+md5sums=('3e466375b930ec22be44f1041e77b55d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  sed -i 's|LIBS.*|LIBS=-lpng -ljpeg -lungif -lgif|' Make.conf
+  sed -i 's|setjmp(png_ptr->jmpbuf)|setjmp(png_jmpbuf(png_ptr))|' png.c
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin
+  mkdir -p $pkgdir/usr/share/man/man1
+  make DESTDIR=$pkgdir install
+}

Copied: fbv/repos/community-staging-x86_64/ChangeLog (from rev 89455, fbv/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog	                        (rev 0)
+++ community-staging-x86_64/ChangeLog	2013-04-29 13:16:59 UTC (rev 89456)
@@ -0,0 +1,2 @@
+2007-06-26 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64

Copied: fbv/repos/community-staging-x86_64/PKGBUILD (from rev 89455, fbv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-29 13:16:59 UTC (rev 89456)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Aectann <aectann at infoline.su>
+
+pkgname=fbv
+pkgver=1.0b
+pkgrel=6
+pkgdesc="FrameBuffer image viewer"
+arch=('i686' 'x86_64')
+url="http://s-tech.elsat.net.pl/fbv/"
+license=('GPL')
+depends=('libpng' 'libungif' 'libjpeg')
+source=(http://s-tech.elsat.net.pl/fbv/$pkgname-$pkgver.tar.gz)
+md5sums=('3e466375b930ec22be44f1041e77b55d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  sed -i 's|LIBS.*|LIBS=-lpng -ljpeg -lungif -lgif|' Make.conf
+  sed -i 's|setjmp(png_ptr->jmpbuf)|setjmp(png_jmpbuf(png_ptr))|' png.c
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin
+  mkdir -p $pkgdir/usr/share/man/man1
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list