[arch-commits] Commit in tachyon/repos (8 files)

Antonio Rojas arojas at archlinux.org
Mon Jul 10 21:26:58 UTC 2017


    Date: Monday, July 10, 2017 @ 21:26:57
  Author: arojas
Revision: 243806

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

Added:
  tachyon/repos/community-i686/PKGBUILD
    (from rev 243805, tachyon/trunk/PKGBUILD)
  tachyon/repos/community-i686/enable-jpeg-png.patch
    (from rev 243805, tachyon/trunk/enable-jpeg-png.patch)
  tachyon/repos/community-x86_64/PKGBUILD
    (from rev 243805, tachyon/trunk/PKGBUILD)
  tachyon/repos/community-x86_64/enable-jpeg-png.patch
    (from rev 243805, tachyon/trunk/enable-jpeg-png.patch)
Deleted:
  tachyon/repos/community-i686/PKGBUILD
  tachyon/repos/community-i686/enable-jpeg-png.patch
  tachyon/repos/community-x86_64/PKGBUILD
  tachyon/repos/community-x86_64/enable-jpeg-png.patch

----------------------------------------+
 /PKGBUILD                              |   92 +++++++++++++++++++++++++++++++
 /enable-jpeg-png.patch                 |   88 +++++++++++++++++++++++++++++
 community-i686/PKGBUILD                |   45 ---------------
 community-i686/enable-jpeg-png.patch   |   44 --------------
 community-x86_64/PKGBUILD              |   45 ---------------
 community-x86_64/enable-jpeg-png.patch |   44 --------------
 6 files changed, 180 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-10 21:26:32 UTC (rev 243805)
