[arch-commits] Commit in texlive-bin/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2012-02-02 Thread Rémy Oudompheng
Date: Thursday, February 2, 2012 @ 19:34:23
  Author: remy
Revision: 148516

Rebuild without system zlib (FS#28221).

Usage of system zlib deferred until xetex works again.

Modified:
  texlive-bin/repos/extra-i686/PKGBUILD
  texlive-bin/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   20 +++-
 extra-x86_64/PKGBUILD |   20 +++-
 2 files changed, 22 insertions(+), 18 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-02 23:34:39 UTC (rev 148515)
+++ extra-i686/PKGBUILD 2012-02-03 00:34:23 UTC (rev 148516)
@@ -4,7 +4,7 @@
 pkgname=texlive-bin
 pkgver=2011.3
 _luatex_ver=0.70.1
-pkgrel=1.1
+pkgrel=1.2
 pkgdesc=TeX Live binaries
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -104,7 +104,9 @@
test ! -d Work  mkdir Work
cd Work
echo -- Initial configuration...
-   # we use temporary prefix to avoid messing the existing 
$pkgdir/usr/share/texmf tree
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
../configure --prefix=/usr -C \
  --sysconfdir=/etc \
  --datarootdir=/usr/share \
@@ -118,15 +120,15 @@
  --disable-t1utils \
  --disable-bibtexu \
  --disable-xz \
- --with-system-zlib \
- --with-system-zziplib \
- --with-system-pnglib \
+ --without-system-zlib \
+ --without-system-zziplib \
+ --without-system-pnglib \
  --with-system-ncurses \
  --with-system-t1lib \
- --with-system-gd \
- --with-system-poppler \
- --with-system-xpdf \
- --with-system-freetype2 \
+ --without-system-gd \
+ --without-system-poppler \
+ --without-system-xpdf \
+ --without-system-freetype2 \
  --without-system-graphite \
  --with-freetype2-libdir=/usr/lib \
  --with-freetype2-include=/usr/include/freetype2 \

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-02 23:34:39 UTC (rev 148515)
+++ extra-x86_64/PKGBUILD   2012-02-03 00:34:23 UTC (rev 148516)
@@ -4,7 +4,7 @@
 pkgname=texlive-bin
 pkgver=2011.3
 _luatex_ver=0.70.1
-pkgrel=1.1
+pkgrel=1.2
 pkgdesc=TeX Live binaries
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -104,7 +104,9 @@
test ! -d Work  mkdir Work
cd Work
echo -- Initial configuration...
-   # we use temporary prefix to avoid messing the existing 
$pkgdir/usr/share/texmf tree
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
../configure --prefix=/usr -C \
  --sysconfdir=/etc \
  --datarootdir=/usr/share \
@@ -118,15 +120,15 @@
  --disable-t1utils \
  --disable-bibtexu \
  --disable-xz \
- --with-system-zlib \
- --with-system-zziplib \
- --with-system-pnglib \
+ --without-system-zlib \
+ --without-system-zziplib \
+ --without-system-pnglib \
  --with-system-ncurses \
  --with-system-t1lib \
- --with-system-gd \
- --with-system-poppler \
- --with-system-xpdf \
- --with-system-freetype2 \
+ --without-system-gd \
+ --without-system-poppler \
+ --without-system-xpdf \
+ --without-system-freetype2 \
  --without-system-graphite \
  --with-freetype2-libdir=/usr/lib \
  --with-freetype2-include=/usr/include/freetype2 \



[arch-commits] Commit in texlive-bin/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2012-02-01 Thread Rémy Oudompheng
Date: Wednesday, February 1, 2012 @ 13:56:38
  Author: remy
Revision: 148466

Rebuild for zlib 1.2.6 (FS#28207, FS#28182).

Modified:
  texlive-bin/repos/extra-i686/PKGBUILD
  texlive-bin/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |4 ++--
 extra-x86_64/PKGBUILD |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-01 13:38:10 UTC (rev 148465)
+++ extra-i686/PKGBUILD 2012-02-01 18:56:38 UTC (rev 148466)
@@ -4,11 +4,11 @@
 pkgname=texlive-bin
 pkgver=2011.3
 _luatex_ver=0.70.1
-pkgrel=1
+pkgrel=1.1
 pkgdesc=TeX Live binaries
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('t1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib')
+depends=('t1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib' 'zlib=1.2.6')
 makedepends=('perl' 'clisp' 'ffcall')
 optdepends=('ed: for texconfig')
 provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-01 13:38:10 UTC (rev 148465)
+++ extra-x86_64/PKGBUILD   2012-02-01 18:56:38 UTC (rev 148466)
@@ -4,11 +4,11 @@
 pkgname=texlive-bin
 pkgver=2011.3
 _luatex_ver=0.70.1
-pkgrel=1
+pkgrel=1.1
 pkgdesc=TeX Live binaries
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('t1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib')
+depends=('t1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib' 'zlib=1.2.6')
 makedepends=('perl' 'clisp' 'ffcall')
 optdepends=('ed: for texconfig')
 provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')



[arch-commits] Commit in texlive-bin/repos/extra-i686 (12 files)

2011-11-26 Thread Rémy Oudompheng
Date: Saturday, November 26, 2011 @ 11:05:58
  Author: remy
Revision: 143580

archrelease: copy trunk to extra-i686

Added:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
(from rev 143579, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/extra-i686/PKGBUILD
(from rev 143579, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/extra-i686/archlinux-build.patch
(from rev 143579, texlive-bin/trunk/archlinux-build.patch)
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
(from rev 143579, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-i686/texlive.install
(from rev 143579, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/extra-i686/texmf.cnf
(from rev 143579, texlive-bin/trunk/texmf.cnf)
Deleted:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
  texlive-bin/repos/extra-i686/PKGBUILD
  texlive-bin/repos/extra-i686/archlinux-build.patch
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-i686/texlive.install
  texlive-bin/repos/extra-i686/texmf.cnf

--+
 09-texlive-fonts.conf|   18 
 PKGBUILD |  678 ++--
 archlinux-build.patch|   80 +-
 fix-fontforge-encoding.patch |   24 
 texlive.install  |   36 -
 texmf.cnf| 1352 -
 6 files changed, 1095 insertions(+), 1093 deletions(-)

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


[arch-commits] Commit in texlive-bin/repos/extra-i686 (12 files)

2011-10-28 Thread Rémy Oudompheng
Date: Friday, October 28, 2011 @ 11:25:08
  Author: remy
Revision: 141304

archrelease: copy trunk to extra-i686

Added:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
(from rev 141303, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/extra-i686/PKGBUILD
(from rev 141303, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/extra-i686/archlinux-build.patch
(from rev 141303, texlive-bin/trunk/archlinux-build.patch)
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
(from rev 141303, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-i686/texlive.install
(from rev 141303, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/extra-i686/texmf.cnf
(from rev 141303, texlive-bin/trunk/texmf.cnf)
Deleted:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
  texlive-bin/repos/extra-i686/PKGBUILD
  texlive-bin/repos/extra-i686/archlinux-build.patch
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-i686/texlive.install
  texlive-bin/repos/extra-i686/texmf.cnf

--+
 09-texlive-fonts.conf|   18 
 PKGBUILD |  676 ++--
 archlinux-build.patch|   80 +-
 fix-fontforge-encoding.patch |   24 
 texlive.install  |   36 -
 texmf.cnf| 1352 -
 6 files changed, 1093 insertions(+), 1093 deletions(-)

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


[arch-commits] Commit in texlive-bin/repos (extra-i686 testing-i686)

2011-05-03 Thread Rémy Oudompheng
Date: Wednesday, May 4, 2011 @ 01:04:59
  Author: remy
Revision: 122361

db-move: moved texlive-bin from [testing] to [extra] (i686)

Added:
  texlive-bin/repos/extra-i686/
Deleted:
  texlive-bin/repos/testing-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686)

2011-05-03 Thread Rémy Oudompheng
Date: Wednesday, May 4, 2011 @ 01:04:58
  Author: remy
Revision: 122360

db-move: texlive-bin removed by remy for move to [extra] (i686)

Deleted:
  texlive-bin/repos/extra-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686)

2011-03-24 Thread Andrea Scarpino
Date: Thursday, March 24, 2011 @ 06:30:22
  Author: andrea
Revision: 116583

db-move: texlive-bin removed by andrea for move to [extra] (i686)

Deleted:
  texlive-bin/repos/extra-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686 testing-i686)

2011-03-24 Thread Andrea Scarpino
Date: Thursday, March 24, 2011 @ 06:30:22
  Author: andrea
Revision: 116584

db-move: moved texlive-bin from [testing] to [extra] (i686)

Added:
  texlive-bin/repos/extra-i686/
Deleted:
  texlive-bin/repos/testing-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686)

2011-02-07 Thread Ionut Biru
Date: Monday, February 7, 2011 @ 09:51:37
  Author: ibiru
Revision: 109255

db-move: texlive-bin removed by ibiru for move to [extra] (i686)

Deleted:
  texlive-bin/repos/extra-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686 testing-i686)

2011-02-07 Thread Ionut Biru
Date: Monday, February 7, 2011 @ 09:51:38
  Author: ibiru
Revision: 109256

db-move: moved texlive-bin from [testing] to [extra] (i686)

Added:
  texlive-bin/repos/extra-i686/
Deleted:
  texlive-bin/repos/testing-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686)

2010-11-05 Thread Rémy Oudompheng
Date: Friday, November 5, 2010 @ 21:28:16
  Author: remy
Revision: 98266

archrelease: remove extra-i686

Deleted:
  texlive-bin/repos/extra-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686)

2010-11-05 Thread Rémy Oudompheng
Date: Friday, November 5, 2010 @ 21:28:31
  Author: remy
Revision: 98267

archrelease: copy trunk to extra-i686

Added:
  texlive-bin/repos/extra-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686 staging-i686)

2010-10-13 Thread Jan de Groot
Date: Wednesday, October 13, 2010 @ 05:51:19
  Author: jgc
Revision: 94996

db-move: moved texlive-bin from [staging] to [extra] (i686)

Added:
  texlive-bin/repos/extra-i686/
Deleted:
  texlive-bin/repos/staging-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686)

2010-10-13 Thread Jan de Groot
Date: Wednesday, October 13, 2010 @ 05:51:17
  Author: jgc
Revision: 94995

db-move: texlive-bin removed by jgc for move to [extra] (i686)

Deleted:
  texlive-bin/repos/extra-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686 testing-i686)

