Ravenports generated: 26 Jun 2018 16:20
[ravenports.git] / bucket_1A / feh
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               feh
4 VERSION=                2.26.4
5 KEYWORDS=               graphics
6 VARIANTS=               standard
7 SDESC[standard]=        Fast command line image viewer using Imlib2
8 HOMEPAGE=               https://feh.finalrewind.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://feh.finalrewind.org/
13 DISTFILE[1]=            feh-2.26.4.tar.bz2:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 BUILDRUN_DEPENDS=       libexif:single:standard
21                         curl:primary:standard
22                         imlib2:single:standard
23
24 USES=                   cpe gmake perl:run shebangfix png
25                         desktop-utils:single
26 XORG_COMPONENTS=        x11 xt xinerama
27
28 LICENSE=                MIT:single
29 LICENSE_FILE=           MIT:{{WRKSRC}}/COPYING
30 LICENSE_SCHEME=         solo
31
32 CPE_VENDOR=             daniel_friesel
33 FPC_EQUIVALENT=         graphics/feh
34 SHEBANG_FILES=          cam/feh-cam
35
36 MAKE_ENV=               exif=1
37                         cam=1
38                         verscmp=0
39                         LDFLAGS="{{LDFLAGS}}"
40
41 post-patch:
42         ${REINPLACE_CMD} \
43                 -e 's|install-doc||' \
44                 -e 's|install-examples||' \
45                 ${WRKSRC}/Makefile
46
47 post-patch-dragonfly:
48         ${REINPLACE_CMD} -e '/std/d' ${WRKSRC}/config.mk
49
50 post-install:
51         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/feh
52
53 post-patch-freebsd:
54         ${REINPLACE_CMD} -e '/std/d' ${WRKSRC}/config.mk
55
56 post-patch-sunos:
57         ${REINPLACE_CMD} -e '/std/d' ${WRKSRC}/config.mk
58
59 [FILE:305:descriptions/desc.single]
60 feh is a versatile and fast image viewer using imlib2, the premier image
61 file handling library. feh has many features, from simple single file
62 viewing, to multiple file modes using a slideshow or multiple windows.
63 feh supports the creation of montages as index prints with many
64 user-configurable options.
65
66
67 [FILE:97:distinfo]
68 074f8527a17fc5add70018a7f3887d78d5bdf545611636b88641f27e9e844795      2132124 feh-2.26.4.tar.bz2
69
70
71 [FILE:406:manifests/plist.single]
72 bin/
73  feh
74  feh-cam
75  gen-cam-menu
76 share/applications/feh.desktop
77 share/feh/fonts/
78  black.style
79  menu.style
80  yudit.ttf
81 share/feh/images/
82  feh.png
83  feh.svg
84  menubg_aluminium.png
85  menubg_aqua.png
86  menubg_black.png
87  menubg_brushed.png
88  menubg_default.png
89  menubg_sky.png
90 share/icons/hicolor/48x48/apps/feh.png
91 share/icons/hicolor/scalable/apps/feh.svg
92 share/man/man1/
93  feh-cam.1.gz
94  feh.1.gz
95  gen-cam-menu.1.gz
96
97
98 [FILE:286:patches/patch-src_getopt.c]
99 --- src/getopt.c.orig   2017-12-28 18:28:35 UTC
100 +++ src/getopt.c
101 @@ -36,6 +36,7 @@
102  #endif
103  
104  #include <stdio.h>
105 +#include <string.h>
106  
107  /* Comment out all this code if we are using the GNU C Library, and are not
108     actually compiling the library itself.  This code is part of the GNU C
109