aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/feh.rb
AgeCommit message (Collapse)Author
2014-12-27Migrate some formula with hard-X11 dependencies.Mike McQuaid
We have the homebrew-x11 tap for this reason so let's migrate everything without any reverse dependencies. Ideally I'd also like to migrate everything that's :recommended and the GTK formulae through there too (or to a dedicated homebrew-gtk).
2014-09-06feh: fix dependenciesJack Nagel
feh no longer depends on giblib, and imlib2 is not a build-time dep.
2014-09-06feh: add libexif as a recommended dependencyNikolaj Sjujskij
Closes #32127. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-29feh: add imlib2 dependencyBrett Koonce
Fixes #31146. Closes #31149. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-21feh 2.12Brett Koonce
2014-03-16feh 2.10Brett Koonce
2013-06-15feh 2.9.3Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-24feh 2.9.2Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-19feh 2.9.1Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-03feh 2.8Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-18feh 2.7Brett Koonce
Closes #15524. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-13feh: giblib: re-order dependencies to try and fix X11 issues.Mike McQuaid
References #15325, #15390.
2012-08-05feh 2.5Brett Koonce
Closes #13957. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-01-07feh 2.2Mark A. Matienzo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-06feh: fix missing fonts issue, update to 1.16guns
Building feh without PREFIX=... leads to errors about missing fonts, since the builtin font paths are hardcoded relative to the PREFIX. The prefix must be supplied during build, and perhaps during install (which must be done separately since there is no build dependency on installation). Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-14feh 1.14.2guns
Fixes compilation on Lion against libpng 1.5 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-17Updated feh formula.Bertrand Marron
Use ENV.x11 instead of manually setting environment variables. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-13Updated feh formula.Bertrand Marron
Made the formula less likely to break on upgrades by replacing the patch by environment variables set on install. Also removed the dependency on libpng. Closes #4221. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-02-12Created formula for feh.Bertrand Marron
feh is a fast, lightweight image viewer that uses imlib2. Signed-off-by: David Höppner <0xffea@gmail.com>