From: Arkadiusz Miśkiewicz Date: Thu, 31 Dec 2009 14:44:15 +0000 (+0000) Subject: - rel 12; fix build X-Git-Tag: auto/th/arts-1_5_10-12 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?p=packages%2Farts.git;a=commitdiff_plain;h=0a44bea36afb1cb4039cf974664a0f438f5819cc - rel 12; fix build Changed files: arts-ac.patch -> 1.1 arts.spec -> 1.178 --- diff --git a/arts-ac.patch b/arts-ac.patch new file mode 100644 index 0000000..284545f --- /dev/null +++ b/arts-ac.patch @@ -0,0 +1,24 @@ +--- kdelibs-3.5.10/admin/configure.in.min~ 2008-08-19 22:28:39.000000000 +0200 ++++ kdelibs-3.5.10/admin/configure.in.min 2009-08-17 19:13:01.823156420 +0200 +@@ -44,6 +44,9 @@ + AM_CONFIG_HEADER(config.h) dnl at the distribution this done + + dnl Checks for programs. ++AC_PROG_CC ++AC_PROG_CXX ++ + AC_CHECK_COMPILERS + AC_ENABLE_SHARED(yes) + AC_ENABLE_STATIC(no) +--- kdelibs-3.5.10/configure.in.in~ 2006-05-22 20:14:23.000000000 +0200 ++++ kdelibs-3.5.10/configure.in.in 2009-08-17 19:16:04.549804009 +0200 +@@ -25,6 +25,9 @@ + AM_CONFIG_HEADER(config.h) dnl at the distribution this done + + dnl Checks for programs. ++AC_PROG_CC ++AC_PROG_CXX ++ + AC_CHECK_COMPILERS + AC_LIBLTDL_CONVENIENCE + diff --git a/arts.spec b/arts.spec index 7789db9..133cc18 100644 --- a/arts.spec +++ b/arts.spec @@ -13,7 +13,7 @@ Summary(pl.UTF-8): Serwer dźwięku Summary(pt_BR.UTF-8): Servidor de sons usado pelo KDE Name: arts Version: 1.5.10 -Release: 11 +Release: 12 Epoch: 13 License: LGPL Group: Libraries @@ -26,6 +26,7 @@ Patch2: %{name}-extension_loader.patch Patch3: %{name}-gcc43.patch Patch4: %{name}-fortify.patch Patch5: kde-am.patch +Patch6: %{name}-ac.patch URL: http://www.arts-project.org/ %{?with_alsa:BuildRequires: alsa-lib-devel} BuildRequires: audiofile-devel @@ -173,6 +174,7 @@ Pliki programistyczne dla biblioteki qtmcop. %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 find . -type f -name '*.mcopclass' | xargs %{__sed} -i -e 's:\.la::'