rpms/gnash/devel gnash-0.8.3-glib_link.patch, NONE, 1.1 gnash.spec, 1.20, 1.21

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Wed Jun 25 08:01:36 UTC 2008


Author: pertusus

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

Modified Files:
	gnash.spec 
Added Files:
	gnash-0.8.3-glib_link.patch 
Log Message:
* Wed Jun 25 2008 Patrice Dumas <pertusus at free.fr> 0.8.3-2
- add glib in the link, thanks Daniel Drake (#452767)


gnash-0.8.3-glib_link.patch:

--- NEW FILE gnash-0.8.3-glib_link.patch ---
diff -up gnash-0.8.3/plugin/Makefile.am.glib_link gnash-0.8.3/plugin/Makefile.am
--- gnash-0.8.3/plugin/Makefile.am.glib_link	2008-06-25 09:55:24.000000000 +0200
+++ gnash-0.8.3/plugin/Makefile.am	2008-06-25 09:56:07.000000000 +0200
@@ -100,6 +100,7 @@ libgnashplugin_la_SOURCES  = plugin.cpp 
         mozilla-sdk/np_entry.cpp
 
 libgnashplugin_la_LIBADD   = \
+	$(GLIB_LIBS) \
 	$(NULL)
 
 if PLUGIN_LINK_UNDEFINED
diff -up gnash-0.8.3/plugin/Makefile.in.glib_link gnash-0.8.3/plugin/Makefile.in
--- gnash-0.8.3/plugin/Makefile.in.glib_link	2008-06-25 09:55:38.000000000 +0200
+++ gnash-0.8.3/plugin/Makefile.in	2008-06-25 09:56:31.000000000 +0200
@@ -474,6 +474,7 @@ noinst_HEADERS = plugin.h \
 @NSAPI_TRUE@@WIN32_FALSE@        mozilla-sdk/np_entry.cpp
 
 @NSAPI_TRUE@@WIN32_FALSE at libgnashplugin_la_LIBADD = \
+ at NSAPI_TRUE@@WIN32_FALSE@	$(GLIB_LIBS) \
 @NSAPI_TRUE@@WIN32_FALSE@	$(NULL)
 
 @NSAPI_TRUE@@PLUGIN_LINK_UNDEFINED_FALSE@@WIN32_FALSE at libgnashplugin_la_LDFLAGS = -module -avoid-version -L$(plugindir)


Index: gnash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gnash.spec	23 Jun 2008 01:08:01 -0000	1.20
+++ gnash.spec	25 Jun 2008 08:00:41 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           gnash
 Version:        0.8.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GNU flash movie player
 
 Group:          Applications/Multimedia
@@ -8,6 +8,7 @@
 URL:            http://www.gnu.org/software/gnash/
 Source0:        http://ftp.gnu.org/gnu/gnash/%{version}/%{name}-%{version}.tar.gz
 Patch0:         gnash-0.8.3-manual.patch
+Patch1:         gnash-0.8.3-glib_link.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxml2-devel libpng-devel libjpeg-devel libogg-devel
@@ -75,6 +76,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .manual
+%patch1 -p1 -b .glib_link
 
 chmod a-x libgeometry/snappingrange.h backend/render*.h gui/gtk_glue_agg.{h,cpp} 
 
@@ -224,6 +226,9 @@
 %{_mandir}/man1/cygnal.1*
 
 %changelog
+* Wed Jun 25 2008 Patrice Dumas <pertusus at free.fr> 0.8.3-2
+- add glib in the link, thanks Daniel Drake (#452767)
+
 * Sun Jun 22 2008 Patrice Dumas <pertusus at free.fr> 0.8.3-1
 - update to 0.8.3
 




More information about the fedora-extras-commits mailing list