View | Details | Raw Unified | Return to bug 120764
Collapse All | Expand All

(-)gimp-lqr-plugin/Makefile (-15 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gimp-lqr-plugin
8
PORTNAME=	gimp-lqr-plugin
9
DISTVERSION=	0.3.0-6
9
DISTVERSION=	0.4.0-4
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	http://liquidrescale.wikidot.com/local--files/en:download-page/ \
11
MASTER_SITES=	http://liquidrescale.wikidot.com/local--files/en:download-page/ \
12
		http://www.amdmi3.ru/distfiles/
12
		http://www.amdmi3.ru/distfiles/
Lines 14-46 Link Here
14
MAINTAINER=	amdmi3@amdmi3.ru
14
MAINTAINER=	amdmi3@amdmi3.ru
15
COMMENT=	Liquid rescale GIMP plug-in
15
COMMENT=	Liquid rescale GIMP plug-in
16
16
17
LIB_DEPENDS=	gimp-2.0:${PORTSDIR}/graphics/gimp-app
17
LIB_DEPENDS=	gimp-2.0:${PORTSDIR}/graphics/gimp-app \
18
		lqr-1.0:${PORTSDIR}/graphics/liblqr-1
18
19
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_GETTEXT=	yes
21
USE_GNOME=	gtk20
23
USE_GNOME=	gtk20
22
24
23
PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins
25
PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins
24
PLIST_SUB=	PLUGIN_DIR=${PLUGIN_DIR}
26
PLIST_SUB=	PLUGIN_DIR=${PLUGIN_DIR}
25
27
26
WRKSRC=		${WRKDIR}/${PORTNAME}-0.3.0
28
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:C/^([0-9.]+)-([0-9]+)$/\1/}
27
29
28
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
30
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
29
		LDFLAGS="-L${LOCALBASE}/lib"
31
		LDFLAGS="-L${LOCALBASE}/lib"
30
32
31
.if !defined(WITHOUT_NLS)
32
USE_GETTEXT=	yes
33
PLIST_SUB+=	NLS=""
34
.else
35
PLIST_SUB+=	NLS="@comment "
36
.endif
37
38
post-patch:
33
post-patch:
39
.if defined(WITHOUT_NLS)
40
	@${REINPLACE_CMD} -e 's|@USE_NLS@|no|g' ${WRKSRC}/po/Makefile.in.in
41
.else
42
	@${REINPLACE_CMD} -e 's|@USE_NLS@|yes|g' ${WRKSRC}/po/Makefile.in.in
