fix libs
This commit is contained in:
parent
860073604d
commit
f3a8f3ac14
13
totem-libs.patch
Normal file
13
totem-libs.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -up totem-2.91.4/src/backend/Makefile.am.libs totem-2.91.4/src/backend/Makefile.am
|
||||
--- totem-2.91.4/src/backend/Makefile.am.libs 2011-01-10 13:26:27.147901729 -0500
|
||||
+++ totem-2.91.4/src/backend/Makefile.am 2011-01-10 13:26:48.842902416 -0500
|
||||
@@ -18,7 +18,8 @@ bvw_test_LDADD = \
|
||||
libbaconvideowidget.la \
|
||||
$(DEPENDENCY_LIBS) \
|
||||
$(XVIDMODE_LIBS) \
|
||||
- $(XTEST_LIBS)
|
||||
+ $(XTEST_LIBS) \
|
||||
+ -lX11
|
||||
|
||||
# Marshallers
|
||||
BVW_MARSHAL_FILES = baconvideowidget-marshal.c baconvideowidget-marshal.h
|
||||
@ -8,6 +8,8 @@ Group: Applications/Multimedia
|
||||
URL: http://projects.gnome.org/totem/
|
||||
Source0: http://download.gnome.org/sources/totem/2.91/totem-%{version}.tar.bz2
|
||||
|
||||
Patch0: totem-libs.patch
|
||||
|
||||
Requires: iso-codes
|
||||
Requires: gnome-icon-theme
|
||||
# For the opensubtitles plugin
|
||||
@ -61,6 +63,8 @@ BuildRequires: lirc-devel
|
||||
BuildRequires: libepc-devel
|
||||
BuildRequires: libgdata-devel
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
%description
|
||||
Totem is simple movie player for the GNOME desktop. It features a
|
||||
simple playlist, a full-screen mode, seek and volume controls, as well as
|
||||
@ -157,6 +161,9 @@ audio and video files in the properties dialog.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .libs
|
||||
|
||||
autoreconf -i -f
|
||||
|
||||
%build
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user