Witam, Załączam łatkę z poprawkami do audacious-plugins.spec:
- poprawne BuildRequires - domyślna ścieżka do katalogu dla pluginu cdaudio zgodna z PLD (/media/cdrom zamiast /mnt/cdrom) - łatka usuwająca nadmiarowe pisanie pluginu curl po stdout -- Kacper Kornet
--- src/curl/curl.c~ 2007-05-04 12:38:16.000000000 +0200 +++ src/curl/curl.c 2007-06-02 00:54:15.000000000 +0200 @@ -33,10 +33,10 @@ #define REVERSE_SEEK_SIZE 2048 #define DEBUG_CONNECTION 0 -#define DEBUG_OPEN_CLOSE 1 +#define DEBUG_OPEN_CLOSE 0 #define DEBUG_SEEK 0 #define DEBUG_READ 0 -#define DEBUG_HEADERS 1 +#define DEBUG_HEADERS 0 #define DEBUG_ICY 0 #define DEBUG_ICY_WRAP 0 #define DEBUG_ICY_VERBOSE 0
Index: audacious-plugins.spec =================================================================== RCS file: /cvsroot/SPECS/audacious-plugins.spec,v retrieving revision 1.21 diff -u -r1.21 audacious-plugins.spec --- audacious-plugins.spec 9 May 2007 19:38:14 -0000 1.21 +++ audacious-plugins.spec 2 Jun 2007 00:31:38 -0000 @@ -16,6 +16,7 @@ Source0: http://static.audacious-media-player.org/release/%{name}-%{version}.tgz # Source0-md5: 417ffe1cae7081b0dec404b659a6d67e Source1: mp3license +Patch0: %{name}-curl_clean_output.patch URL: http://audacious-media-player.org/ %{?with_gconf:BuildRequires: GConf2-devel >= 2.6.0} BuildRequires: SDL-devel >= 1.2.5 @@ -25,11 +26,11 @@ BuildRequires: esound-devel >= 0.2.8 BuildRequires: flac-devel >= 1.1.2 BuildRequires: fluidsynth-devel >= 1.0.6 +BuildRequires: gettext-devel %{?with_gnomevfs:BuildRequires: gnome-vfs2-devel >= 2.6.0} BuildRequires: jack-audio-connection-kit-devel BuildRequires: lame-libs-devel BuildRequires: libbinio-devel >= 1.4 -BuildRequires: libglade2-devel >= 2.3.1 BuildRequires: libmad-devel BuildRequires: libmms-devel >= 0.3 BuildRequires: libmodplug-devel @@ -37,7 +38,9 @@ BuildRequires: libsamplerate-devel BuildRequires: libsidplay-devel BuildRequires: libsndfile-devel >= 0.19 +BuildRequires: libstdc++-devel BuildRequires: libvorbis-devel >= 1:1.0 +BuildRequires: libxml2 >= 2.0.0 BuildRequires: lirc-devel BuildRequires: pango-devel >= 1.14.7 BuildRequires: pkgconfig @@ -808,6 +811,9 @@ %prep %setup -q +%patch0 + + %build %{__aclocal} -I m4 %{__autoconf} @@ -816,7 +822,9 @@ --%{?with_gconf:en}%{!?with_gconf:dis}able-gconf \ --%{?with_gnomevfs:en}%{!?with_gnomevfs:dis}able-gnome-vfs \ --enable-amidiplug \ - --enable-timidity + --enable-timidity \ + --with-cdda-dir=/media/cdrom + %{__make}
_______________________________________________ pld-devel-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
