On Wed 18 January 2012 at 21:17 +0200, Ionut Biru wrote:
Hi,
i cannot speak about libtiff but libpng 1.5 rebuild is going to be difficult. All previous warnings are now fatal and a lot of patching is involved.
I managed to get all patches from gentoo here (thanks gentoo devs!):
http://pkgbuild.com/~ioni/libpng-1.5 http://pkgbuild.com/~ioni/libpng-1.5.tar.gz
Patches also can be found in fedora rawhide and openbsd.
The rebuild is done as usually in staging and at first you won't be able to build any packages until their dependencies are built first.
-- Ionuț
Who maintains scribus? archweb declares I am the maintainer but I don't know why. I managed to get a working update using the following diff, should I do the build? -- Rémy. Index: PKGBUILD =================================================================== --- PKGBUILD (revision 146259) +++ PKGBUILD (working copy) @@ -5,7 +5,7 @@ # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=scribus -pkgver=1.3.9 +pkgver=1.4.0 pkgrel=1 pkgdesc="A desktop publishing program" arch=('i686' 'x86_64') @@ -16,10 +16,10 @@ 'libart-lgpl>=2.3.20' 'python2' 'libxml2>=2.7.3' 'cairo' \ 'desktop-file-utils' 'shared-mime-info') makedepends=('cmake') -options=(!libtool !makeflags) -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('a54dbf2e10cd88d683d0d34565d29378') -sha1sums=('86bc4db2d8fbb91fe94f8535327991e9128c5862') +options=(!libtool) +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz) +md5sums=('ae19e62399941fb8e868d8e762caf494') +sha1sums=('0e3afb98a56084c2938a8402df2d89214c42b809') build() { cd "${srcdir}"