Accepting request 765692 from home:plater
- Package xineplug_post_tvtime also on arm64 - Added xine-lib-contrib.patch - Remove disabled esd support - Remove disabled directfb support - Remove disabled aalib support - Remove disabled gnome_vfs support - Use gcc8 in SLE_12 - Use plain configure macro - Fix opensuse.org XINE URL - Use without instead of !with distributable/onlynondistributable/ffmpeg/sdl OBS-URL: https://build.opensuse.org/request/show/765692 OBS-URL: https://build.opensuse.org/package/show/multimedia:xine/xine-lib?expand=0&rev=122
This commit is contained in:
parent
408d7fe683
commit
e96b8cdcf4
@ -2,6 +2,7 @@
|
||||
Sat Apr 13 20:02:32 UTC 2019 - olaf@aepfle.de
|
||||
|
||||
- Package xineplug_post_tvtime also on arm64
|
||||
- Added xine-lib-contrib.patch
|
||||
- Remove disabled esd support
|
||||
- Remove disabled directfb support
|
||||
- Remove disabled aalib support
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xine-lib
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -62,6 +62,11 @@ BuildRequires: pkgconfig(dvdnav)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(liba52)
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
BuildRequires: pkgconfig(libavutil)
|
||||
BuildRequires: pkgconfig(libbluray)
|
||||
BuildRequires: pkgconfig(libpostproc)
|
||||
BuildRequires: pkgconfig(mad)
|
||||
BuildRequires: pkgconfig(vpx)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
@ -72,11 +77,6 @@ BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xv)
|
||||
BuildRequires: pkgconfig(xvmc)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
BuildRequires: pkgconfig(libavutil)
|
||||
BuildRequires: pkgconfig(libbluray)
|
||||
BuildRequires: pkgconfig(libpostproc)
|
||||
%if %{without distributable}
|
||||
BuildRequires: libfaad-devel
|
||||
BuildRequires: pkgconfig(libdts)
|
||||
@ -295,7 +295,6 @@ Autoren:
|
||||
Guenter Bartsch <guenter@sourceforge.net>
|
||||
%endif
|
||||
|
||||
|
||||
%if %{with jack}
|
||||
|
||||
%package -n libxine2-jack
|
||||
@ -323,7 +322,6 @@ Autoren:
|
||||
Guenter Bartsch <guenter@sourceforge.net>
|
||||
%endif
|
||||
|
||||
|
||||
%if %{without distributable}
|
||||
|
||||
%package -n libxine2-codecs
|
||||
@ -453,7 +451,6 @@ do_remove src/post/planar "*"
|
||||
sed -i 's@libfaad@@g' contrib/Makefile.am
|
||||
%endif
|
||||
|
||||
|
||||
rm -f m4/libtool15.m4
|
||||
sed -i -e 's|/tmp/vdr-xine|/var/lib/vdr-xine|g' src/vdr/input_vdr.c
|
||||
|
||||
@ -717,8 +714,6 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root,0755)
|
||||
%endif
|
||||
|
||||
|
||||
|
||||
%files -n libxine-devel
|
||||
%defattr(-,root,root)
|
||||
%doc %{_mandir}/man1/xine-config.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user