]> git.pld-linux.org Git - packages/dermixd.git/blame - dermixd.spec
- initial
[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)
37 Two command line PERL script utilizing the Control module:
38- dermixd-control for direct control and executing scripts of dermixd
39 commands
40- simple_player player script reading (absolute) file names from stdin
41 and playing them
42
43%description frontend -l hu.UTF-8
44Két PERL modul:
45- DerMixD::Base az alapvető kommunikációra
46- DerMixD::Control az alapvető irányításra (a Base-t használja) Két
47 parancssori PERL-szkript a Control modult felhasználva:
48- dermixd-control közvetlen irányításra és dermixd-szkriptek
49 futtatására
50- simple_player egy lejátszó szkript, amely (abszolút) fájlneveket
51 olvas az stdin-ről és lejátssza őket
52
53
54%prep
55%setup -q
56%patch0 -p1
57
58%build
59%{__make} gnu-alsa SNDFILE=yes VORBISFILE=yes
60
61%install
62rm -rf $RPM_BUILD_ROOT
63install -d $RPM_BUILD_ROOT%{_bindir}
64## base
65install dermixd $RPM_BUILD_ROOT%{_bindir}
66## frontend
67install frontend/{dermixd-control,shuffle,simple_player} $RPM_BUILD_ROOT%{_bindir}
68install -d $RPM_BUILD_ROOT%{perl_vendorlib}/DerMixD
69install frontend/Param.pm $RPM_BUILD_ROOT%{perl_vendorlib}
70install frontend/DerMixD/* $RPM_BUILD_ROOT%{perl_vendorlib}/DerMixD
71
72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%files
77%defattr(644,root,root,755)
78%doc INSTALL NOTES* README DECODERS AUTHORS BUGS CHANGES ChangeLog
79%attr(755,root,root) %{_bindir}/dermixd
80
81
82%files frontend
83%defattr(644,root,root,755)
84%attr(755,root,root) %{_bindir}/dermixd-control
85%attr(755,root,root) %{_bindir}/shuffle
86%attr(755,root,root) %{_bindir}/simple_player
87%doc frontend/README
88%dir %{perl_vendorlib}/DerMixD
89%{perl_vendorlib}/Param.pm
90%{perl_vendorlib}/DerMixD/*
This page took 0.080308 seconds and 4 git commands to generate.