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

2016-11-22 Thread Levente Polyak
Date: Tuesday, November 22, 2016 @ 17:47:40
  Author: anthraxx
Revision: 196554

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

Added:
  xv/repos/community-staging-i686/
  xv/repos/community-staging-i686/PKGBUILD
(from rev 196553, xv/trunk/PKGBUILD)
  xv/repos/community-staging-i686/license.txt
(from rev 196553, xv/trunk/license.txt)
  xv/repos/community-staging-i686/xv-3.10a-libpng15.patch
(from rev 196553, xv/trunk/xv-3.10a-libpng15.patch)
  xv/repos/community-staging-x86_64/
  xv/repos/community-staging-x86_64/PKGBUILD
(from rev 196553, xv/trunk/PKGBUILD)
  xv/repos/community-staging-x86_64/license.txt
(from rev 196553, xv/trunk/license.txt)
  xv/repos/community-staging-x86_64/xv-3.10a-libpng15.patch
(from rev 196553, xv/trunk/xv-3.10a-libpng15.patch)

--+
 community-staging-i686/PKGBUILD  |   46 +
 community-staging-i686/license.txt   |  139 +
 community-staging-i686/xv-3.10a-libpng15.patch   |  520 +
 community-staging-x86_64/PKGBUILD|   46 +
 community-staging-x86_64/license.txt |  139 +
 community-staging-x86_64/xv-3.10a-libpng15.patch |  520 +
 6 files changed, 1410 insertions(+)

Copied: xv/repos/community-staging-i686/PKGBUILD (from rev 196553, 
xv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-22 17:47:40 UTC (rev 196554)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xv
+pkgver=3.10a
+pkgrel=22
+pkgdesc="A nice image viewer"
+arch=('i686' 'x86_64')
+url="http://www.trilon.com/xv/;
+license=('custom')
+depends=('libpng' 'libx11' 'libtiff' 'jasper')
+makedepends=('libxt')
+options=('!emptydirs')
+source=(ftp://ftp.trilon.com/pub/xv/${pkgname}-${pkgver}.tar.gz \
+
http://downloads.sourceforge.net/sourceforge/png-mng/xv-3.10a-jumbo-patches-20070520.tar.gz
 \
+
http://www.sonic.net/~roelofs/code/xv-3.10a-enhancements.20070520-20081216.diff 
\
+license.txt xv-3.10a-libpng15.patch)
+sha1sums=('092f8eb100f16d6b91c88b126c2b2b998eb09b99'
+  'd00308c1687d9d803d26ef40c73d19a0f593c626'
+  '40bfb0889b820e0f9d3bd7d771144ec3458acc66'
+  '4561344e8f2c30eee9c55b14a14f062d89d6e7b7'
+  '3d19aa0c6ecc8b554081906babe0b4f9a6946da3')
+
+prepare() {
+  tar -cJf xv-${pkgver}-source.tar.xz xv-${pkgver}
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt"
+  patch -p1 -i "${srcdir}/xv-3.10a-enhancements.20070520-20081216.diff"
+  patch -p0 -i "${srcdir}/xv-3.10a-libpng15.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make JP2KLIB=-ljasper
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}"/usr/{bin,lib,share/man/man1}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -D -m644 "${srcdir}/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+
+# installing source tarball (to comply with license)
+  install -D -m644 "${srcdir}/xv-${pkgver}-source.tar.xz" 
"${pkgdir}/usr/share/doc/xv/xv-${pkgver}-source.tar.xz"
+  ln -s "/usr/share/licenses/${pkgname}/license.txt" 
"${pkgdir}/usr/share/doc/xv/license.txt"
+}

