source: projects/specs/trunk/c/cdrdao/cdrdao-vl.spec @ 521

Revision 521, 3.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name: cdrdao
2Version: 1.2.2
3Release: 4%{?_dist_release}
4Summary: Writes audio CD-Rs in disk-at-once (DAO) mode.
5Summary(ja): ディスクアットワンス(DAO)モードで、audioをCD-Rへ書き込む事が出来ます。
6Source: %{name}-%{version}.tar.bz2
7Patch0: cdrdao-1.2.2-sigc.patch
8License: GPL
9Group: Applications/Multimedia
10URL: http://cdrdao.sourceforge.net/
11
12BuildRequires: libgnomeuimm-devel
13BuildRequires: libao-devel
14BuildRequires: pccts >= 1.33mr33
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
21Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a
22textual description of the CD contents. Recording in DAO mode writes
23the complete disc (lead-in, one or more tracks, and lead-out) in a
24single step.
25
26%description -l ja
27Cdrdaoはディスクアットワンス(DAO)モードでaudioをCD-Rへ記録します。
28CD中身の原文の説明に基づきます。DAOモードのレコーディングは、一回のステップに完全なディスク(lead-in、一つ以上のトラックとlead-out)を書きます。
29
30
31%package -n gcdmaster
32Summary: Graphical front end to cdrdao for composing audio CDs
33Group: Applications/Multimedia
34Requires: %{name} = %{version}
35Requires(post): shared-mime-info
36Requires(postun): shared-mime-info
37
38%description -n gcdmaster
39gcdmaster allows the creation of toc-files for cdrdao and can control
40the recording process. Its main application is the composition of
41audio CDs from one or more audio files. It supports PQ-channel editing,
42entry of meta data like ISRC codes/CD-TEXT and non destructive cut of
43the audio data.
44
45
46%prep
47%setup -q
48%patch0 -p0 -b .sigc
49
50%build
51%configure --with-pcctsinc=%{_includedir}/pccts \
52           --without-lame \
53           --without-mp3-support
54%__make
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%makeinstall
60
61%post -n gcdmaster
62%{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null
63
64%postun -n gcdmaster
65%{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%files
71%defattr(-,root,root)
72%{_bindir}/cdrdao
73%{_datadir}/cdrdao/*
74%{_bindir}/toc2*
75%{_bindir}/cue2toc
76%{_mandir}/man1/*.gz
77%doc AUTHORS COPYING CREDITS ChangeLog README NEWS README.PlexDAE README.Win32
78
79%files -n gcdmaster
80%defattr(-,root,root)
81%doc AUTHORS COPYING README
82%{_bindir}/gcdmaster
83%{_datadir}/application-registry/*
84%{_datadir}/applications/*
85%{_datadir}/gcdmaster
86%{_datadir}/mime-info/*
87%{_datadir}/mime/packages/*
88%{_datadir}/pixmaps/*
89
90%changelog
91* Tue Apr 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-4
92- add --without-mp3-support
93
94* Tue Mar 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-3
95- add --without-lame
96- remove BR: libmad-devel
97
98* Sat Oct  4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.2-2vl5
99- added BuildRequires: libao-devel, libmad-devel
100
101* Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.2-1vl5
102- applied new versioning policy, spec in utf-8
103- added cdrdao-1.2.2-sigc.patch from mdv
104    * Tue Sep 11 2007 Adam Williamson <awilliamson@mandriva.com> 1.2.2-5mdv2008.0
105    + Revision: 84331
106    - add patch0 to fix compilation issue caused by use of old sigc++ API
107
108* Sat Nov  4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.2-0vl1
109- update to 1.2.2
110- fixed BuildRequires and Prereq
111
112* Mon May 22 2006 TOSHI <vine-jp@mail.goo.ne.jp> 1.1.9-0vl1
113- update to 1.1.9
114- added Requires -> libstdc++2_10,libstdc++2_10-compat
115
116* Mon Jun 10 2002 Tomoya TAKA <taka@vinelinux.org> 1.1.5-7vl2
117- separate gcdmaster into subpackage
118- add /etc/profile.d/gcdmaster.{sh,csh} to exec gcdmaster on C locale
119# end of file
Note: See TracBrowser for help on using the repository browser.