43
.endif
44
	@${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in
34
	@${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in
45
35
46
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)gimp-lqr-plugin/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gimp-lqr-plugin-0.3.0-6.tar.gz) = 05dd98c504cdf9bf88539cd7d923d982
1
MD5 (gimp-lqr-plugin-0.4.0-4.tar.gz) = 1d34e517cdbf8b2f358e0febea0467f5
2
SHA256 (gimp-lqr-plugin-0.3.0-6.tar.gz) = 35f4481c9bb02a4e0d60e4205f4ee55de57e8c0ae5a1869579cbd255c0034c72
2
SHA256 (gimp-lqr-plugin-0.4.0-4.tar.gz) = ed6b736c557354c2f9f7a948a2a23bc936d238d9303c462859118e7a9813b943
3
SIZE (gimp-lqr-plugin-0.3.0-6.tar.gz) = 824194
3
SIZE (gimp-lqr-plugin-0.4.0-4.tar.gz) = 824386
(-)gimp-lqr-plugin/pkg-descr (-4 / +18 lines)
Lines 1-5 Link Here
1
Content-aware rescaling. Keeps the features of the image while
1
The Liquid Rescale plugin is an implementation of the content-aware
2
rescaling along a single direction. Tested on Gimp 2.2. It installs
2
resizing by seam carving algorithm by Shai Avidan and Ariel Shamir.
3
under the Layer menu now.
4
3
5
WWW: http://web.tiscali.it/carlobaldassi/
4
It aims at resizing pictures non uniformly while preserving the
5
features of the picture, i.e. avoiding distortion of the important
6
parts of the picture. It can also be used to remove portions of the
7
picture in a consistent way.
8
9
It works both ways, but enlarging gives better results if done in
10
successive steps. It can use extra layers as masks to select which
11
features of the image should be preserved and which should be
12
discarded.
13
14
The plugin works on the active layer or floating selection. If a
15
selection is present, it is saved to a channel. If the layer has a
16
transparency mask, an option is given to select the behaviour
17
(apply/discard).
18
19
WWW: http://liquidrescale.wikidot.com/
(-)gimp-lqr-plugin/pkg-plist (-19 / +26 lines)
Lines 12-36 Link Here
12
%%DATADIR%%/help/images/wilber.png
12
%%DATADIR%%/help/images/wilber.png
13
%%DATADIR%%/help/it/gimp-help.xml
13
%%DATADIR%%/help/it/gimp-help.xml
14
%%DATADIR%%/help/it/index.html
14
%%DATADIR%%/help/it/index.html
15
%%NLS%%share/locale/de/LC_MESSAGES/gimp22-lqr-plugin.mo
15
share/locale/de/LC_MESSAGES/gimp20-lqr-plugin.mo
16
%%NLS%%share/locale/es_AR/LC_MESSAGES/gimp22-lqr-plugin.mo
16
share/locale/es_AR/LC_MESSAGES/gimp20-lqr-plugin.mo
17
%%NLS%%share/locale/es_ES/LC_MESSAGES/gimp22-lqr-plugin.mo
17
share/locale/es_ES/LC_MESSAGES/gimp20-lqr-plugin.mo
18
%%NLS%%share/locale/eu_ES/LC_MESSAGES/gimp22-lqr-plugin.mo
18
share/locale/eu_ES/LC_MESSAGES/gimp20-lqr-plugin.mo
19
%%NLS%%share/locale/fr/LC_MESSAGES/gimp22-lqr-plugin.mo
19
share/locale/fr/LC_MESSAGES/gimp20-lqr-plugin.mo
20
%%NLS%%share/locale/hu/LC_MESSAGES/gimp22-lqr-plugin.mo
20
share/locale/hu/LC_MESSAGES/gimp20-lqr-plugin.mo
21
%%NLS%%share/locale/it/LC_MESSAGES/gimp22-lqr-plugin.mo
21
share/locale/it/LC_MESSAGES/gimp20-lqr-plugin.mo
22
%%NLS%%share/locale/nb_NO/LC_MESSAGES/gimp22-lqr-plugin.mo
22
share/locale/nb_NO/LC_MESSAGES/gimp20-lqr-plugin.mo
23
%%NLS%%share/locale/pt_BR/LC_MESSAGES/gimp22-lqr-plugin.mo
23
share/locale/pt_BR/LC_MESSAGES/gimp20-lqr-plugin.mo
24
%%NLS%%share/locale/ro_RO/LC_MESSAGES/gimp22-lqr-plugin.mo
24
share/locale/ro_RO/LC_MESSAGES/gimp20-lqr-plugin.mo
25
%%NLS%%share/locale/ru/LC_MESSAGES/gimp22-lqr-plugin.mo
25
share/locale/ru/LC_MESSAGES/gimp20-lqr-plugin.mo
26
%%NLS%%share/locale/sr/LC_MESSAGES/gimp22-lqr-plugin.mo
26
share/locale/sr/LC_MESSAGES/gimp20-lqr-plugin.mo
27
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gimp22-lqr-plugin.mo
27
share/locale/zh_CN/LC_MESSAGES/gimp20-lqr-plugin.mo
28
%%NLS%%@dirrmtry share/locale/ro_RO/LC_MESSAGES
28
share/locale/zh_TW/LC_MESSAGES/gimp20-lqr-plugin.mo
29
%%NLS%%@dirrmtry share/locale/ro_RO
29
@dirrmtry share/locale/sr/LC_MESSAGES
30
%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES
30
@dirrmtry share/locale/sr
31
%%NLS%%@dirrmtry share/locale/nb_NO
31
@dirrmtry share/locale/ro_RO/LC_MESSAGES
32
%%NLS%%@dirrmtry share/locale/es_AR/LC_MESSAGES
32
@dirrmtry share/locale/ro_RO
33
%%NLS%%@dirrmtry share/locale/es_AR
33
@dirrmtry share/locale/pt_BR/LC_MESSAGES
34
@dirrmtry share/locale/pt_BR
35
@dirrmtry share/locale/nb_NO/LC_MESSAGES
36
@dirrmtry share/locale/nb_NO
37
@dirrmtry share/locale/eu_ES/LC_MESSAGES
38
@dirrmtry share/locale/eu_ES
39
@dirrmtry share/locale/es_AR/LC_MESSAGES
40
@dirrmtry share/locale/es_AR
34
@dirrm %%DATADIR%%/help/it
41
@dirrm %%DATADIR%%/help/it
35
@dirrm %%DATADIR%%/help/images
42
@dirrm %%DATADIR%%/help/images
36
@dirrm %%DATADIR%%/help/es_ES
43
@dirrm %%DATADIR%%/help/es_ES

Return to bug 120764