diff --git a/README.md b/README.md index e8da019..4e28729 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,5 @@ Xine is a free multimedia player. It plays back CDs, DVDs, and VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 from local disk drives, and displays multimedia streamed over the Internet. It interprets many of the most common multimedia formats available - and some of the most uncommon formats, too. - This package contains the GUI of the Xine multimedia player. diff --git a/xine-ui.spec b/xine-ui.spec index 06e314f..62d2107 100644 --- a/xine-ui.spec +++ b/xine-ui.spec @@ -1,5 +1,5 @@ Name: xine-ui -Version: 0.99.12 +Version: 0.99.13 Release: 1mamba Summary: Free multimedia player Group: Graphical Desktop/Applications/Multimedia @@ -13,43 +13,45 @@ Source1: xine-ui_desktopfile Patch0: %{name}-0.99.5-mktemp.patch Patch1: %{name}-0.99.4-format_str.patch License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXScrnSaver-devel +BuildRequires: libXext-devel +BuildRequires: libXft-devel +BuildRequires: libXinerama-devel +BuildRequires: libXtst-devel +BuildRequires: libXv-devel +BuildRequires: libXxf86vm-devel +BuildRequires: libaa-devel +BuildRequires: libcaca-devel +BuildRequires: libcurl-devel +BuildRequires: libgpm-devel +BuildRequires: libjpeg-devel +BuildRequires: libncurses-devel +BuildRequires: libnsl-devel +BuildRequires: libpng-devel +BuildRequires: libreadline-devel +BuildRequires: libslang-devel +BuildRequires: libxine-devel +BuildRequires: libz-devel +BuildRequires: lirc-devel +## AUTOBUILDREQ-END BuildRequires: gettext-devel >= 0.14.0 #BuildRequires: Xorg-devel >= 6.8.0 BuildRequires: libaa-devel >= 1.2 BuildRequires: pkgconfig -## AUTOBUILDREQ-BEGIN -BuildRequires: glibc-devel -BuildRequires: libcaca-devel >= 0.3 -BuildRequires: libcurl-devel >= 7.10.0 -BuildRequires: libfontconfig-devel -BuildRequires: libfreetype-devel -BuildRequires: libncurses-devel >= 5.4 -BuildRequires: libpng-devel >= 1.2.8 -BuildRequires: libreadline-devel -BuildRequires: libX11-devel -BuildRequires: libXext-devel -BuildRequires: libXft-devel -BuildRequires: libxine-devel -BuildRequires: libXinerama-devel -BuildRequires: libXrender-devel -BuildRequires: libXxf86vm-devel -BuildRequires: libz-devel -## AUTOBUILDREQ-END BuildRequires: lirc-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot -# FIXME : -# checking for nvtvsimple... *** nvtvsimple support will be disabled *** -#Enable TV-Out on Linux for NVidia cards -#URL: http://sourceforge.net/projects/nv-tv-out/ %description Xine is a free multimedia player. It plays back CDs, DVDs, and VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 from local disk drives, and displays multimedia streamed over the Internet. It interprets many of the most common multimedia formats available - and some of the most uncommon formats, too. - This package contains the GUI of the Xine multimedia player. +%debug_package + %prep %setup -q #%patch0 -p1 -b .mktemp @@ -92,11 +94,12 @@ rm -f %{buildroot}%{_datadir}/xine/desktop/xine.desktop %{_bindir}/xine %{_bindir}/xine-bugreport %{_bindir}/xine-check -#%{_bindir}/xine-remote +%{_bindir}/xine-remote %{_datadir}/applications/xine.desktop %{_datadir}/applications/%{name}.desktop %{_datadir}/mime/packages/xine-ui.xml %{_datadir}/icons/hicolor/*/apps/xine.png +%{_datadir}/icons/hicolor/scalable/apps/xine.svgz %{_datadir}/pixmaps/* %dir %{_datadir}/xine/ %{_datadir}/xine/* @@ -109,6 +112,9 @@ rm -f %{buildroot}%{_datadir}/xine/desktop/xine.desktop #ChangeLog NEWS README %changelog +* Sun Dec 26 2021 Automatic Build System 0.99.13-1mamba +- automatic version update by autodist + * Wed Dec 11 2019 Automatic Build System 0.99.12-1mamba - automatic version update by autodist