diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-09-02 20:43:48 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-09-02 20:43:48 +0000 |
commit | 9208f79237ac04c0979766d08a3b8199e5685e32 (patch) | |
tree | fd83c90405723ce7312e8a2ff72f000e1690c137 /media-gfx/zphoto | |
parent | Add !sys-apps/lvm2 block to RDEPEND. (diff) | |
download | historical-9208f79237ac04c0979766d08a3b8199e5685e32.tar.gz historical-9208f79237ac04c0979766d08a3b8199e5685e32.tar.bz2 historical-9208f79237ac04c0979766d08a3b8199e5685e32.zip |
added a patch to build zphoto against the latest avifile. closes Bug #27770
Diffstat (limited to 'media-gfx/zphoto')
-rw-r--r-- | media-gfx/zphoto/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/zphoto/Manifest | 5 | ||||
-rw-r--r-- | media-gfx/zphoto/files/zphoto-0.6-gentoo.diff | 14 | ||||
-rw-r--r-- | media-gfx/zphoto/zphoto-0.6.ebuild | 11 |
4 files changed, 34 insertions, 4 deletions
diff --git a/media-gfx/zphoto/ChangeLog b/media-gfx/zphoto/ChangeLog index 6bd2f00528d2..094c191fc4fb 100644 --- a/media-gfx/zphoto/ChangeLog +++ b/media-gfx/zphoto/ChangeLog @@ -1,9 +1,15 @@ # ChangeLog for media-gfx/zphoto # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zphoto/ChangeLog,v 1.1 2003/07/18 09:49:37 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zphoto/ChangeLog,v 1.2 2003/09/02 20:43:43 usata Exp $ *zphoto-0.6 (18 Jul 2003) + 03 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> zphoto-0.6.ebuild, + files/zphoto-0.6-gentoo.diff: + Added a patch to build zphoto with avifile-0.7.38.20030710.ebuild. + Thanks to the report by D Bandopadhyay <dhruba@codewordt.co.uk> + in bug #27770 + 18 Jul 2003; Mamoru KOMACHI <usata@gentoo.org> zphoto-0.6.ebuild: Initial import, ebuild provided by Doudou <leculier@fr.uu.net> in bug #18686 diff --git a/media-gfx/zphoto/Manifest b/media-gfx/zphoto/Manifest index b3e2eba56995..abfc918a8280 100644 --- a/media-gfx/zphoto/Manifest +++ b/media-gfx/zphoto/Manifest @@ -1,3 +1,4 @@ -MD5 0f1d300e38340e1e8d3638b6b3ceb019 zphoto-0.6.ebuild 654 -MD5 6e90d2ae20f47e6abbf46ede17128989 ChangeLog 390 +MD5 d1ec26bd90639bfbc600eabb3167d9d2 zphoto-0.6.ebuild 740 +MD5 fc141dc8229ca4d9d831fec83fe6f3eb ChangeLog 642 MD5 5d667eff255326f09226873397d63c3b files/digest-zphoto-0.6 62 +MD5 33c922e30ef99f1ab12934eee25f48fd files/zphoto-0.6-gentoo.diff 388 diff --git a/media-gfx/zphoto/files/zphoto-0.6-gentoo.diff b/media-gfx/zphoto/files/zphoto-0.6-gentoo.diff new file mode 100644 index 000000000000..84fb259cdcdb --- /dev/null +++ b/media-gfx/zphoto/files/zphoto-0.6-gentoo.diff @@ -0,0 +1,14 @@ +diff -urN zphoto-0.6.ORIG/loader.cpp zphoto-0.6/loader.cpp +--- zphoto-0.6.ORIG/loader.cpp 2003-03-27 19:28:41.000000000 +0900 ++++ zphoto-0.6/loader.cpp 2003-09-03 04:40:20.000000000 +0900 +@@ -31,8 +31,8 @@ + + #ifdef HAVE_AVIFILE + +-#include <avifile/avifile.h> +-#include <avifile/avm_output.h> ++#include <avifile.h> ++#include <avm_output.h> + + typedef struct { + avm::IReadFile* file; diff --git a/media-gfx/zphoto/zphoto-0.6.ebuild b/media-gfx/zphoto/zphoto-0.6.ebuild index 311ccf8e33bf..3eca5f5d7063 100644 --- a/media-gfx/zphoto/zphoto-0.6.ebuild +++ b/media-gfx/zphoto/zphoto-0.6.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zphoto/zphoto-0.6.ebuild,v 1.1 2003/07/18 09:49:37 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zphoto/zphoto-0.6.ebuild,v 1.2 2003/09/02 20:43:43 usata Exp $ + +inherit eutils IUSE="" @@ -18,7 +20,14 @@ DEPEND=">=media-libs/ming-0.2a app-arch/zip >=dev-libs/popt-1.6.3" +src_unpack() { + + unpack ${A} + epatch ${FILESDIR}/${P}-gentoo.diff +} + src_install() { + einstall || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README |