Move exr-save to -plugins where it belongs.
This commit is contained in:
parent
bb478fef93
commit
f732c935fe
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2011/12/10 09:13:43 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2011/12/28 09:31:58 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -12,6 +12,9 @@ CATEGORIES= graphics devel
|
||||
PKGNAME-main= gegl-${V}
|
||||
PKGNAME-plugins=gegl-plugins-${V}
|
||||
|
||||
REVISION-main= 0
|
||||
REVISION-plugins=0
|
||||
|
||||
SHARED_LIBS= gegl-0.1 1.1 # .105.1
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.9 2011/12/10 09:13:43 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.10 2011/12/28 09:31:58 ajacoutot Exp $
|
||||
@bin bin/gegl
|
||||
include/gegl-0.1/
|
||||
include/gegl-0.1/gegl-buffer-backend.h
|
||||
@ -101,8 +101,6 @@ lib/gegl-0.1/edge-sobel.so
|
||||
lib/gegl-0.1/exclusion.so
|
||||
@comment lib/gegl-0.1/exp-combine.la
|
||||
lib/gegl-0.1/exp-combine.so
|
||||
@comment lib/gegl-0.1/exr-save.la
|
||||
lib/gegl-0.1/exr-save.so
|
||||
@comment lib/gegl-0.1/fattal02.la
|
||||
lib/gegl-0.1/fattal02.so
|
||||
@comment lib/gegl-0.1/fractal-explorer.la
|
||||
|
@ -1,5 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-plugins,v 1.3 2010/04/24 13:07:54 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-plugins,v 1.4 2011/12/28 09:31:58 ajacoutot Exp $
|
||||
@conflict gegl-<0.1.8p0
|
||||
@comment lib/gegl-0.1/exr-load.la
|
||||
lib/gegl-0.1/exr-load.so
|
||||
@comment lib/gegl-0.1/exr-save.la
|
||||
lib/gegl-0.1/exr-save.so
|
||||
@comment lib/gegl-0.1/ff-load.la
|
||||
lib/gegl-0.1/ff-load.so
|
||||
|
Loading…
Reference in New Issue
Block a user