rpms/vkeybd/devel vkeybd-no-OSS.patch,NONE,1.1 vkeybd.spec,1.4,1.5

Anthony Green (green) fedora-extras-commits at redhat.com
Tue Oct 9 03:19:26 UTC 2007


Author: green

Update of /cvs/extras/rpms/vkeybd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27268

Modified Files:
	vkeybd.spec 
Added Files:
	vkeybd-no-OSS.patch 
Log Message:
Rev -5.  Add -no-OSS patch.

vkeybd-no-OSS.patch:

--- NEW FILE vkeybd-no-OSS.patch ---
--- Makefile~	2007-10-08 14:43:25.000000000 -0700
+++ Makefile	2007-10-08 14:44:57.000000000 -0700
@@ -27,7 +27,7 @@
 # device selections -- multiple avaialble
 # to disable the device, set value 0 (do not comment out!)
 #
-USE_AWE = 1
+USE_AWE = 0
 USE_MIDI = 1
 USE_ALSA = 1
 USE_LASH = 0


Index: vkeybd.spec
===================================================================
RCS file: /cvs/extras/rpms/vkeybd/devel/vkeybd.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vkeybd.spec	8 Oct 2007 18:33:28 -0000	1.4
+++ vkeybd.spec	9 Oct 2007 03:18:54 -0000	1.5
@@ -1,7 +1,7 @@
 Summary:      Virtual MIDI keyboard
 Name:         vkeybd
 Version:      0.1.17a
-Release:      4%{?dist}
+Release:      5%{?dist}
 License:      GPL
 Group:        Applications/Multimedia
 URL:          http://www.alsa-project.org/~iwai/alsa.html
@@ -11,6 +11,7 @@
 Patch0:       vkeybd-lash.patch
 Patch1:       vkeybd-CFLAGS.patch
 Patch2:       vkeybd-lash-2.patch
+Patch3:       vkeybd-no-OSS.patch
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: tk-devel >= 1:8.4, tk-devel < 1:8.5
@@ -31,6 +32,7 @@
 %patch0 -p0
 %patch1 -p0
 %patch2 -p0
+%patch3 -p0
 
 %build
 make %{?_smp_mflags} USE_LADCCA=1 TCL_VERSION=8.4 PREFIX=%{_prefix}
@@ -75,6 +77,9 @@
 %{_datadir}/icons/hicolor/64x64/apps/vkeybd.png
 
 %changelog
+* Mon Oct 07 2007 Anthony Green <green at redhat.com> 0.1.17a-5
+- Add -no-OSS patch.
+
 * Mon Oct 07 2007 Anthony Green <green at redhat.com> 0.1.17a-4
 - Rebuild for new lash.
 




More information about the fedora-extras-commits mailing list