]> git.pld-linux.org Git - packages/libjpeg.git/commitdiff
- added lossless crop patch
authorpetec <petec@pld-linux.org>
Thu, 12 May 2005 22:03:11 +0000 (22:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changes from Pawel Czapski <pawel(at)czapski.info>

Changed files:
    libjpeg.spec -> 1.52

libjpeg.spec

index 163abff77cad5ee2643cf1abd5416134931b4b0e..01eb6e3541db57dbc8da2fee12d36af656bd0af5 100644 (file)
@@ -9,13 +9,15 @@ Summary(tr):  jpeg resimlerini i
 Summary(uk):   â¦Â̦ÏÔÅËÁ ÄÌÑ ÏÂÒÏÂËÉ Ò¦ÚÎÏÍÁΦÔÎÉÈ jpeg-ÆÁÊ̦×
 Name:          libjpeg
 Version:       6b
-Release:       25
+Release:       26
 License:       distributable
 Group:         Libraries
 Source0:       ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v%{version}.tar.gz
 # Source0-md5: dbd5f3b47ed13132f04c685d608a7547
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: d6342c015a489de275ada637a77dc2b0
+Source2:       http://sylvana.net/jpegcrop/croppatch.tar.gz
+# Source2-md5: 45d76e4226232439308e2129b64c4ea1
 URL:           http://www.ijg.org/
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-arm.patch
@@ -174,6 +176,8 @@ Bibliotecas est
 %patch2 -p1
 %patch3 -p1
 
+gzip -dc %{SOURCE2} | tar xf -
+
 %build
 cp -f %{_datadir}/libtool/config.sub .
 %configure \
@@ -188,6 +192,7 @@ LD_PRELOAD=$PWD/.libs/%{name}.so make test
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir},%{_bindir},%{_mandir}/man1}
 
+
 %{__make} install install-headers install-lib \
        libdir=%{_libdir} \
        DESTDIR=$RPM_BUILD_ROOT
This page took 0.034973 seconds and 4 git commands to generate.