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