rpms/amsn/FC-6 amsn.spec,1.5,1.6

Sander Hoentjen (tjikkun) fedora-extras-commits at redhat.com
Sat Nov 4 13:01:32 UTC 2006


Author: tjikkun

Update of /cvs/extras/rpms/amsn/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5240

Modified Files:
	amsn.spec 
Log Message:
* Thu Sep 4 2006 Sander Hoentjen <sander at hoentjen.eu> - 0.96-2
- webcam now works (bug #206674)




Index: amsn.spec
===================================================================
RCS file: /cvs/extras/rpms/amsn/FC-6/amsn.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- amsn.spec	2 Nov 2006 22:41:25 -0000	1.5
+++ amsn.spec	4 Nov 2006 13:01:02 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           amsn
 Version:        0.96
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MSN Messenger clone for Linux, Mac and Windows
 
 Group:          Applications/Internet
@@ -33,6 +33,11 @@
 %patch1 -p1 -b .1-system-bwidget
 rm -r utils/TkCximage/src/{jpeg,png,zlib}
 rm -r utils/BWidget-1.7.0
+
+# for webcam to work these paths need to be added because we move libs around
+%{__sed} -i 's#\.\./libng/plugins#%{_libdir}/capture/libng/plugins#' utils/linux/capture/libng/grab-ng.c
+%{__sed} -i 's#\.\./libng/contrib-plugins#%{_libdir}/capture/libng/contrib-plugins#' utils/linux/capture/libng/grab-ng.c
+
 %{__sed} -i 's# utils/BWidget-1.7.0##' Makefile.in
 %{__sed} -i 's#mozilla#htmlview#' config.tcl
 %{__sed} -i 's#my_filemanager open#gnome-open#' config.tcl
@@ -116,6 +121,9 @@
 
 
 %changelog
+* Thu Sep 4 2006 Sander Hoentjen <sander at hoentjen.eu> - 0.96-2
+- webcam now works (bug #206674)
+
 * Thu Sep 2 2006 Sander Hoentjen <sander at hoentjen.eu> - 0.96-1
 - updated to 0.96 final
 - drop nolocate and locallibs patch because they were accepted upstream




More information about the scm-commits mailing list