]> git.pld-linux.org Git - packages/dermixd.git/blame - dermixd.spec
- fixed frontend description (lists)
[packages/dermixd.git] / dermixd.spec
CommitLineData
2dad064c
ZU
1Summary: DerMixD is a TCP-controlled music playing daemon
2Summary(hu.UTF-8): DerMixD egy TCP-n keresztül irányítható zenelejátszó démon
3Name: dermixd
4Version: 1.6.2
5Release: 0.1
6License: GPL
7Group: Applications/Sound
8Source0: http://thomas.orgis.org/dermixd/%{name}-%{version}.tar.bz2
9# Source0-md5: 5d9c8f5f7f827658d554e7d4013c8f6a
10Patch0: %{name}-1.6.2.patch
11URL: http://thomas.orgis.org/dermixd/
12BuildRequires: libsndfile-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16DerMixD is a TCP-controlled music playing daemon for GNU/Linux and
17hopefully (at least in the future) other UNIX/POSIX systems. It's
18inspiration is mixplayd, which does quite the same, but partly less
19and partly more. And a bit different for sure.
20
21%description -l hu.UTF-8
22DerMixD egy TCP-n keresztül irányítható zenelejátszó démon
23GNU/Linux-ra és remélhetőleg (legalább a jövőben) más UNIX/POSIX
24rendszerekre is. Az ihlet a mixplayd nevű program, amely kicsit
25hasonló, de egy kicsit kevesebb, kicsit több. És különbözik is tőle.
26
27
28%package frontend
29Summary: DerMixD frontends (perl-modules and command-line utils)
30Summary(hu.UTF-8): DerMixD frontendek (perl-modulok és parancssori eszközök)
31Group: Applications/Sound
32
33%description frontend
34Two PERL Modules for talking to DerMixD:
35- DerMixD::Base for basic communication
36- DerMixD::Control for basic control with a bit smartness (using Base)
bfb41200
ZU
37
38Two command line PERL script utilizing the Control module:
2dad064c
ZU
39- dermixd-control for direct control and executing scripts of dermixd
40 commands
41- simple_player player script reading (absolute) file names from stdin
42 and playing them
43
44%description frontend -l hu.UTF-8
45Két PERL modul:
46- DerMixD::Base az alapvető kommunikációra
bfb41200
ZU
47- DerMixD::Control az alapvető irányításra (a Base-t használja)
48
49Két parancssori PERL-szkript a Control modult felhasználva:
2dad064c
ZU
50- dermixd-control közvetlen irányításra és dermixd-szkriptek
51 futtatására
52- simple_player egy lejátszó szkript, amely (abszolút) fájlneveket
53 olvas az stdin-ről és lejátssza őket
54
55
56%prep
57%setup -q
58%patch0 -p1
59
60%build
61%{__make} gnu-alsa SNDFILE=yes VORBISFILE=yes
62
63%install
64rm -rf $RPM_BUILD_ROOT
65install -d $RPM_BUILD_ROOT%{_bindir}
66## base
67install dermixd $RPM_BUILD_ROOT%{_bindir}
68## frontend
69install frontend/{dermixd-control,shuffle,simple_player} $RPM_BUILD_ROOT%{_bindir}
70install -d $RPM_BUILD_ROOT%{perl_vendorlib}/DerMixD
71install frontend/Param.pm $RPM_BUILD_ROOT%{perl_vendorlib}
72install frontend/DerMixD/* $RPM_BUILD_ROOT%{perl_vendorlib}/DerMixD
73
74
75%clean
76rm -rf $RPM_BUILD_ROOT
77
78%files
79%defattr(644,root,root,755)
80%doc INSTALL NOTES* README DECODERS AUTHORS BUGS CHANGES ChangeLog
81%attr(755,root,root) %{_bindir}/dermixd
82
83
84%files frontend
85%defattr(644,root,root,755)
86%attr(755,root,root) %{_bindir}/dermixd-control
87%attr(755,root,root) %{_bindir}/shuffle
88%attr(755,root,root) %{_bindir}/simple_player
89%doc frontend/README
90%dir %{perl_vendorlib}/DerMixD
91%{perl_vendorlib}/Param.pm
92%{perl_vendorlib}/DerMixD/*
This page took 0.058571 seconds and 4 git commands to generate.