SPECS: celestia.spec - linking with theora is now predictable

draenog draenog at pld-linux.org
Tue Sep 2 19:44:56 CEST 2008


Author: draenog                      Date: Tue Sep  2 17:44:56 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- linking with theora is now predictable

---- Files affected:
SPECS:
   celestia.spec (1.66 -> 1.67) 

---- Diffs:

================================================================
Index: SPECS/celestia.spec
diff -u SPECS/celestia.spec:1.66 SPECS/celestia.spec:1.67
--- SPECS/celestia.spec:1.66	Tue Sep  2 18:53:43 2008
+++ SPECS/celestia.spec	Tue Sep  2 19:44:50 2008
@@ -5,6 +5,8 @@
 %bcond_with	gnome		# use libgnome2 UI instead
 %bcond_with	glut		# use glut UI instead
 
+%bcond_without	theora		# without theora support
+
 %if %{with gtk} || %{with gnome} || %{with glut}
 %undefine	with_kde
 %endif
@@ -38,6 +40,7 @@
 BuildRequires:	libjpeg-devel
 BuildRequires:	libpng-devel
 BuildRequires:	libstdc++-devel
+%{?with_theora:BuildRequires:	libtheora-devel}
 BuildRequires:	libtool
 BuildRequires:	lua50-devel
 BuildRequires:	pkgconfig
@@ -114,6 +117,7 @@
 	%{?with_gnome:--with-gnome} \
 	%{?with_glut:--with-glut} \
 	--disable-rpath \
+	%{!?with_theora:--disable-theora} \
 	--with-lua \
 	--with-xinerama \
 	--with-qt-dir=%{_libdir}
@@ -171,6 +175,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.67  2008/09/02 17:44:50  draenog
+- linking with theora is now predictable
+
 Revision 1.66  2008/09/02 16:53:43  draenog
 - correct BR for OpenGL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/celestia.spec?r1=1.66&r2=1.67&f=u



More information about the pld-cvs-commit mailing list