rpms/amsn/devel amsn-0.98.1-usesnack.patch, NONE, 1.1 amsn.spec, 1.26, 1.27

Sander Hoentjen tjikkun at fedoraproject.org
Sat Dec 5 09:17:30 UTC 2009


Author: tjikkun

Update of /cvs/pkgs/rpms/amsn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7520

Modified Files:
	amsn.spec 
Added Files:
	amsn-0.98.1-usesnack.patch 
Log Message:
use snack instead of alsa by default


amsn-0.98.1-usesnack.patch:
 config.tcl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE amsn-0.98.1-usesnack.patch ---
--- amsn/config.tcl	(revision 11816)
+++ amsn/config.tcl	(working copy)
@@ -110,7 +110,7 @@
 			::config::setKey notifyYoffset 0
 			::config::setKey filemanager "xdg-open \$location"
 			::config::setKey openfilecommand "xdg-open \$file"
-			::config::setKey usesnack 0
+			::config::setKey usesnack 1
 
 			::config::setKey os "unix"
 		} elseif { [OnWin] } {


Index: amsn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/amsn/devel/amsn.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- amsn.spec	25 Nov 2009 12:47:08 -0000	1.26
+++ amsn.spec	5 Dec 2009 09:17:29 -0000	1.27
@@ -3,7 +3,7 @@
 
 Name:           amsn
 Version:        0.98.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MSN Messenger clone for Linux, Mac and Windows
 
 Group:          Applications/Internet
@@ -12,6 +12,7 @@ URL:            http://www.amsn-project.
 Source0:        http://dl.sourceforge.net/amsn/%{name}-%{version}.tar.bz2
 Patch0:         amsn-0.98.1-no-exact-http.patch
 Patch1:		amsn-0.98.1-songbird-exception.patch
+Patch2:		amsn-0.98.1-usesnack.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils, tk-devel, which, libpng-devel, libjpeg-devel
@@ -20,7 +21,8 @@ BuildRequires:  gupnp-igd-devel
 BuildRequires:  libv4l-devel
 BuildRequires:  tcl(abi) = %{tcl_version}
 Requires:       tcl(abi) = %{tcl_version}
-Requires:       tcltls, tclsoap, tcllib, bwidget, tkdnd, xdg-utils, alsa-utils
+Requires:	tcl-snack
+Requires:       tcltls, tclsoap, tcllib, bwidget, tkdnd, xdg-utils
 
 %description
 This is an MSN Messenger clone for Unix, Windows, and Macintosh.
@@ -41,6 +43,7 @@ snapshots with your webcam to use as you
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 rm -r utils/BWidget-1.9.0
 rm -r skins/default/winicons
@@ -132,6 +135,10 @@ fi
 
 
 %changelog
+* Sat Dec 05 2009 Sander Hoentjen <sander at hoentjen.eu> - 0.98.1-3
+- add requires on tcl-snack, it is needed for voice-clip support
+- since we need snack anyway, use it for all audio and drop requirement on alsa-utils
+
 * Wed Nov 25 2009 Sander Hoentjen <sander at hoentjen.eu> - 0.98.1-2
 - songbird plugin had a python exception when songbird
   was not installed (bug #539422)




More information about the fedora-extras-commits mailing list