2024-01-05 21:09:36 +01:00
|
|
|
%define with_gui 1
|
2024-01-05 21:09:35 +01:00
|
|
|
|
|
|
|
Name: cdrdao
|
2024-01-05 21:09:36 +01:00
|
|
|
Version: 1.2.5
|
2024-07-08 22:52:24 +02:00
|
|
|
Release: 2mamba
|
2024-01-05 21:09:35 +01:00
|
|
|
Summary: Cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 21:09:36 +01:00
|
|
|
URL: https://cdrdao.sourceforge.net/
|
2024-01-05 21:09:35 +01:00
|
|
|
Source: http://downloads.sourceforge.net/cdrdao/cdrdao-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libao-devel
|
2024-01-05 21:09:36 +01:00
|
|
|
BuildRequires: libat-spi2-core-devel
|
|
|
|
BuildRequires: libatkmm1-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libcairomm10-devel
|
2024-01-05 21:09:35 +01:00
|
|
|
BuildRequires: libgcc
|
2024-01-05 21:09:36 +01:00
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libglibmm24-devel
|
|
|
|
BuildRequires: libgtk3-devel
|
|
|
|
BuildRequires: libgtkmm3-devel
|
|
|
|
BuildRequires: libharfbuzz-devel
|
2024-01-05 21:09:35 +01:00
|
|
|
BuildRequires: liblame-devel
|
|
|
|
BuildRequires: libmad-devel
|
2024-01-05 21:09:36 +01:00
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libpangomm1-devel
|
|
|
|
BuildRequires: libsigc++2-devel
|
2024-01-05 21:09:35 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libvorbis-devel
|
2024-07-08 22:52:24 +02:00
|
|
|
BuildRequires: libz-devel
|
|
|
|
BuildRequires: setup
|
2024-01-05 21:09:35 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents.
|
|
|
|
|
|
|
|
%package gcdmaster
|
|
|
|
Summary: GNOME frontend for cdrdao
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description gcdmaster
|
|
|
|
Gnome frontend for cdrdao.
|
|
|
|
|
2024-01-05 21:09:36 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 21:09:35 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
export PKG_CONFIG=%{_bindir}/pkg-config
|
|
|
|
%configure \
|
|
|
|
--with-mp3-support \
|
|
|
|
--with-ogg-support \
|
|
|
|
--with-lame \
|
|
|
|
--with-scglib \
|
|
|
|
%if ! %with_gui
|
|
|
|
--disable-gtkmmtest --without-xdao
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
2024-01-05 21:09:36 +01:00
|
|
|
%makeinstall
|
2024-01-05 21:09:35 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%attr(4750,root,cdrecording) %{_bindir}/cdrdao
|
|
|
|
%{_bindir}/toc2cue
|
|
|
|
%{_bindir}/toc2mp3
|
|
|
|
%{_bindir}/cue2toc
|
|
|
|
%{_bindir}/toc2cddb
|
|
|
|
%dir %{_datadir}/cdrdao
|
|
|
|
%{_datadir}/cdrdao/drivers
|
|
|
|
%{_mandir}/man1/*
|
2024-01-05 21:09:36 +01:00
|
|
|
%doc COPYING CREDITS
|
2024-01-05 21:09:35 +01:00
|
|
|
|
|
|
|
%if %with_gui
|
|
|
|
%files gcdmaster
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/gcdmaster
|
|
|
|
%{_datadir}/applications/gcdmaster.desktop
|
2024-01-05 21:09:36 +01:00
|
|
|
%{_datadir}/application-registry/gcdmaster.applications
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.gcdmaster.gschema.xml
|
|
|
|
%dir %{_datadir}/gcdmaster
|
|
|
|
%dir %{_datadir}/gcdmaster/glade
|
|
|
|
%{_datadir}/gcdmaster/glade/*.glade
|
|
|
|
%{_datadir}/mime-info/gcdmaster.*
|
|
|
|
%{_datadir}/mime/packages/gcdmaster.xml
|
|
|
|
%{_datadir}/pixmaps/gcdmaster*.png
|
2024-01-05 21:09:35 +01:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%changelog
|
2024-07-08 22:52:24 +02:00
|
|
|
* Mon Jul 08 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.5-2mamba
|
|
|
|
- remove obsolete build requirements
|
|
|
|
|
2024-01-05 21:09:36 +01:00
|
|
|
* Wed Feb 08 2023 Automatic Build System <autodist@mambasoft.it> 1.2.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:09:35 +01:00
|
|
|
* Wed Nov 14 2018 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:09:35 +01:00
|
|
|
* Sun May 30 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.3-2mamba
|
|
|
|
- rebuilt with recent libicu
|
|
|
|
- build with internal scglib (not provided externally, and doesn't build without)
|
|
|
|
- added patch to fix build with recent gcc and glibc
|
|
|
|
|
|
|
|
* Mon Oct 12 2009 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 15 2007 Aleph0 <aleph0@openmamba.org> 1.2.2-1mamba
|
|
|
|
- update to 1.2.2
|
|
|
|
- enable mp3 and ogg support in cdrdao (fixed pkg-config detection bug at build time)
|
|
|
|
|
|
|
|
* Wed Nov 30 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1qilnx
|
|
|
|
- update to version 1.2.1 by autospec
|
|
|
|
|
|
|
|
* Thu May 26 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.0-1qilnx
|
|
|
|
- update to version 1.2.0 by autospec
|
|
|
|
- also fix security the issue QSA-2005-067 (CAN-2005-0866)
|
|
|
|
- added build requirements to enable new features provided by this release
|
|
|
|
- added missing build requirements to build the GNOME gui
|
|
|
|
|
|
|
|
* Tue May 03 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.9-1qilnx
|
|
|
|
- update to version 1.1.9 by autospec
|
|
|
|
- gcdmaster frontend removed
|
|
|
|
|
|
|
|
* Sun Feb 29 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.8-1qilnx
|
|
|
|
- new version build
|
|
|
|
|
|
|
|
* Wed Oct 29 2003 Davide Madrisan <davide.madrisan@qilinux.it> 1.1.7-2qilnx
|
|
|
|
- modified group from "cdwriter" to "cdrecording"
|
|
|
|
|
2024-01-05 21:09:36 +01:00
|
|
|
* Fri Jul 11 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.1.7-1qilnx
|
2024-01-05 21:09:35 +01:00
|
|
|
- first build for cdrdao
|