commit 4bf37edb1b5f85b13dd0bb18207ba01740dce7ec
Author: Jan Rękorajski <[email protected]>
Date:   Sun Jan 19 18:29:25 2014 +0100

    - 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.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
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 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/audacity.git/commitdiff/4bf37edb1b5f85b13dd0bb18207ba01740dce7ec

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to