all build system fixes: * 0001-change-to-interim-version-number.patch * 0002-fix-to-build-with-GraphicsMagick.patch * 0003-Looks-like-I-need-both-MAGICK_CPPFLAGS-and-MAGICK_CF.patch * 0004-try-using-simpler-way-of-building-with-ImageEMagick.patch * 0005-merge-MAGICK_CPPFLAGS-into-MAGICK_CFLAGS.patch * 0006-use-different-module-names-ImageMagick-vs-GraphicsMa.patch * 0007-No-longer-automatically-build-with-ImageMagick-or-Gr.patch * 0008-fix-incorrect-use-of-AC_ARG_WITH.patch * 0009-Use-pkg-config-to-find-FreeType-thanks-to-Lars-Wendl.patch * 0010-fix-some-build-warnings.patch * 0011-Use-PKG_CHECK_MODULES-to-detect-the-libxml2-library.patch * 0012-Fix-another-build-warning.patch - Update patch gettext-fix.patch - Disabled i586 build and remove obsolete statements from spec OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/dvdauthor?expand=0&rev=16
23 lines
622 B
Diff
23 lines
622 B
Diff
From 072a0a89f4e85718f89734f2eb3d45184c4dc630 Mon Sep 17 00:00:00 2001
|
|
From: Lawrence D'Oliveiro <ldo@geek-central.gen.nz>
|
|
Date: Thu, 19 Jan 2017 23:22:23 +0000
|
|
Subject: [PATCH 01/12] change to interim version number
|
|
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index f4b270f..b3c020b 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1,4 +1,4 @@
|
|
-AC_INIT(DVDAuthor,0.7.2,dvdauthor-users@lists.sourceforge.net)
|
|
+AC_INIT(DVDAuthor,0.7.2+,dvdauthor-users@lists.sourceforge.net)
|
|
|
|
AC_CONFIG_HEADERS(src/config.h)
|
|
AC_CONFIG_AUX_DIR(autotools)
|
|
--
|
|
2.51.0
|
|
|