Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
fccf6581
Commit
fccf6581
authored
Nov 10, 2008
by
Led
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.11.5-alt1
parent
a4c7701a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
59 additions
and
0 deletions
+59
-0
4337a1eeca28129ff15f640330b8abfc2980a824
.gear/tags/4337a1eeca28129ff15f640330b8abfc2980a824
+5
-0
list
.gear/tags/list
+1
-0
mpd.conf
mpd.conf
+7
-0
mpd.spec
mpd.spec
+46
-0
No files found.
.gear/tags/4337a1eeca28129ff15f640330b8abfc2980a824
0 → 100644
View file @
fccf6581
object 7473f7ea8b0af73d22b1921b22e405cf537fe3cc
type commit
tag 0.11.5
tagger Led <led@altlinux.org> 1226281965 +0200
.gear/tags/list
0 → 100644
View file @
fccf6581
4337a1eeca28129ff15f640330b8abfc2980a824 0.11.5
mpd.conf
0 → 100644
View file @
fccf6581
music_directory
"~/MyMusic"
playlist_directory
"~/MyMusic"
log_file
"~/MyMusic/mpd.log"
error_file
"~/MyMusic/mpd.err"
state_file
"~/MyMusic/mpd.state"
port
"6600"
bind_to_address
"127.0.0.1"
mpd.spec
0 → 100644
View file @
fccf6581
Name: mpd
Version: 0.11.5
Release: alt1
Summary: Music Player Daemon (MPD) allows remote access for playing music and managing playlists.
License: GPL
Group: Sound
Url: http://musicpd.org/
Source: %name-%version.tar.gz
Source1: %name.conf
# Automatically added by buildreq on Thu Feb 10 2005
BuildRequires: gcc-c++ gcc-g77 hostinfo libalsa-devel libao-devel libaudiofile-devel libfaad-devel libflac-devel libid3tag-devel libmikmod-devel libogg-devel libstdc++-devel libvorbis-devel zlib-devel
%description
Music Player Daemon (MPD) allows remote access for playing music
(MP3, Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists.
MPD is designed for integrating a computer into a stereo system that
provides control for music playback over a local network. It is also
makes a great desktop music player, especially if you are a console junkie,
like frontend options, or restart X often.
%prep
%setup -q
%build
%configure
%make_build
%install
%makeinstall
%__mkdir %buildroot%_sysconfdir
%__install -p -m644 %SOURCE1 %buildroot%_sysconfdir
%files
%doc AUTHORS ChangeLog COPYING INSTALL README TODO UPGRADING doc/{mpdconf.example,COMMANDS}
%config(noreplace) %_sysconfdir/%name.conf
%_bindir/%name
%_man1dir/%name.1.gz
%changelog
* Thu Feb 10 2005 Alex Gorbachenko (agent_007) <algor@altlinux.ru> 0.11.5-alt1
- initial build.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment