pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/53236: graphics/gegl conflicts with sysutils/coreutils



I would like to propose renaming the gcut from gegl to gegl-gcut.

- There is already a gegl-imgcmp program
- gcut is an interactive program to cut videos, not something that
gets called by other software such as GIMP.

Here is the patch, OK to commit:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/gegl/Makefile,v
retrieving revision 1.64
diff -u -r1.64 Makefile
--- Makefile    27 May 2018 13:16:47 -0000      1.64
+++ Makefile    8 Jul 2018 11:24:09 -0000
@@ -2,6 +2,7 @@

 DISTNAME=      gegl-0.4.2
 CATEGORIES=    graphics
+PKGREVISION=   1
 MASTER_SITES=  http://download.gimp.org/pub/gegl/0.4/
 EXTRACT_SUFX=  .tar.bz2

@@ -29,6 +30,9 @@
 PLIST.v4l=     yes
 .endif

+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} gcut gegl-gcut
+
 .include "options.mk"

 BUILDLINK_API_DEPENDS.babl+=   babl>=0.1.48
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/gegl/PLIST,v
retrieving revision 1.18
diff -u -r1.18 PLIST
--- PLIST       30 Apr 2018 05:06:00 -0000      1.18
+++ PLIST       8 Jul 2018 11:24:09 -0000
@@ -1,6 +1,6 @@
 @comment $NetBSD: PLIST,v 1.18 2018/04/30 05:06:00 ryoon Exp $
-bin/gcut
 bin/gegl
+bin/gegl-gcut
 bin/gegl-imgcmp
 include/gegl-0.4/gegl-apply.h
 include/gegl-0.4/gegl-audio-fragment.h

-- 
Benny


Home | Main Index | Thread Index | Old Index