From 4bf37edb1b5f85b13dd0bb18207ba01740dce7ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 19 Jan 2014 18:29:25 +0100 Subject: [PATCH] - finished port to wxWidgets 3.0 - rel 3 --- audacity-wx.patch | 9 +++++++++ audacity.spec | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/audacity-wx.patch b/audacity-wx.patch index f4d0957..d29b98e 100644 --- a/audacity-wx.patch +++ b/audacity-wx.patch @@ -9,6 +9,15 @@ echo "Great, you're using wxWidgets ${wx_version}!" ;; *) +@@ -311,7 +311,7 @@ + ac_configure_args="$ac_configure_args --with-wx-config=\"$WX_CONFIG\"" + + dnl Gather wx arguments +-LIBS="$LIBS `$WX_CONFIG $wxconfigargs --libs`" ++LIBS="$LIBS `$WX_CONFIG $wxconfigargs --libs` -lwx_x11univ_core-3.0" + CXXFLAGS="$CXXFLAGS `$WX_CONFIG $wxconfigargs --cxxflags`" + + dnl----------------------------------------------------------------- --- audacity-src-2.0.5/lib-src/lib-widget-extra/configure.in~ 2013-10-19 09:31:34.000000000 +0200 +++ audacity-src-2.0.5/lib-src/lib-widget-extra/configure.in 2014-01-15 14:35:09.519583138 +0100 @@ -142,7 +142,7 @@ diff --git a/audacity.spec b/audacity.spec index 59e9df5..845f032 100644 --- a/audacity.spec +++ b/audacity.spec @@ -19,7 +19,7 @@ Summary(pl.UTF-8): Audacity - narzędzie do obróbki plików dźwiękowych Summary(ru.UTF-8): Кроссплатформенный звуковой редактор Name: audacity Version: 2.0.5 -Release: 2 +Release: 3 License: GPL v2+ Group: X11/Applications/Sound #Source0Download: http://code.google.com/p/audacity/downloads/list @@ -65,6 +65,7 @@ BuildRequires: unzip BuildRequires: vamp-devel >= 2.0 BuildRequires: which BuildRequires: wxGTK2-unicode-devel >= 2.8.0 +BuildRequires: wxX11-devel >= 2.8.0 Requires(post,postun): shared-mime-info Requires: flac-c++ >= 1.2.0 Requires: lame-libs -- 2.44.0