Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453814 - =media-gfx/igal-2.1 : Version bump
Summary: =media-gfx/igal-2.1 : Version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-24 12:59 UTC by Agostino Sarubbo
Modified: 2022-03-12 12:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed ebuild (igal-2.1.ebuild,1.04 KB, text/plain)
2015-08-22 20:50 UTC, Maciej Zielenkiewicz
Details
igal-3.1.ebuild (igal-3.1.ebuild,1022 bytes, text/plain)
2022-02-25 00:27 UTC, Jonas Stein
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2013-01-24 12:59:13 UTC
$summary
Comment 1 Maciej Zielenkiewicz 2015-08-22 20:49:39 UTC
Please add ebuild for the new version. It needs an additional dependency for (optional) exif support, otherwise needs no adjustment. I'll attach my version.

--- /usr/portage/media-gfx/igal/igal-2.0.ebuild 2011-04-02 09:31:00.000000000 +0200
+++ igal-2.1.ebuild     2015-08-22 01:18:35.362397729 +0200
@@ -13,11 +13,12 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
+IUSE="exif"

 RDEPEND="dev-lang/perl
        virtual/jpeg
-       || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
+       || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
+       exif? ( media-libs/exiftool )"
 DEPEND=""

 S=${WORKDIR}/${MY_P}
Comment 2 Maciej Zielenkiewicz 2015-08-22 20:50:31 UTC
Created attachment 409890 [details]
Proposed ebuild
Comment 3 Jonas Stein gentoo-dev 2022-02-25 00:27:06 UTC
Created attachment 765790 [details]
igal-3.1.ebuild

Attached is a start for igal-3.1 but we need a clever script, patch or sed line, to fix all paths.
Comment 4 Larry the Git Cow gentoo-dev 2022-03-12 12:16:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f706496eebf4cb11665ffb79fec28a2b0052fe0b

commit f706496eebf4cb11665ffb79fec28a2b0052fe0b
Author:     Jonas Stein <jstein@gentoo.org>
AuthorDate: 2022-03-12 12:14:03 +0000
Commit:     Jonas Stein <jstein@gentoo.org>
CommitDate: 2022-03-12 12:16:37 +0000

    media-gfx/igal: Version bump to 3.1
    
    Version bump to 3.1 and
    EAPI=8 and Cleanup
    
    Closes: https://bugs.gentoo.org/453814
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Jonas Stein <jstein@gentoo.org>

 media-gfx/igal/Manifest        |  1 +
 media-gfx/igal/igal-3.1.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)