summaryrefslogtreecommitdiffstats
path: root/e
AgeCommit message (Collapse)Author
2024-02-03e/imlib2: version 1.12.2Pavel Vinogradov
2023-12-25e/imlib2: version 1.12.1Pavel Vinogradov
2023-08-19e/imlib2: corrected sha256 hashPavel Vinogradov
mistakenly put another hashsum in 1.12.0 update commit
2023-08-19e/imlib2: version 1.12.0Pavel Vinogradov
2023-05-02e/imlib2: version 1.11.1Pavel Vinogradov
2023-03-10e/imlib2: version 1.11.0Pavel Vinogradov
2022-12-19e/imlib2: version 1.10.0Pavel Vinogradov
2022-07-07e/imlib2: version 1.9.1Pavel Vinogradov
2022-04-23e/imlib2: version 1.9.0Pavel Vinogradov
2022-03-16e/imlib2: version 1.8.1Pavel Vinogradov
2022-02-07e/imlib2: fixed typo in HISTORYPavel Vinogradov
2022-02-07e/imlib2: version 1.8.0Pavel Vinogradov
2021-12-06e/imlib2: version 1.7.5Pavel Vinogradov
2021-09-18e/imlib2: version 1.7.4Pavel Vinogradov
2021-08-13e/imlib2: version 1.7.3Pavel Vinogradov
2021-07-28e/imlib2: version 1.7.2Pavel Vinogradov
2021-05-09Update my email address (scripted)Florian Franzmann
2020-08-08e/imlib2: version 1.7.0Florian Franzmann
2019-12-14e/imlib2: version 1.6.1Pavel Vinogradov
2019-11-26e/imlib2: version 1.6.0Pavel Vinogradov
2018-03-17e/imlib2: version 1.5.1Pavel Vinogradov
2018-02-23e/imlib2: version 1.5.0Pavel Vinogradov
2017-04-16e/imlib2: version 1.4.10Pavel Vinogradov
2016-05-05imlib2: => 1.4.9 [security]Vlad Glagolev
2015-05-27many spells: remove SOURCEFORGE_URL usage (sf.net does transparent load ↵Thomas Orgis
balancing)
2015-04-06imlib2 1.4.7Ladislav Hagara
2015-03-08imlib2 1.4.6Ladislav Hagara
2014-09-25imlib2: depends glib2, harfbuzz, pcreRemko van der Vossen
2014-09-09imlib2: added missing X11 dependenciesRemko van der Vossen
2014-06-02 - change depends giflib => GIFLIBTreeve Jelbert
2014-06-02 - change depends giflib => GIFLIBTreeve Jelbert
2013-06-24imlib2: cleanup and X11 sub depends addedRemko van der Vossen
2012-12-25e/imlib2: update WEB_SITEFlorian Franzmann
2011-09-22enlightenment: removed dependencies on nonexistent spells (fixes #260)Bor Kraljič
removed spells eclair, econf, embrace, entropy, envision & equate
2011-09-05imlib2 1.4.5Ladislav Hagara
2011-05-16eterm 0.9.6, SECURITY_PATCH=2Ladislav Hagara
2010-11-19enlightenment: entrance no longer exists, removed from DEPENDSBor Kraljič
2010-11-19enlightenment: evidence no longer exists, removed from DEPENDSBor Kraljič
2010-11-03jpeg -> JPEG in all DEPENDS fileLadislav Hagara
2010-05-06imlib2 1.4.4Ladislav Hagara
2010-04-22imlib2 - extra dependsTreeve Jelbert
2010-03-22imlib2 1.4.3Ladislav Hagara
2009-12-24engage: Removed, no longer existsEric Sandall
2009-12-05imlib2: removed non-working cvs optionArwed von Merkatz
2009-06-19e/imlib2: fixed the xorg lib dependenciesJustin Boffemmyer
Removed a line that snuck by before unconditionally depending on xorg-libs, and corrected the conditional depends to directly depend on libx11 and libxext instead of xorg-libs.
2009-05-21e/imlib2: better support for building without XJustin Boffemmyer
Now with the correct patch! :)
2009-05-21Revert "e/imlib2: better support for building without X"Justin Boffemmyer
This reverts commit 87c14cfce7bdc1aa12ba8665a06f8e04621d54be. Accidentally committed the wrong patch file (I was testing it different times). This patch only removed reference to Xlib.h, but failed to remove the imlib2 defines based on Xlib.h.
2009-05-21e/imlib2: better support for building without XJustin Boffemmyer
Support not only building imlib2 itself without X, but also programs that link against imlib2 by patching the Imlib2.h header as necessary.
2009-05-21Revert "e/imlib2: make xorg-libs optional_depends"Justin Boffemmyer
This reverts commit 480f0028ab547b4dd8877311c84d7b620537aeac. This commit correctly enabled imlib2 to build without X, but the installed system header Imlib2.h still incorrectly relied on X even when built using --without-x.
2009-05-21e/imlib2: make xorg-libs optional_dependsJustin Boffemmyer
X is not a hard dependency for imlib2, since it builds fine without it as long as --without-x is passed.