Copied: xv/repos/community-staging-i686/license.txt (from rev 196553, 
xv/trunk/license.txt)
===
--- community-staging-i686/license.txt  (rev 0)
+++ community-staging-i686/license.txt  2016-11-22 17:47:40 UTC (rev 196554)
@@ -0,0 +1,139 @@
+XV Licensing Information
+
+XV IS SHAREWARE FOR PERSONAL USE ONLY.  
+
+You may use XV for your own amusement, and if you find it nifty,
+useful, generally cool, or of some value to you, your registration fee
+would be greatly appreciated.  $25 is the standard registration fee,
+though of course, larger amounts are quite welcome.  Folks who donate
+$40 or more can receive a printed, bound copy of the XV manual for no
+extra charge.  If you want one, just ask.  BE SURE TO SPECIFY THE
+VERSION OF XV THAT YOU ARE USING!
+
+COMMERCIAL, GOVERNMENT, AND INSTITUTIONAL USERS MUST REGISTER THEIR
+COPIES OF XV.
+
+This does *not* mean that you are required to register XV just because
+you play with it on the workstation in your office.  This falls under
+the heading of 'personal use'.  If you are a sysadmin, you can put XV
+up in a public directory for your users amusement.  Again, 'personal
+use', albeit plural.
+
+On the other hand, if you use XV in the course of doing your work,
+whatever your 'work' may happen to be, you *must* register your
+copy of XV.  (Note:  If you are a student, and you use XV to do 
+classwork or research, you should get your professor/teacher/advisor
+to purchase an appropriate number of copies.)
+
+XV licenses 

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

2016-11-10 Thread Levente Polyak
Date: Thursday, November 10, 2016 @ 17:13:45
  Author: anthraxx
Revision: 195313

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

Added:
  xv/repos/community-staging-i686/
  xv/repos/community-staging-i686/PKGBUILD
(from rev 195312, xv/trunk/PKGBUILD)
  xv/repos/community-staging-i686/license.txt
(from rev 195312, xv/trunk/license.txt)
  xv/repos/community-staging-i686/xv-3.10a-libpng15.patch
(from rev 195312, xv/trunk/xv-3.10a-libpng15.patch)
  xv/repos/community-staging-x86_64/
  xv/repos/community-staging-x86_64/PKGBUILD
(from rev 195312, xv/trunk/PKGBUILD)
  xv/repos/community-staging-x86_64/license.txt
(from rev 195312, xv/trunk/license.txt)
  xv/repos/community-staging-x86_64/xv-3.10a-libpng15.patch
(from rev 195312, xv/trunk/xv-3.10a-libpng15.patch)

--+
 community-staging-i686/PKGBUILD  |   46 +
 community-staging-i686/license.txt   |  139 +
 community-staging-i686/xv-3.10a-libpng15.patch   |  520 +
 community-staging-x86_64/PKGBUILD|   46 +
 community-staging-x86_64/license.txt |  139 +
 community-staging-x86_64/xv-3.10a-libpng15.patch |  520 +
 6 files changed, 1410 insertions(+)

Copied: xv/repos/community-staging-i686/PKGBUILD (from rev 195312, 
xv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-10 17:13:45 UTC (rev 195313)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xv
+pkgver=3.10a
+pkgrel=19
+pkgdesc="A nice image viewer"
+arch=('i686' 'x86_64')
+url="http://www.trilon.com/xv/;
+license=('custom')
+depends=('libpng' 'libx11' 'libtiff' 'jasper')
+makedepends=('libxt')
+options=('!emptydirs')
+source=(ftp://ftp.trilon.com/pub/xv/${pkgname}-${pkgver}.tar.gz \
+
http://downloads.sourceforge.net/sourceforge/png-mng/xv-3.10a-jumbo-patches-20070520.tar.gz
 \
+
http://www.sonic.net/~roelofs/code/xv-3.10a-enhancements.20070520-20081216.diff 
\
+license.txt xv-3.10a-libpng15.patch)
+sha1sums=('092f8eb100f16d6b91c88b126c2b2b998eb09b99'
+  'd00308c1687d9d803d26ef40c73d19a0f593c626'
+  '40bfb0889b820e0f9d3bd7d771144ec3458acc66'
+  '4561344e8f2c30eee9c55b14a14f062d89d6e7b7'
+  '3d19aa0c6ecc8b554081906babe0b4f9a6946da3')
+
+prepare() {
+  tar -cJf xv-${pkgver}-source.tar.xz xv-${pkgver}
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt"
+  patch -p1 -i "${srcdir}/xv-3.10a-enhancements.20070520-20081216.diff"
+  patch -p0 -i "${srcdir}/xv-3.10a-libpng15.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make JP2KLIB=-ljasper
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}"/usr/{bin,lib,share/man/man1}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -D -m644 "${srcdir}/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+
+# installing source tarball (to comply with license)
+  install -D -m644 "${srcdir}/xv-${pkgver}-source.tar.xz" 
"${pkgdir}/usr/share/doc/xv/xv-${pkgver}-source.tar.xz"
+  ln -s "/usr/share/licenses/${pkgname}/license.txt" 
"${pkgdir}/usr/share/doc/xv/license.txt"
+}

