Date: Thursday, June 2, 2011 @ 06:50:58
  Author: remy
Revision: 126175

Remove now useless dvipng patch

Modified:
  texlive-bin/trunk/PKGBUILD
Deleted:
  texlive-bin/trunk/dvipng-fix-options.patch

--------------------------+
 PKGBUILD                 |    9 ++-------
 dvipng-fix-options.patch |   10 ----------
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-06-02 09:10:26 UTC (rev 126174)
+++ PKGBUILD    2011-06-02 10:50:58 UTC (rev 126175)
@@ -1,4 +1,5 @@
-# Maintainer: francois <francois.archlinux.org>
+# Maintainer: Rémy Oudompheng <[email protected]>
+# Contributor: francois <francois.archlinux.org>
 
 pkgname=texlive-bin
 pkgver=2010.1
@@ -17,7 +18,6 @@
 source=('texmf.cnf'
         'fix-fontforge-encoding.patch'
         '09-texlive-fonts.conf'
-        'dvipng-fix-options.patch'
         
'http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-20100926.tar.xz'
         
'http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-texmf-20101105.tar.xz'
         
#"http://foundry.supelec.fr/gf/download/frsrelease/387/1715/luatex-beta-${_luatex_ver}-source.tar.bz2";
@@ -40,7 +40,6 @@
 md5sums=('626f900fb59f036d6fea95f08c74b00b'
          'bfb9716aa00c86c08cd31e5b32edeb98'
          '393a4bf67adc7ca5df2b386759d1a637'
-         '60e405158f53519348d9783e8d420670'
          '0b2c3a4a1b1e4befb90d7fbb5f08a6e9'
          '7ae1400dafdb079dcd08d233de83ec44'
          '523802a23bc174374403415d9cc87946')
@@ -93,10 +92,6 @@
    cd "$srcdir"
    # this patch removes spurious error message with locale "xx_YY.utf8"
    patch -p0 -i fix-fontforge-encoding.patch
-   ## fix dvipng (bug #20157)
-   pushd "source/texk/dvipng/dvipng-1.13"
-   patch -p0 -i "$srcdir/dvipng-fix-options.patch"
-   popd
 
    #############################################################
    ### configure

Deleted: dvipng-fix-options.patch
===================================================================
--- dvipng-fix-options.patch    2011-06-02 09:10:26 UTC (rev 126174)
+++ dvipng-fix-options.patch    2011-06-02 10:50:58 UTC (rev 126175)
@@ -1,10 +0,0 @@
---- papersiz.c 2010/03/17 21:40:00     1.16
-+++ papersiz.c 2010/09/29 21:14:40     1.17
-@@ -52,6 +52,7 @@
-   while (*q != ',' && *q !='\0')
-     q++;
-   tmp = tmp*lengthsp[i]*dpi/4736286L; /*   sp * dots/in / (sp/in), convert sp 
to pixels   */
-+  *p=q;
-   return((int32_t) tmp);
- }
- 

Reply via email to