parent
323056488d
commit
e4e5de103e
3 changed files with 40 additions and 0 deletions
1
srcpkgs/ufraw-gimp
Symbolic link
1
srcpkgs/ufraw-gimp
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
ufraw
|
12
srcpkgs/ufraw/patches/001-no-gimp-remote.patch
Normal file
12
srcpkgs/ufraw/patches/001-no-gimp-remote.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Don't use gimp-remote since gimp 2.4 already includes gimp-remote functionality
|
||||||
|
--- ufraw_conf.c
|
||||||
|
+++ ufraw_conf.c
|
||||||
|
@@ -137,7 +137,7 @@
|
||||||
|
#elif HAVE_GIMP_2_4
|
||||||
|
"gimp", /* remoteGimpCommand */
|
||||||
|
#else
|
||||||
|
- "gimp-remote", /* remoteGimpCommand */
|
||||||
|
+ "gimp", /* remoteGimpCommand */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* EXIF data */
|
27
srcpkgs/ufraw/template
Normal file
27
srcpkgs/ufraw/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'ufraw'
|
||||||
|
pkgname=ufraw
|
||||||
|
version=0.22
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-contrast --enable-mime --enable-openmp --with-gimp
|
||||||
|
$(vopt_enable extras)"
|
||||||
|
hostmakedepends="pkg-config dcraw"
|
||||||
|
makedepends="exiv2-devel gimp-devel glib-devel gtkimageview-devel lcms2-devel lensfun-devel
|
||||||
|
jasper-devel"
|
||||||
|
depends="desktop-file-utils"
|
||||||
|
maintainer="John <johnz@posteo.net>"
|
||||||
|
short_desc="Utility to read and manipulate raw images from digital cameras"
|
||||||
|
homepage="http://ufraw.sourceforge.net/"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/ufraw/ufraw/ufraw-${version}/ufraw-${version}.tar.gz"
|
||||||
|
checksum=f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e
|
||||||
|
|
||||||
|
build_options="extras"
|
||||||
|
|
||||||
|
ufraw-gimp_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - gimp plugin"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/gimp
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue