Skip to content

Commit

Permalink
media-plugins/imlib2_loaders: version bump to 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Apr 2, 2016
1 parent 2bb008b commit f32e233
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-plugins/imlib2_loaders/Manifest
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
31 changes: 31 additions & 0 deletions media-plugins/imlib2_loaders/imlib2_loaders-1.4.8.ebuild
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
}

0 comments on commit f32e233

Please sign in to comment.