Changes of Revision 7
[-] | Changed | vlc.spec |
x 1
2 Summary(de): Der VideoLAN Client, auch sehr gut als Standalone Player verwendbar. 3 URL: http://www.videolan.org/ 4 Version: 0.8.6d 5 -Release: 1 6 +Release: 1.3 7 8 Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}.tar.bz2 9 Patch0: fix_font_path.patch 10 Patch1: vlc_ffmpeg_new.diff 11 12 -BuildRoot: %{_tmppath}/%{name}-%{version}-build 13 - 14 -# SUSE BR's 15 -BuildRequires: xorg-x11-devel xorg-x11-libs wxGTK-devel libcdio-devel libcddb-devel libdvdread-devel libdvdnav-devel libogg-devel flac-devel libvorbis-devel SDL-devel aalib-devel esound-devel arts-devel alsa-devel lirc ncurses-devel xosd-devel id3lib-devel aalib fribidi-devel libcaca-devel libdts-devel hal hal-devel libgcrypt SDL_image-devel libgcrypt-devel libid3tag-devel libtheora-devel libsmbclient-devel gnutls-devel gnome-vfs2-devel slang-devel libjpeg-devel libebml libmatroska libmpcdec mDNSResponder-devel cvs update-desktop-files 16 +Packager: Carsten Schoene <cs@linux-administrator.com> 17 +Distribution: %distribution 18 19 -BuildRequires: mad mad-devel libffmpeg0 libffmpeg0-devel libmpeg2 libmpeg2-devel libdvbpsi4 libdvbpsi4-devel 20 +BuildRoot: %{_tmppath}/%{name}-%{version}-build 21 22 +BuildRequires: xorg-x11-devel xorg-x11-libs wxGTK-devel libcdio-devel libcddb-devel libdvdread-devel libdvdnav-devel libogg-devel flac-devel libvorbis-devel SDL-devel aalib-devel esound-devel arts-devel alsa-devel lirc ncurses-devel xosd-devel id3lib-devel aalib fribidi-devel libcaca-devel libdca-devel hal hal-devel libgcrypt SDL_image-devel libgcrypt-devel libid3tag-devel libtheora-devel libsmbclient-devel gnutls-devel gnome-vfs2-devel slang-devel libjpeg-devel libebml libmatroska libmpcdec mDNSResponder-devel cvs update-desktop-files 23 +BuildRequires: libmp4v2-devel libmpeg2 libmpeg2-devel libdvbpsi5 libdvdplay-devel mad-devel libffmpeg0-devel faad2-devel a52dec x264-devel xvid-devel speex-devel libmodplug libtar 24 +Requires: libmms 25 %if %suse_version >= 1020 26 BuildRequires: libmpcdec-devel 27 %endif 28
29 %if %suse_version >= 1010 30 BuildRequires: libnotify-devel avahi-devel 31 %endif 32 +%if %suse_version >= 1030 33 +BuildRequires: libebml-devel 34 +%endif 35 36 # sysfs is only available since 10.0 37 %if %suse_version >= 1000 38
39 %endif 40 41 %if %suse_version >= 1010 42 -export CFLAGS="$RPM_OPT_FLAGS -fstack-protector" 43 -export CXXFLAGS="$RPM_OPT_FLAGS -fstack-protector" 44 + export CFLAGS="$RPM_OPT_FLAGS -fstack-protector" 45 + export CXXFLAGS="$RPM_OPT_FLAGS -fstack-protector" 46 %endif 47 48 %configure \ 49
50 --enable-pth --enable-skins2 --enable-release \ 51 --enable-mozilla \ 52 %ifarch %ix86 53 - --enable-livedotcom \ 54 - --with-livedotcom-tree=/usr/%{_lib}/live/ \ 55 + --enable-live555 \ 56 + --with-live555-tree=/usr/%{_lib}/live/ \ 57 --enable-loader \ 58 %endif 59 60
61 %{__ln_s} %{_datadir}/vlc/vlc48x48.png %{buildroot}/%{_datadir}/pixmaps/vlc.png 62 63 %if %suse_version <= 1000 64 -install -d %{buildroot}/opt/mozilla/%{_lib}/components/ 65 -install -d %{buildroot}/opt/mozilla/%{_lib}/plugins/ 66 -mv %{buildroot}/usr/%{_lib}/mozilla/plugins/libvlcplugin.so %{buildroot}/opt/mozilla/%{_lib}/plugins/ 67 + install -d %{buildroot}/opt/mozilla/%{_lib}/components/ 68 + install -d %{buildroot}/opt/mozilla/%{_lib}/plugins/ 69 + mv %{buildroot}/usr/%{_lib}/mozilla/plugins/libvlcplugin.so %{buildroot}/opt/mozilla/%{_lib}/plugins/ 70 %endif 71 %if %suse_version > 1000 72 -install -d %{buildroot}/usr/%{_lib}/browser-plugins/#mv %{buildroot}/usr/%{_lib}/mozilla/components/vlcintf.xpt %{buildroot}/usr/%{_lib}/browser-plugins/ 73 -mv %{buildroot}/usr/%{_lib}/mozilla/plugins/libvlcplugin.so %{buildroot}/usr/%{_lib}/browser-plugins/ 74 -rm -rf %{buildroot}/usr/%{_lib}/mozilla 75 + install -d %{buildroot}/usr/%{_lib}/browser-plugins/ 76 + mv %{buildroot}/usr/%{_lib}/mozilla/plugins/libvlcplugin.so %{buildroot}/usr/%{_lib}/browser-plugins/ 77 + rm -rf %{buildroot}/usr/%{_lib}/mozilla 78 %endif 79 80 81
82 /usr/%{_lib}/browser-plugins/* 83 %endif 84 85 - 86 %changelog 87 * Wed Dec 05 2007 Carsten Schoene <cs@linux-administrator.com> 88 - version changed to 0.8.6d 89 |