rebuilt with debug package, disable gtk2 frontend [release 1.0.0-5mamba;Sat Dec 12 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 04:08:35 +01:00
parent a91cf64034
commit c833e2dfe6

View File

@ -1,6 +1,6 @@
Name: libdv
Version: 1.0.0
Release: 4mamba
Release: 5mamba
Summary: A software decoder for DV format video, as defined by the IEC 61834 and SMPTE 314M standards
Group: System/Libraries
Vendor: openmamba
@ -11,11 +11,11 @@ Source: http://downloads.sourceforge.net/libdv/libdv-%{version}.tar.gz
Patch1: %{name}-1.0.0-pic.patch
Patch2: %{name}-1.0.0-gtk2.patch
License: GPL
BuildRequires: libgtk-devel
BuildRequires: libXv-devel
BuildRequires: libXt-devel
BuildRequires: libSDL-devel
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libpopt-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -30,8 +30,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
The Quasar DV Codec (libdv) is a software decoder for DV format video, as defined by the IEC 61834 and SMPTE 314M standards.
DV is the encoding format used by consumer-grade digital camcorders.
This package contains static libraries and header files need for development.
This package contains static libraries and header files needed for development.
%package -n dv
Summary: Basic tools to manipulate Digital Video streams
@ -41,15 +40,19 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n dv
Some basic programs to display and encode Digital Video streams.
%debug_package
%prep
%setup -q
%patch1 -p1
%patch2 -p1
#%patch2 -p1
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
./bootstrap
%build
sh bootstrap
#sh bootstrap
%configure \
--enable-sdl \
--disable-gtk \
--with-pic
%make
@ -66,16 +69,17 @@ sh bootstrap
%files
%defattr(-,root,root)
%{_libdir}/*.so.*
%doc ChangeLog COPYING README AUTHORS NEWS TODO COPYRIGHT
%{_libdir}/libdv.so.*
%doc AUTHORS COPYING COPYRIGHT
%files devel
%defattr(-,root,root)
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/libdv.a
%{_libdir}/libdv.la
%{_libdir}/libdv.so
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}.pc
%doc ChangeLog README NEWS TODO
%files -n dv
%defattr(-,root,root)
@ -84,6 +88,9 @@ sh bootstrap
%doc README.encoder README.dvconnect
%changelog
* Sat Dec 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-5mamba
- rebuilt with debug package, disable gtk2 frontend
* Sun Aug 22 2010 Automatic Build System <autodist@mambasoft.it> 1.0.0-4mamba
- automatic rebuild by autodist