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
3791cdb0
Commit
3791cdb0
authored
Nov 10, 2008
by
Led
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.12.0-alt1
parent
b2edd63d
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
39 additions
and
28 deletions
+39
-28
rules
.gear/rules
+2
-2
08d5fe90e4828cd4abdbfaffc3b08250afcff254
.gear/tags/08d5fe90e4828cd4abdbfaffc3b08250afcff254
+5
-0
4337a1eeca28129ff15f640330b8abfc2980a824
.gear/tags/4337a1eeca28129ff15f640330b8abfc2980a824
+0
-5
list
.gear/tags/list
+1
-1
mpd-empty-db-line-fix.patch
mpd-empty-db-line-fix.patch
+0
-12
mpd.conf
mpd.conf
+8
-0
mpd.spec
mpd.spec
+23
-8
No files found.
.gear/rules
View file @
3791cdb0
tar.
gz
: @version@:.
copy: *.conf
*.patch
tar.
bz2
: @version@:.
copy: *.conf
.gear/tags/08d5fe90e4828cd4abdbfaffc3b08250afcff254
0 → 100644
View file @
3791cdb0
object 3e53b9d5b04994a2cfe878bc5649e64c274e5473
type commit
tag 0.12.0
tagger Led <led@altlinux.org> 1226282077 +0200
.gear/tags/4337a1eeca28129ff15f640330b8abfc2980a824
deleted
100644 → 0
View file @
b2edd63d
object 7473f7ea8b0af73d22b1921b22e405cf537fe3cc
type commit
tag 0.11.5
tagger Led <led@altlinux.org> 1226281965 +0200
.gear/tags/list
View file @
3791cdb0
4337a1eeca28129ff15f640330b8abfc2980a824 0.11.5
08d5fe90e4828cd4abdbfaffc3b08250afcff254 0.12.0
mpd-empty-db-line-fix.patch
deleted
100644 → 0
View file @
b2edd63d
--- mpd-0.11.5/src/song.c.orig 2005-11-02 09:24:16 +0300
+++ mpd-0.11.5/src/song.c 2005-11-02 09:25:29 +0300
@@ -247,6 +247,9 @@ void readSongInfoIntoList(FILE * fp, Son
else if(0==strncmp(SONG_MTIME,buffer,strlen(SONG_MTIME))) {
song->mtime = atoi(&(buffer[strlen(SONG_TITLE)]));
}
+ else if (0==strlen(buffer)) {
+ /*do nothing (empty line in song database fix)*/
+ }
else {
ERROR("songinfo: unknown line in db: %s\n",buffer);
exit(EXIT_FAILURE);
mpd.conf
View file @
3791cdb0
music_directory
"~/MyMusic"
playlist_directory
"~/MyMusic"
log_file
"~/MyMusic/mpd.log"
db_file
"~/MyMusic/mpd.db"
error_file
"~/MyMusic/mpd.err"
state_file
"~/MyMusic/mpd.state"
port
"6600"
bind_to_address
"127.0.0.1"
audio_output
{
type
"ao"
name
"ao_alsa_out"
device
"alsa09"
}
mpd.spec
View file @
3791cdb0
Name: mpd
Version: 0.1
1.5
Release: alt1
.2
Version: 0.1
2.0
Release: alt1
Summary: Music Player Daemon (MPD) allows remote access for playing music and managing playlists.
License: GPL
...
...
@@ -8,13 +8,12 @@ Group: Sound
Url: http://musicpd.org/
Source: %name-%version.tar.
gz
Source: %name-%version.tar.
bz2
Source1: %name.conf
Patch0: %name-empty-db-line-fix.patch
# 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
# Automatically added by buildreq on
Fri Sep 15 2006
BuildRequires:
libalsa-devel libaudiofile-devel libfaad-devel libflac-devel libid3tag-devel libmad-devel libmikmod-devel libmpcdec-devel liboggflac-devel libpulseaudio-devel libvorbis-devel zlib-devel libao
-devel
%description
...
...
@@ -27,10 +26,16 @@ like frontend options, or restart X often.
%prep
%setup -q
%patch0 -p1
%build
%configure
%configure --enable-ao \
--enable-mod \
--enable-mp3 \
--enable-mpc \
--enable-mvp \
--enable-oggvorbis \
--enable-oss \
--enable-pulse
%make_build
%install
...
...
@@ -43,8 +48,18 @@ like frontend options, or restart X often.
%config(noreplace) %_sysconfdir/%name.conf
%_bindir/%name
%_man1dir/%name.1.gz
%_man5dir/%name.conf.5.gz
%changelog
* Mon Sep 25 2006 Alex Gorbachenko (agent_007) <algor@altlinux.ru> 0.12.0-alt1
- 0.12.
* Fri Sep 15 2006 Alex Gorbachenko (agent_007) <algor@altlinux.ru> 0.12.0rc4-alt1
- 0.12.0rc4.
- libao support;
- pulseaudio support;
- support for more media formats.
* Wed Nov 02 2005 Alex Gorbachenko (agent_007) <algor@altlinux.ru> 0.11.5-alt1.2
- fix for #8395 (10x to Alexei V. Mezin).
...
...
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