forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-plugins/imlib2_loaders: version bump to 1.4.8
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST imlib2_loaders-1.4.7.tar.gz 384739 SHA256 f22745bb8ea610a47651cc7926fea32f641de6c9b5abf15350748bcbc0272fe1 SHA512 c7be31b9a7b50ea5a44cadf0ec7f056f5080498ec53fcd32d82a0a6da163b59397e8470c7bbe536d2cabf88c7694d18b450ad85cc6693e8862aeb7d4ee0f4835 WHIRLPOOL 8ca0c1f2222072328d34ed9d546788ab6c9c4653f78e1230efabad973be4e321c812c85ccfd981d94de106b4624bff30fa979de578f54ca17455ffa8c3fb22ec | ||
DIST imlib2_loaders-1.4.8.tar.gz 384862 SHA256 6cca485d602eb7bb38ddde371b85c3e0126769408e6c57e75ebd0169803a7b13 SHA512 5acf6568000d98571f0a4b7e63c3e5c534a7d12139654cdc64eaa3a551b7952f3752ad78e4ced595945adf03454367cc9c3dff7766bd35c2f7ee6baffdbb0a1a WHIRLPOOL 23eb82bbd7c01de1342744979b2d077434f98ecab170843654ad229d39ae8cc0226f6025352494506cf9edb31f09b9e72595e63ad59001622918a6785b591d1f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI="5" | ||
|
||
if [[ "${PV}" == "9999" ]] ; then | ||
EGIT_SUB_PROJECT="legacy" | ||
EGIT_URI_APPEND=${PN} | ||
else | ||
EKEY_STATE="snap" | ||
fi | ||
|
||
inherit enlightenment | ||
|
||
DESCRIPTION="image loader plugins for Imlib 2" | ||
HOMEPAGE="https://www.enlightenment.org/pages/imlib2.html" | ||
|
||
IUSE="eet xcf" | ||
|
||
RDEPEND=">=media-libs/imlib2-${PV} | ||
eet? ( dev-libs/efl )" | ||
|
||
src_configure() { | ||
E_ECONF=( | ||
$(use_enable eet) | ||
$(use_enable xcf) | ||
) | ||
|
||
enlightenment_src_configure | ||
} |