]> git.pld-linux.org Git - packages/mpd.git/commitdiff
- added game-music-emu (GME) support and enabled it be default auto/th/mpd-0_16_2-4
authorKrzysztof Krakowiak <evil@pld-linux.org>
Sat, 28 May 2011 21:49:28 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mpd.spec -> 1.65

mpd.spec

index 34adb792873ede82679b510181e864ffe0307f27..92780ebcc89f50a53634aae6b92770832d8a81c5 100644 (file)
--- a/mpd.spec
+++ b/mpd.spec
@@ -10,7 +10,7 @@ Summary(hu.UTF-8):    Music Player Daemon
 Summary(pl.UTF-8):     Music Player Daemon - demon odtwarzajÄ…cy muzykÄ™
 Name:          mpd
 Version:       0.16.2
-Release:       3
+Release:       4
 License:       GPL v2+
 Group:         Applications/Multimedia
 Source0:       http://downloads.sourceforge.net/musicpd/%{name}-%{version}.tar.bz2
@@ -30,6 +30,7 @@ BuildRequires:        faad2-devel >= 2.6.1-5
 BuildRequires: ffmpeg-devel
 BuildRequires: flac-devel >= 1.1.0
 BuildRequires: fluidsynth-devel
+BuildRequires: game-music-emu-devel
 BuildRequires: glib2-devel >= 2.12
 BuildRequires: jack-audio-connection-kit-devel >= 0.4
 BuildRequires: lame-libs-devel
@@ -119,6 +120,7 @@ Dokumentacja do Music Player Daemon (MPD).
 
 %build
 # ac_cv_* hacks to avoid unwanted linking
+GME_CFLAGS="-I/usr/include/gme" GME_LIBS="-lgme" \
 %configure \
        ac_cv_lib_iconv_main=no \
        ac_cv_lib_nsl_gethostbyname=no \
@@ -134,6 +136,7 @@ Dokumentacja do Music Player Daemon (MPD).
        --enable-documentation \
        --enable-ffmpeg \
        --enable-fluidsynth \
+       --enable-gme \
        --enable-httpd-output \
        --enable-iso9660 \
        --enable-jack \
This page took 0.044295 seconds and 4 git commands to generate.