123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- Name: cdrdao
- Version: 1.2.2
- Release: 4%{?_dist_release}
- Summary: Writes audio CD-Rs in disk-at-once (DAO) mode.
- Summary(ja): ディスクアットワンス(DAO)モードで、audioをCD-Rへ書き込む事が出来ます。
- Source: %{name}-%{version}.tar.bz2
- Patch0: cdrdao-1.2.2-sigc.patch
- License: GPL
- Group: Applications/Multimedia
- URL: http://cdrdao.sourceforge.net/
- BuildRequires: libgnomeuimm-devel
- BuildRequires: libao-devel
- BuildRequires: pccts >= 1.33mr33
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a
- textual description of the CD contents. Recording in DAO mode writes
- the complete disc (lead-in, one or more tracks, and lead-out) in a
- single step.
- %description -l ja
- Cdrdaoはディスクアットワンス(DAO)モードでaudioをCD-Rへ記録します。
- CD中身の原文の説明に基づきます。DAOモードのレコーディングは、一回のステップに完全なディスク(lead-in、一つ以上のトラックとlead-out)を書きます。
- %package -n gcdmaster
- Summary: Graphical front end to cdrdao for composing audio CDs
- Group: Applications/Multimedia
- Requires: %{name} = %{version}
- Requires(post): shared-mime-info
- Requires(postun): shared-mime-info
- %description -n gcdmaster
- gcdmaster allows the creation of toc-files for cdrdao and can control
- the recording process. Its main application is the composition of
- audio CDs from one or more audio files. It supports PQ-channel editing,
- entry of meta data like ISRC codes/CD-TEXT and non destructive cut of
- the audio data.
- %prep
- %setup -q
- %patch0 -p0 -b .sigc
- %build
- %configure --with-pcctsinc=%{_includedir}/pccts \
- --without-lame \
- --without-mp3-support
- %__make
- %install
- rm -rf $RPM_BUILD_ROOT
- %makeinstall
- %post -n gcdmaster
- %{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null
- %postun -n gcdmaster
- %{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root)
- %{_bindir}/cdrdao
- %{_datadir}/cdrdao/*
- %{_bindir}/toc2*
- %{_bindir}/cue2toc
- %{_mandir}/man1/*.gz
- %doc AUTHORS COPYING CREDITS ChangeLog README NEWS README.PlexDAE README.Win32
- %files -n gcdmaster
- %defattr(-,root,root)
- %doc AUTHORS COPYING README
- %{_bindir}/gcdmaster
- %{_datadir}/application-registry/*
- %{_datadir}/applications/*
- %{_datadir}/gcdmaster
- %{_datadir}/mime-info/*
- %{_datadir}/mime/packages/*
- %{_datadir}/pixmaps/*
- %changelog
- * Tue Apr 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-4
- - add --without-mp3-support
- * Tue Mar 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-3
- - add --without-lame
- - remove BR: libmad-devel
- * Sat Oct 4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.2-2vl5
- - added BuildRequires: libao-devel, libmad-devel
- * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.2-1vl5
- - applied new versioning policy, spec in utf-8
- - added cdrdao-1.2.2-sigc.patch from mdv
- * Tue Sep 11 2007 Adam Williamson <awilliamson@mandriva.com> 1.2.2-5mdv2008.0
- + Revision: 84331
- - add patch0 to fix compilation issue caused by use of old sigc++ API
- * Sat Nov 4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.2-0vl1
- - update to 1.2.2
- - fixed BuildRequires and Prereq
- * Mon May 22 2006 TOSHI <vine-jp@mail.goo.ne.jp> 1.1.9-0vl1
- - update to 1.1.9
- - added Requires -> libstdc++2_10,libstdc++2_10-compat
- * Mon Jun 10 2002 Tomoya TAKA <taka@vinelinux.org> 1.1.5-7vl2
- - separate gcdmaster into subpackage
- - add /etc/profile.d/gcdmaster.{sh,csh} to exec gcdmaster on C locale
- # end of file
|