+++ community-i686/PKGBUILD	2017-07-10 21:26:57 UTC (rev 243806)
@@ -1,45 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=tachyon
-pkgver=0.98.9
-pkgrel=3
-pkgdesc="Multithreaded ray tracing software"
-arch=('i686' 'x86_64')
-url="http://jedi.ks.uiuc.edu/~johns/raytracer/"
-license=('BSD')
-depends=('libjpeg-turbo' 'libpng')
-makedepends=()
-source=("http://jedi.ks.uiuc.edu/~johns/raytracer/files/$pkgver/$pkgname-$pkgver.tar.gz" 'enable-jpeg-png.patch')
-md5sums=('eb39e10bb37bccc949b45b8fc28dabd7'
-         'e0f0c2bd974d0beac509d6dd237ad77c')
-
-case "$CARCH" in
-  "i686") _target=linux-thr ;;
-  "x86_64") _target=linux-64-thr ;;
-esac
-
-prepare(){
-  cd $pkgname
-# enable JPEG and PNG support
-  patch -p0 -i "$srcdir"/enable-jpeg-png.patch
-}
-
-build() {
-  cd $pkgname/unix
-  make $_target
-}
-
-package() {
-  cd $pkgname/compile/$_target
-  install -D -m 755 tachyon $pkgdir/usr/bin/tachyon
-  install -D -m 644 libtachyon.a $pkgdir/usr/lib/libtachyon.a
-
-  cd $srcdir/$pkgname/scenes
-  install -d "$pkgdir"/usr/share/tachyon/scenes/imaps
-  install -m 644 README *.dat *.cam *.ac "$pkgdir"/usr/share/tachyon/scenes
-  install -m 644 imaps/* "$pkgdir"/usr/share/tachyon/scenes/imaps
-
-  install -d "$pkgdir"/usr/share/licenses/tachyon
-  install $srcdir/$pkgname/Copyright "$pkgdir"/usr/share/licenses/tachyon
-}

Copied: tachyon/repos/community-i686/PKGBUILD (from rev 243805, tachyon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-10 21:26:57 UTC (rev 243806)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=tachyon
+pkgver=0.98.9
+pkgrel=4
+pkgdesc="Multithreaded ray tracing software"
+arch=(i686 x86_64)
+url="http://jedi.ks.uiuc.edu/~johns/raytracer/"
+license=(BSD)
+depends=(libjpeg-turbo libpng)
+makedepends=()
+source=("http://jedi.ks.uiuc.edu/~johns/raytracer/files/$pkgver/$pkgname-$pkgver.tar.gz" 'enable-jpeg-png.patch')
+sha256sums=('c6a3298ded4dc3e9390447819e1dac59b62c3d2d46d4154312ffe71549ee40d7'
+            'ecd6ab6274879e0f971e2eba17871fffe2e24dcc9a332013a0b100ee4857cc2c')
+
+case "$CARCH" in
+  "i686") _target=linux-thr ;;
+  "x86_64") _target=linux-64-thr ;;
+esac
+
+prepare(){
+  cd $pkgname
+# enable JPEG and PNG support
+  patch -p0 -i "$srcdir"/enable-jpeg-png.patch
+}
+
+build() {
+  cd $pkgname/unix
+  make $_target
+}
+
+package() {
+  cd $pkgname/compile/$_target
+  install -D -m 755 tachyon $pkgdir/usr/bin/tachyon
+  install -D -m 644 libtachyon.a $pkgdir/usr/lib/libtachyon.a
+
+  cd $srcdir/$pkgname/scenes
+  install -d "$pkgdir"/usr/share/tachyon/scenes/imaps
+  install -m 644 README *.dat *.cam *.ac "$pkgdir"/usr/share/tachyon/scenes
+  install -m 644 imaps/* "$pkgdir"/usr/share/tachyon/scenes/imaps
+
+  install -d "$pkgdir"/usr/share/licenses/tachyon
+  install $srcdir/$pkgname/Copyright "$pkgdir"/usr/share/licenses/tachyon
+}

Deleted: community-i686/enable-jpeg-png.patch
===================================================================
--- community-i686/enable-jpeg-png.patch	2017-07-10 21:26:32 UTC (rev 243805)
+++ community-i686/enable-jpeg-png.patch	2017-07-10 21:26:57 UTC (rev 243806)
@@ -1,44 +0,0 @@
---- unix/Make-config.orig	2015-01-08 20:45:17.968890865 +0100
-+++ unix/Make-config	2015-01-08 20:46:16.223075085 +0100
-@@ -108,14 +108,14 @@
- #   http://www.ijg.org/files/
- ##########################################################################
- # Uncomment the following lines to disable JPEG support
--USEJPEG=
--JPEGINC=
--JPEGLIB=
-+#USEJPEG=
-+#JPEGINC=
-+#JPEGLIB=
- 
- # Uncomment the following lines to enable JPEG support
--#USEJPEG= -DUSEJPEG
--#JPEGINC= -I/usr/local/include
--#JPEGLIB= -L/usr/local/lib -ljpeg
-+USEJPEG= -DUSEJPEG
-+JPEGINC= -I/usr/include
-+JPEGLIB= -L/usr/lib -ljpeg
- 
- 
- ##########################################################################
-@@ -128,14 +128,14 @@
- #   http://www.libpng.org/
- ##########################################################################
- # Uncomment the following lines to disable PNG support
--USEPNG=
--PNGINC=
--PNGLIB=
-+#USEPNG=
-+#PNGINC=
-+#PNGLIB=
- 
- # Uncomment the following lines to enable PNG support
--#USEPNG= -DUSEPNG
--#PNGINC= -I/usr/local/include
--#PNGLIB= -L/usr/local/lib -lpng -lz
-+USEPNG= -DUSEPNG
-+PNGINC= -I/usr/include
-+PNGLIB= -L/usr/lib -lpng -lz
- 
- 
- ##########################################################################

Copied: tachyon/repos/community-i686/enable-jpeg-png.patch (from rev 243805, tachyon/trunk/enable-jpeg-png.patch)
===================================================================
--- community-i686/enable-jpeg-png.patch	                        (rev 0)
+++ community-i686/enable-jpeg-png.patch	2017-07-10 21:26:57 UTC (rev 243806)
@@ -0,0 +1,44 @@
+--- unix/Make-config.orig	2015-01-08 20:45:17.968890865 +0100
++++ unix/Make-config	2015-01-08 20:46:16.223075085 +0100
+@@ -108,14 +108,14 @@
+ #   http://www.ijg.org/files/
+ ##########################################################################
+ # Uncomment the following lines to disable JPEG support
+-USEJPEG=
+-JPEGINC=
+-JPEGLIB=
++#USEJPEG=
++#JPEGINC=
++#JPEGLIB=
+ 
+ # Uncomment the following lines to enable JPEG support
+-#USEJPEG= -DUSEJPEG
+-#JPEGINC= -I/usr/local/include
+-#JPEGLIB= -L/usr/local/lib -ljpeg
++USEJPEG= -DUSEJPEG
++JPEGINC= -I/usr/include
++JPEGLIB= -L/usr/lib -ljpeg
+ 
+ 
+ ##########################################################################
+@@ -128,14 +128,14 @@
+ #   http://www.libpng.org/
+ ##########################################################################
+ # Uncomment the following lines to disable PNG support
+-USEPNG=
+-PNGINC=
+-PNGLIB=
++#USEPNG=
++#PNGINC=
++#PNGLIB=
+ 
+ # Uncomment the following lines to enable PNG support
+-#USEPNG= -DUSEPNG
+-#PNGINC= -I/usr/local/include
+-#PNGLIB= -L/usr/local/lib -lpng -lz
++USEPNG= -DUSEPNG
++PNGINC= -I/usr/include
++PNGLIB= -L/usr/lib -lpng -lz
+ 
+ 
+ ##########################################################################

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-10 21:26:32 UTC (rev 243805)
+++ community-x86_64/PKGBUILD	2017-07-10 21:26:57 UTC (rev 243806)
@@ -1,45 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=tachyon
-pkgver=0.98.9
-pkgrel=3
-pkgdesc="Multithreaded ray tracing software"
-arch=('i686' 'x86_64')
-url="http://jedi.ks.uiuc.edu/~johns/raytracer/"
-license=('BSD')
-depends=('libjpeg-turbo' 'libpng')
-makedepends=()
-source=("http://jedi.ks.uiuc.edu/~johns/raytracer/files/$pkgver/$pkgname-$pkgver.tar.gz" 'enable-jpeg-png.patch')
-md5sums=('eb39e10bb37bccc949b45b8fc28dabd7'
-         'e0f0c2bd974d0beac509d6dd237ad77c')
-
-case "$CARCH" in
-  "i686") _target=linux-thr ;;
-  "x86_64") _target=linux-64-thr ;;
-esac
-
-prepare(){
-  cd $pkgname
-# enable JPEG and PNG support
-  patch -p0 -i "$srcdir"/enable-jpeg-png.patch
-}
-
-build() {
-  cd $pkgname/unix
-  make $_target
-}
-
-package() {
-  cd $pkgname/compile/$_target
-  install -D -m 755 tachyon $pkgdir/usr/bin/tachyon
-  install -D -m 644 libtachyon.a $pkgdir/usr/lib/libtachyon.a
-
-  cd $srcdir/$pkgname/scenes
-  install -d "$pkgdir"/usr/share/tachyon/scenes/imaps
-  install -m 644 README *.dat *.cam *.ac "$pkgdir"/usr/share/tachyon/scenes
-  install -m 644 imaps/* "$pkgdir"/usr/share/tachyon/scenes/imaps
-
-  install -d "$pkgdir"/usr/share/licenses/tachyon
-  install $srcdir/$pkgname/Copyright "$pkgdir"/usr/share/licenses/tachyon
-}

Copied: tachyon/repos/community-x86_64/PKGBUILD (from rev 243805, tachyon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-10 21:26:57 UTC (rev 243806)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=tachyon
+pkgver=0.98.9
+pkgrel=4
+pkgdesc="Multithreaded ray tracing software"
+arch=(i686 x86_64)
+url="http://jedi.ks.uiuc.edu/~johns/raytracer/"
+license=(BSD)
+depends=(libjpeg-turbo libpng)
+makedepends=()
+source=("http://jedi.ks.uiuc.edu/~johns/raytracer/files/$pkgver/$pkgname-$pkgver.tar.gz" 'enable-jpeg-png.patch')
+sha256sums=('c6a3298ded4dc3e9390447819e1dac59b62c3d2d46d4154312ffe71549ee40d7'
+            'ecd6ab6274879e0f971e2eba17871fffe2e24dcc9a332013a0b100ee4857cc2c')
+
+case "$CARCH" in
+  "i686") _target=linux-thr ;;
+  "x86_64") _target=linux-64-thr ;;
+esac
+
+prepare(){
+  cd $pkgname
+# enable JPEG and PNG support
+  patch -p0 -i "$srcdir"/enable-jpeg-png.patch
+}
+
+build() {
+  cd $pkgname/unix
+  make $_target
+}
+
+package() {
+  cd $pkgname/compile/$_target
+  install -D -m 755 tachyon $pkgdir/usr/bin/tachyon
+  install -D -m 644 libtachyon.a $pkgdir/usr/lib/libtachyon.a
+
+  cd $srcdir/$pkgname/scenes
+  install -d "$pkgdir"/usr/share/tachyon/scenes/imaps
+  install -m 644 README *.dat *.cam *.ac "$pkgdir"/usr/share/tachyon/scenes
+  install -m 644 imaps/* "$pkgdir"/usr/share/tachyon/scenes/imaps
+
+  install -d "$pkgdir"/usr/share/licenses/tachyon
+  install $srcdir/$pkgname/Copyright "$pkgdir"/usr/share/licenses/tachyon
+}

Deleted: community-x86_64/enable-jpeg-png.patch
===================================================================
--- community-x86_64/enable-jpeg-png.patch	2017-07-10 21:26:32 UTC (rev 243805)
+++ community-x86_64/enable-jpeg-png.patch	2017-07-10 21:26:57 UTC (rev 243806)
@@ -1,44 +0,0 @@
---- unix/Make-config.orig	2015-01-08 20:45:17.968890865 +0100
-+++ unix/Make-config	2015-01-08 20:46:16.223075085 +0100
-@@ -108,14 +108,14 @@
- #   http://www.ijg.org/files/
- ##########################################################################
- # Uncomment the following lines to disable JPEG support
--USEJPEG=
--JPEGINC=
--JPEGLIB=
-+#USEJPEG=
-+#JPEGINC=
-+#JPEGLIB=
- 
- # Uncomment the following lines to enable JPEG support
--#USEJPEG= -DUSEJPEG
--#JPEGINC= -I/usr/local/include
--#JPEGLIB= -L/usr/local/lib -ljpeg
-+USEJPEG= -DUSEJPEG
-+JPEGINC= -I/usr/include
-+JPEGLIB= -L/usr/lib -ljpeg
- 
- 
- ##########################################################################
-@@ -128,14 +128,14 @@
- #   http://www.libpng.org/
- ##########################################################################
- # Uncomment the following lines to disable PNG support
--USEPNG=
--PNGINC=
--PNGLIB=
-+#USEPNG=
-+#PNGINC=
-+#PNGLIB=
- 
- # Uncomment the following lines to enable PNG support
--#USEPNG= -DUSEPNG
--#PNGINC= -I/usr/local/include
--#PNGLIB= -L/usr/local/lib -lpng -lz
-+USEPNG= -DUSEPNG
-+PNGINC= -I/usr/include
-+PNGLIB= -L/usr/lib -lpng -lz
- 
- 
- ##########################################################################

Copied: tachyon/repos/community-x86_64/enable-jpeg-png.patch (from rev 243805, tachyon/trunk/enable-jpeg-png.patch)
===================================================================
--- community-x86_64/enable-jpeg-png.patch	                        (rev 0)
+++ community-x86_64/enable-jpeg-png.patch	2017-07-10 21:26:57 UTC (rev 243806)
@@ -0,0 +1,44 @@
+--- unix/Make-config.orig	2015-01-08 20:45:17.968890865 +0100
++++ unix/Make-config	2015-01-08 20:46:16.223075085 +0100
+@@ -108,14 +108,14 @@
+ #   http://www.ijg.org/files/
+ ##########################################################################
+ # Uncomment the following lines to disable JPEG support
+-USEJPEG=
+-JPEGINC=
+-JPEGLIB=
++#USEJPEG=
++#JPEGINC=
++#JPEGLIB=
+ 
+ # Uncomment the following lines to enable JPEG support
+-#USEJPEG= -DUSEJPEG
+-#JPEGINC= -I/usr/local/include
+-#JPEGLIB= -L/usr/local/lib -ljpeg
++USEJPEG= -DUSEJPEG
++JPEGINC= -I/usr/include
++JPEGLIB= -L/usr/lib -ljpeg
+ 
+ 
+ ##########################################################################
+@@ -128,14 +128,14 @@
+ #   http://www.libpng.org/
+ ##########################################################################
+ # Uncomment the following lines to disable PNG support
+-USEPNG=
+-PNGINC=
+-PNGLIB=
++#USEPNG=
++#PNGINC=
++#PNGLIB=
+ 
+ # Uncomment the following lines to enable PNG support
+-#USEPNG= -DUSEPNG
+-#PNGINC= -I/usr/local/include
+-#PNGLIB= -L/usr/local/lib -lpng -lz
++USEPNG= -DUSEPNG
++PNGINC= -I/usr/include
++PNGLIB= -L/usr/lib -lpng -lz
+ 
+ 
+ ##########################################################################



More information about the arch-commits mailing list