Projects
Multimedia
siren
siren.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File siren.spec of Package siren (Revision 4)
Currently displaying revision
4
,
Show latest
# spec file for package siren # # Copyright (c) 2016 Packman Team <packman@links2linux.de> # Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.links2linux.org/ # Name: siren Version: 0.7 Release: 0 Summary: Text-Based Audio Player License: ISC Group: Productivity/Multimedia/Sound/Players Patch1: siren-ncurses.patch Url: http://www.kariliq.nl/siren/ Source: http://www.kariliq.nl/siren/dist/siren-%{version}.tar.gz BuildRequires: flac-devel BuildRequires: gcc BuildRequires: glibc-devel BuildRequires: libao-devel BuildRequires: libid3tag-devel BuildRequires: libmad-devel BuildRequires: libsndfile-devel BuildRequires: libvorbis-devel BuildRequires: make BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: pulseaudio-devel BuildRequires: wavpack-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Siren is a text-based audio player for UNIX-like operating systems. Various aspects of Siren have been inspired by cmus. Siren is distributed under the ISC licence. Siren supports Ogg Vorbis, MP3, FLAC, WavPack, WAVE, AIFF and a few other file formats. Playback is possible through sndio, PulseAudio, OSS, Sun audio and libao. Siren has been tested on OpenBSD, NetBSD, FreeBSD and Linux. %prep %setup -q %patch -P 1 -p1 %build CFLAGS="%{optflags}" \ ./configure \ prefix="%{_prefix}" \ bindir="%{_bindir}" \ mandir="%{_mandir}" \ plugindir="%{_prefix}/lib/%{name}" \ debug=no \ flac=yes \ mad=yes \ sndfile=yes \ vorbis=yes \ wavpack=yes \ ao=yes \ oss=yes \ pulse=yes \ sndio=no \ sun=no make %{?_smp_mflags} %install make %{?_smp_mflags} DESTDIR=%{buildroot} install %files %defattr(-,root,root) %doc CHANGES %{_bindir}/siren %{_mandir}/man1/siren.1* %dir %{_prefix}/lib/siren %dir %{_prefix}/lib/siren/ip %dir %{_prefix}/lib/siren/op %{_prefix}/lib/siren/ip/flac.so %{_prefix}/lib/siren/ip/mad.so %{_prefix}/lib/siren/ip/sndfile.so %{_prefix}/lib/siren/ip/vorbis.so %{_prefix}/lib/siren/ip/wavpack.so %{_prefix}/lib/siren/op/ao.so %{_prefix}/lib/siren/op/pulse.so %{_prefix}/lib/siren/op/oss.so %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.