FreeBSD Bugzilla – Attachment 207094 Details for
Bug 240270
multimedia/dvdauthor: Fails to build if GraphicsMagick is installed (and IMAGEMAGICK=OFF)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff-dvdauthor
dvdauthor.diff (text/plain), 2.02 KB, created by
Walter Schwarzenfeld
on 2019-09-02 09:56:06 UTC
(
hide
)
Description:
svn-diff-dvdauthor
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2019-09-02 09:56:06 UTC
Size:
2.02 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 510774) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= dvdauthor > PORTVERSION= 0.7.2 >+PORTREVISION= 1 > CATEGORIES= multimedia > MASTER_SITES= SF/${PORTNAME} > >Index: files/patch-src_subgen-image.c >=================================================================== >--- files/patch-src_subgen-image.c (nonexistent) >+++ files/patch-src_subgen-image.c (working copy) >@@ -0,0 +1,46 @@ >+--- src/subgen-image.c.orig 2019-09-02 09:48:47 UTC >++++ src/subgen-image.c >+@@ -28,7 +28,7 @@ >+ #include <fcntl.h> >+ #include <math.h> >+ >+-#if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) >++#if defined(HAVE_MAGICK) >+ #include <stdarg.h> >+ #include <magick/api.h> >+ #else >+@@ -163,7 +163,7 @@ static void createimage(pict *s, int w, >+ } /*if*/ >+ } /*createimage*/ >+ >+-#if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) >++#if defined(HAVE_MAGICK) >+ // meaning of A in RGBA swapped in ImageMagick 6.0.0 and GraphicsMagick 1.3.8 >+ #if defined(HAVE_MAGICK) >+ #define XMAGICK_NEW_RGBA_MINVER 0x600 >+@@ -348,7 +348,7 @@ static int read_pic(stinfo *s, pict *p) >+ { >+ if (!p->fname) >+ return 0; >+-#if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) >++#if defined(HAVE_MAGICK) >+ r = read_magick(p); >+ #else >+ r = read_png(p); >+@@ -1097,14 +1097,14 @@ bool process_subtitle(stinfo *s) >+ >+ void image_init() >+ { >+-#if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) >++#if defined(HAVE_MAGICK) >+ InitializeMagick(NULL); >+ #endif >+ } >+ >+ void image_shutdown() >+ { >+-#if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) >++#if defined(HAVE_MAGICK) >+ DestroyMagick(); >+ #endif >+ } > >Property changes on: files/patch-src_subgen-image.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240270
: 207094 |
207189
|
207190
|
218457
|
218473
|
221267
|
221291
|
221313
|
221356
|
221363