Copied: xv/repos/community-staging-i686/license.txt (from rev 195312, 
xv/trunk/license.txt)
===
--- community-staging-i686/license.txt  (rev 0)
+++ community-staging-i686/license.txt  2016-11-10 17:13:45 UTC (rev 195313)
@@ -0,0 +1,139 @@
+XV Licensing Information
+
+XV IS SHAREWARE FOR PERSONAL USE ONLY.  
+
+You may use XV for your own amusement, and if you find it nifty,
+useful, generally cool, or of some value to you, your registration fee
+would be greatly appreciated.  $25 is the standard registration fee,
+though of course, larger amounts are quite welcome.  Folks who donate
+$40 or more can receive a printed, bound copy of the XV manual for no
+extra charge.  If you want one, just ask.  BE SURE TO SPECIFY THE
+VERSION OF XV THAT YOU ARE USING!
+
+COMMERCIAL, GOVERNMENT, AND INSTITUTIONAL USERS MUST REGISTER THEIR
+COPIES OF XV.
+
+This does *not* mean that you are required to register XV just because
+you play with it on the workstation in your office.  This falls under
+the heading of 'personal use'.  If you are a sysadmin, you can put XV
+up in a public directory for your users amusement.  Again, 'personal
+use', albeit plural.
+
+On the other hand, if you use XV in the course of doing your work,
+whatever your 'work' may happen to be, you *must* register your
+copy of XV.  (Note:  If you are a student, and you use XV to do 
+classwork or research, you should get your professor/teacher/advisor
+to purchase an appropriate number of copies.)
+
+XV licenses 

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

2016-11-10 Thread Levente Polyak
Date: Thursday, November 10, 2016 @ 17:05:43
  Author: anthraxx
Revision: 195304

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

Added:
  xv/repos/staging-i686/
  xv/repos/staging-i686/PKGBUILD
(from rev 195303, xv/trunk/PKGBUILD)
  xv/repos/staging-i686/license.txt
(from rev 195303, xv/trunk/license.txt)
  xv/repos/staging-i686/xv-3.10a-libpng15.patch
(from rev 195303, xv/trunk/xv-3.10a-libpng15.patch)
  xv/repos/staging-x86_64/
  xv/repos/staging-x86_64/PKGBUILD
(from rev 195303, xv/trunk/PKGBUILD)
  xv/repos/staging-x86_64/license.txt
(from rev 195303, xv/trunk/license.txt)
  xv/repos/staging-x86_64/xv-3.10a-libpng15.patch
(from rev 195303, xv/trunk/xv-3.10a-libpng15.patch)

+
 staging-i686/PKGBUILD  |   46 ++
 staging-i686/license.txt   |  139 
 staging-i686/xv-3.10a-libpng15.patch   |  520 +++
 staging-x86_64/PKGBUILD|   46 ++
 staging-x86_64/license.txt |  139 
 staging-x86_64/xv-3.10a-libpng15.patch |  520 +++
 6 files changed, 1410 insertions(+)

