rebuilt with debug package [release 20191217-2mamba;Tue May 05 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 19:31:04 +01:00
parent 919676a17f
commit bd84bedc92

View File

@ -1,8 +1,8 @@
%define libname lib%{name} %define libname lib%{name}
Name: x264 Name: x264
Version: 20171215 Version: 20191217
Release: 1mamba Release: 2mamba
Epoch: 1 Epoch: 1
Summary: A free H264/AVC encoder Summary: A free H264/AVC encoder
Group: Applications/Multimedia Group: Applications/Multimedia
@ -12,6 +12,14 @@ Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://www.videolan.org/developers/x264.html URL: http://www.videolan.org/developers/x264.html
Source: ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-%{version}-2245-stable.tar.bz2 Source: ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-%{version}-2245-stable.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libavcodec-ffmpeg-devel
BuildRequires: libavformat-ffmpeg-devel
BuildRequires: libavutil-ffmpeg-devel
BuildRequires: libswscale-ffmpeg-devel
## AUTOBUILDREQ-END
BuildRequires: nasm BuildRequires: nasm
BuildRequires: libgtk-devel BuildRequires: libgtk-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
@ -36,6 +44,8 @@ x264 is a free library for encoding H264/AVC video streams.
This package contains static libraries and header files need for development. This package contains static libraries and header files need for development.
%debug_package
%prep %prep
%setup -q -n %{name}-snapshot-%{version}-2245-stable %setup -q -n %{name}-snapshot-%{version}-2245-stable
@ -65,21 +75,27 @@ This package contains static libraries and header files need for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/* %{_bindir}/x264
#%{_datadir}/%{name}
%doc AUTHORS COPYING doc/*.txt
%files -n %{libname} %files -n %{libname}
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/libx264.so.*
%doc AUTHORS COPYING
%files -n %{libname}-devel %files -n %{libname}-devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/*.h %{_includedir}/*.h
%{_libdir}/*.so %{_libdir}/libx264.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/x264.pc
%doc doc/*.txt
%changelog %changelog
* Tue May 05 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20191217-2mamba
- rebuilt with debug package
* Mon May 04 2020 Automatic Build System <autodist@mambasoft.it> 20191217-1mamba
- automatic update by autodist
* Sat Dec 16 2017 Automatic Build System <autodist@mambasoft.it> 20171215-1mamba * Sat Dec 16 2017 Automatic Build System <autodist@mambasoft.it> 20171215-1mamba
- automatic update by autodist - automatic update by autodist