[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Audacity in Devel
- From: Ville Skyttä <ville skytta iki fi>
- To: fedora-extras-list redhat com
- Subject: Re: Audacity in Devel
- Date: Fri, 20 May 2005 22:34:38 +0300
On Fri, 2005-05-20 at 15:05 -0400, Konstantin Ryabitsev wrote:
> Hello, all:
>
> Audacity in devel doesn't work at all, since version 1.2.3 requires
> wxGTK to be built without gtk2 support
> (http://audacityteam.org/wiki/index.pl?BugsBugsBugs). I think we
> should disable audacity in devel until there are releases known to
> work with wxGTK2.
Why not just stick with the GTK1 version until then? See attachment.
Index: audacity.spec
===================================================================
RCS file: /cvs/extras/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.11
diff -u -U0 -r1.11 audacity.spec
--- audacity.spec 20 May 2005 12:38:40 -0000 1.11
+++ audacity.spec 20 May 2005 19:30:42 -0000
@@ -18,2 +18,2 @@
-%{?_with_gtk1:BuildRequires: wxGTK-devel}
-%{!?_with_gtk1:BuildRequires: wxGTK2-devel}
+%{?_with_gtk2:BuildRequires: wxGTK2-devel}
+%{!?_with_gtk2:BuildRequires: wxGTK-devel}
@@ -25 +25 @@
-# --with gtk1 : use GTK+ version of wxGTK, else GTK2 version
+# --with gtk2 : use GTK2 version of wxGTK, else GTK1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]