Browse Source

blindly add Ogg Vorbis support without run-time testing it

master
parent
commit
886d1026e6
  1. 7
      xmms/xmms.spec

7
xmms/xmms.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Audio
License: GPL
Version: 1.2.7
Release: 20030131
Release: 20030321
# list of sources
Source0: ftp://ftp.xmms.org/xmms/1.2.x/xmms-%{version}.tar.bz2
@ -41,7 +41,7 @@ Source0: ftp://ftp.xmms.org/xmms/1.2.x/xmms-%{version}.tar.bz2
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030114, X11, gtk, glib, glib::with_threads = yes, libxml, libmikmod
BuildPreReq: OpenPKG, openpkg >= 20030114, X11, gtk, glib, glib::with_threads = yes, libxml, libmikmod, vorbis-libs
PreReq: OpenPKG, openpkg >= 20030114, X11
AutoReq: no
AutoReqProv: no
@ -65,6 +65,9 @@ AutoReqProv: no
--with-gtk-prefix=%{l_prefix} \
--with-libxml-prefix=%{l_prefix} \
--with-libmikmod-prefix=%{l_prefix} \
--enable-vorbis \
--with-vorbis-prefix=%{l_prefix} \
--with-ogg-prefix=%{l_prefix} \
--without-gnome \
--disable-esd \
--disable-nls \

Loading…
Cancel
Save