Copied: xv/repos/staging-i686/PKGBUILD (from rev 195303, xv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-10 17:05:43 UTC (rev 195304)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xv
+pkgver=3.10a
+pkgrel=19
+pkgdesc="A nice image viewer"
+arch=('i686' 'x86_64')
+url="http://www.trilon.com/xv/;
+license=('custom')
+depends=('libpng' 'libx11' 'libtiff' 'jasper')
+makedepends=('libxt')
+options=('!emptydirs')
+source=(ftp://ftp.trilon.com/pub/xv/${pkgname}-${pkgver}.tar.gz \
+
http://downloads.sourceforge.net/sourceforge/png-mng/xv-3.10a-jumbo-patches-20070520.tar.gz
 \
+
http://www.sonic.net/~roelofs/code/xv-3.10a-enhancements.20070520-20081216.diff 
\
+license.txt xv-3.10a-libpng15.patch)
+sha1sums=('092f8eb100f16d6b91c88b126c2b2b998eb09b99'
+  'd00308c1687d9d803d26ef40c73d19a0f593c626'
+  '40bfb0889b820e0f9d3bd7d771144ec3458acc66'
+  '4561344e8f2c30eee9c55b14a14f062d89d6e7b7'
+  '3d19aa0c6ecc8b554081906babe0b4f9a6946da3')
+
+prepare() {
+  tar -cJf xv-${pkgver}-source.tar.xz xv-${pkgver}
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt"
+  patch -p1 -i "${srcdir}/xv-3.10a-enhancements.20070520-20081216.diff"
+  patch -p0 -i "${srcdir}/xv-3.10a-libpng15.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make JP2KLIB=-ljasper
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}"/usr/{bin,lib,share/man/man1}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -D -m644 "${srcdir}/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+
+# installing source tarball (to comply with license)
+  install -D -m644 "${srcdir}/xv-${pkgver}-source.tar.xz" 
"${pkgdir}/usr/share/doc/xv/xv-${pkgver}-source.tar.xz"
+  ln -s "/usr/share/licenses/${pkgname}/license.txt" 
"${pkgdir}/usr/share/doc/xv/license.txt"
+}

Copied: xv/repos/staging-i686/license.txt (from rev 195303, 
xv/trunk/license.txt)
===
--- staging-i686/license.txt(rev 0)
+++ staging-i686/license.txt2016-11-10 17:05:43 UTC (rev 195304)
@@ -0,0 +1,139 @@
+XV Licensing Information
+
+XV IS SHAREWARE FOR PERSONAL USE ONLY.  
+
+You may use XV for your own amusement, and if you find it nifty,
+useful, generally cool, or of some value to you, your registration fee
+would be greatly appreciated.  $25 is the standard registration fee,
+though of course, larger amounts are quite welcome.  Folks who donate
+$40 or more can receive a printed, bound copy of the XV manual for no
+extra charge.  If you want one, just ask.  BE SURE TO SPECIFY THE
+VERSION OF XV THAT YOU ARE USING!
+
+COMMERCIAL, GOVERNMENT, AND INSTITUTIONAL USERS MUST REGISTER THEIR
+COPIES OF XV.
+
+This does *not* mean that you are required to register XV just because
+you play with it on the workstation in your office.  This falls under
+the heading of 'personal use'.  If you are a sysadmin, you can put XV
+up in a public directory for your users amusement.  Again, 'personal
+use', albeit plural.
+
+On the other hand, if you use XV in the course of doing your work,
+whatever your 'work' may happen to be, you *must* register your
+copy of XV.  (Note:  If you are a student, and you use XV to do 
+classwork or research, you should get your professor/teacher/advisor
+to purchase an appropriate number of copies.)
+
+XV licenses are $25 each.  You should purchase one license per
+workstation, or one per XV user, whichever is the smaller number.  XV
+is *not* sold on a 'number of concurrent users' basis.  If XV was some

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

2013-04-27 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 07:46:33
  Author: eric
Revision: 89216

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

Added:
  xv/repos/community-staging-i686/
  xv/repos/community-staging-i686/PKGBUILD
(from rev 89215, xv/trunk/PKGBUILD)
  xv/repos/community-staging-i686/license.txt
(from rev 89215, xv/trunk/license.txt)
  xv/repos/community-staging-i686/xv-3.10a-libpng15.patch
(from rev 89215, xv/trunk/xv-3.10a-libpng15.patch)
  xv/repos/community-staging-x86_64/
  xv/repos/community-staging-x86_64/PKGBUILD
(from rev 89215, xv/trunk/PKGBUILD)
  xv/repos/community-staging-x86_64/license.txt
(from rev 89215, xv/trunk/license.txt)
  xv/repos/community-staging-x86_64/xv-3.10a-libpng15.patch
(from rev 89215, xv/trunk/xv-3.10a-libpng15.patch)

--+
 community-staging-i686/PKGBUILD  |   46 +
 community-staging-i686/license.txt   |  139 +
 community-staging-i686/xv-3.10a-libpng15.patch   |  520 +
 community-staging-x86_64/PKGBUILD|   46 +
 community-staging-x86_64/license.txt |  139 +
 community-staging-x86_64/xv-3.10a-libpng15.patch |  520 +
 6 files changed, 1410 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 89215:89216 to see the changes.