[Lunar-commits] <moonbase-other> feh: resurrected
v4hn
me at v4hn.de
Thu Jul 12 15:01:17 CEST 2012
commit 3d5bf70e706a889be7fe543b8df1028c818f14dd
Author: v4hn <me at v4hn.de>
Date: Thu, 12 Jul 2012 06:01:17 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/3d5bf70e706a889be7fe543b8df1028c818f14dd
feh: resurrected
---
graphics/feh/BUILD +7/-0
graphics/feh/DEPENDS +3/-0
graphics/feh/DETAILS +19/-0
3 files changed, 29 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/graphics/feh/BUILD
@@ -0,0 +1,7 @@
+(
+
+ export PREFIX="${DEFAULT_PREFIX}" &&
+
+ default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/graphics/feh/DEPENDS
@@ -0,0 +1,3 @@
+depends curl
+depends giblib
+depends libXinerama
\ No newline at end of file
--- /dev/null
+++ b/graphics/feh/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=feh
+ VERSION=2.5
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://derf.homelinux.org/~derf/projects/$MODULE
+ SOURCE_VFY=sha1:d1bf7fa8ec6b5d1ce16c291edf38d45de01f252d
+ WEB_SITE=http://derf.homelinux.org/~derf/projects/feh
+ ENTERED=20011101
+ UPDATED=20120327
+ SHORT="A fast, lightweight image viewer which uses imlib2"
+
+cat << EOF
+feh is a fast, lightweight image viewer which uses imlib2. It is
+commandline-driven and supports multiple images through slideshows,
+thumbnail browsing or multiple windows, and montages or index prints
+(using truetype fonts to display file info). Advanced features include
+fast dynamic zooming, progressive loading, loading via HTTP (with reload
+support for watching webcams), recursive file opening (slideshow of a
+directory hierarchy), and mousewheel/keyboard control.
+EOF
More information about the Lunar-commits
mailing list