|
Lines 17-34
Link Here
|
| 17 |
|
17 |
|
| 18 |
USES= autoreconf gettext gmake jpeg localbase pkgconfig \ |
18 |
USES= autoreconf gettext gmake jpeg localbase pkgconfig \ |
| 19 |
desktop-file-utils tar:xz lua:51 |
19 |
desktop-file-utils tar:xz lua:51 |
| 20 |
USE_GNOME= gtk30 intltool |
20 |
USE_GNOME= intltool |
| 21 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
| 22 |
CONFIGURE_ARGS= --with-readmedir="${DOCSDIR}" |
22 |
CONFIGURE_ARGS= --with-readmedir="${DOCSDIR}" |
| 23 |
|
23 |
|
| 24 |
PORTDOCS= * |
24 |
PORTDOCS= * |
| 25 |
|
25 |
|
| 26 |
OPTIONS_DEFINE= EXIV2 LCMS LIRC GPS TIFF DOCS |
26 |
OPTIONS_DEFINE= EXIV2 LCMS LIRC GPS TIFF DOCS |
| 27 |
OPTIONS_DEFAULT=EXIV2 LCMS |
27 |
OPTIONS_DEFAULT=EXIV2 LCMS GTK2 |
|
|
28 |
OPTIONS_SINGLE= TOOLKIT |
| 29 |
OPTIONS_SINGLE_TOOLKIT=GTK2 GTK3 |
| 30 |
|
| 28 |
EXIV2_DESC= Metadata editing |
31 |
EXIV2_DESC= Metadata editing |
| 29 |
LCMS_DESC= Color adjusting |
32 |
LCMS_DESC= Color adjusting |
| 30 |
LIRC_DESC= Remote control |
33 |
LIRC_DESC= Remote control |
| 31 |
GPS_DESC= GPS map support via libchamplain (experimental!) |
34 |
GPS_DESC= GPS map support via libchamplain (experimental!) |
|
|
35 |
TOOLKIT_DESC= Graphical user interface toolkit |
| 36 |
GTK2_DESC= Use GTK 2 |
| 37 |
GTK3_DESC= Use GTK 3 |
| 32 |
|
38 |
|
| 33 |
EXIV2_LIB_DEPENDS= libexiv2.so:graphics/exiv2 |
39 |
EXIV2_LIB_DEPENDS= libexiv2.so:graphics/exiv2 |
| 34 |
EXIV2_CONFIGURE_ENABLE= exiv2 |
40 |
EXIV2_CONFIGURE_ENABLE= exiv2 |
|
Lines 41-51
Link Here
|
| 41 |
|
47 |
|
| 42 |
GPS_LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain \ |
48 |
GPS_LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain \ |
| 43 |
libclutter-gtk-1.0.so:graphics/clutter-gtk3 |
49 |
libclutter-gtk-1.0.so:graphics/clutter-gtk3 |
| 44 |
GPS_CONFIGURE_ENABLE= gps clutter |
50 |
GPS_CONFIGURE_ENABLE= map gpu-accell |
| 45 |
|
51 |
|
| 46 |
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff |
52 |
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff |
| 47 |
TIFF_CONFIGURE_ENABLE= tiff |
53 |
TIFF_CONFIGURE_ENABLE= tiff |
| 48 |
|
54 |
|
|
|
55 |
GTK2_USE= gnome=gtk20 |
| 56 |
GTK3_USE= gnome=gtk30 |
| 57 |
GTK3_CONFIGURE_ENABLE= gtk3 |
| 58 |
|
| 49 |
post-patch: |
59 |
post-patch: |
| 50 |
@${REINPLACE_CMD} -e 's| -r %F||' ${WRKSRC}/geeqie.desktop.in |
60 |
@${REINPLACE_CMD} -e 's| -r %F||' ${WRKSRC}/geeqie.desktop.in |
| 51 |
@${REINPLACE_CMD} -e '/readme_DATA/ s|COPYING||' ${WRKSRC}/Makefile.am |
61 |
@${REINPLACE_CMD} -e '/readme_DATA/ s|COPYING||' ${WRKSRC}/Makefile.am |