2010-06-23 Thread Jan de Groot
Date: Wednesday, June 23, 2010 @ 12:44:04
  Author: jgc
Revision: 83904

db-move: moved texlive-bin from [testing] to [extra] (i686)

Added:
  texlive-bin/repos/extra-i686/
Deleted:
  texlive-bin/repos/testing-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686)

2010-04-23 Thread Pierre Schmitz
Date: Friday, April 23, 2010 @ 03:40:57
  Author: pierre
Revision: 78388

db-move: texlive-bin removed by pierre for move to extra

Deleted:
  texlive-bin/repos/extra-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686 testing-i686)

2010-04-23 Thread Pierre Schmitz
Date: Friday, April 23, 2010 @ 03:40:58
  Author: pierre
Revision: 78389

db-move: moved texlive-bin from [testing] to [extra] (i686)

Added:
  texlive-bin/repos/extra-i686/
Deleted:
  texlive-bin/repos/testing-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686)

2010-04-09 Thread Pierre Schmitz
Date: Friday, April 9, 2010 @ 13:17:45
  Author: pierre
Revision: 77012

archrelease: remove extra-i686

Deleted:
  texlive-bin/repos/extra-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686)

2010-04-09 Thread Pierre Schmitz
Date: Friday, April 9, 2010 @ 13:18:02
  Author: pierre
Revision: 77013

archrelease: copy trunk to extra-i686

Added:
  texlive-bin/repos/extra-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 15:04:23
  Author: jgc
Revision: 65877

db-move: texlive-bin removed by jgc for move to extra

Deleted:
  texlive-bin/repos/extra-i686/



[arch-commits] Commit in texlive-bin/repos (extra-i686 testing-i686)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 15:04:24
  Author: jgc
Revision: 65878

db-move: moved texlive-bin from [testing] to [extra] (i686)

Added:
  texlive-bin/repos/extra-i686/
Deleted:
  texlive-bin/repos/testing-i686/