Projects
Multimedia
synfig
synfig-devel-deps.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File synfig-devel-deps.patch of Package synfig (Revision 14)
Currently displaying revision
14
,
Show latest
--- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Index: synfig-1.0/configure.ac =================================================================== --- synfig-1.0.orig/configure.ac +++ synfig-1.0/configure.ac @@ -139,6 +139,7 @@ if test $with_magickpp = "yes" ; then { PKG_CHECK_MODULES(MAGICKPP, Magick++ >= 6.4.2,[ with_magickpp="yes" AM_CONDITIONAL(HAVE_LIBMAGICKPP,true) + CONFIG_DEPS="$CONFIG_DEPS Magick++" ],[ with_magickpp="no" AC_MSG_RESULT([ *** Magick++ Output target disabled]) @@ -199,6 +200,7 @@ if test $with_libavcodec != "no" ; then if test $with_libavcodec = "yes" ; then { AC_DEFINE(WITH_LIBAVCODEC,[],[enable libavcodec support]) AM_CONDITIONAL(WITH_LIBAVCODEC,true) + CONFIG_DEPS="$CONFIG_DEPS libavcodec libavformat" } else { AM_CONDITIONAL(WITH_LIBAVCODEC,false) } ; fi @@ -229,6 +231,7 @@ if test $with_libavcodec = "yes" ; then if test $with_libswscale = "yes" ; then { AC_DEFINE(WITH_LIBSWSCALE, [], [enable libswscale support]) + CONFIG_DEPS="$CONFIG_DEPS libswscale" # Need to check both the new and old locations for the swscale header # Need to save flags, add swscale flags, check headers and restore flags @@ -261,6 +264,7 @@ AC_ARG_WITH(freetype, if test $with_freetype != "no" ; then { PKG_CHECK_MODULES(FREETYPE, freetype2,[ with_freetype="yes" + CONFIG_DEPS="$CONFIG_DEPS freetype2" ],[ PKG_CHECK_MODULES(FREETYPE, xft,[ with_freetype="yes" @@ -283,6 +287,7 @@ AC_ARG_WITH(fontconfig, if test $with_fontconfig != "no" ; then { PKG_CHECK_MODULES(FONTCONFIG, fontconfig,[ with_fontconfig="yes" + CONFIG_DEPS="$CONFIG_DEPS fontconfig" ],[ with_fontconfig="no" ]) @@ -306,6 +311,7 @@ if test $with_openexr = "yes" ; then { PKG_CHECK_MODULES(OPENEXR, OpenEXR,[ AC_DEFINE(HAVE_OPENEXR,[], [ Define if OpenEXR is available ] ) AM_CONDITIONAL(WITH_OPENEXR,true) + CONFIG_DEPS="$CONFIG_DEPS OpenEXR" ], [ with_openexr="no" @@ -317,7 +323,6 @@ if test $with_openexr = "no" ; then { } ; fi if test $use_openexr_half = yes ; then { AC_MSG_RESULT([ ** Using OpenEXR Half.]) - CONFIG_DEPS="$CONFIG_DEPS OpenEXR" CONFIG_CFLAGS="$CONFIG_CFLAGS -DUSE_HALF_TYPE" OPENEXR_HALF_LIBS="-lHalf" } else {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.