Re: [Musicpd-dev-team] Announcing renewed MPD builds for Windows

2012-10-14 Thread Hugo Rodrigues

Hi Denis!

Great news!
Will try and post feedback.

Thanks!

-- HR

On 14/10/12 15:55, Denis Krjuchkov wrote:

Hi all,

I've finished with first version of renewed MPD build for Windows.

You can download it from:

  
https://github.com/downloads/dkrjuchkov/mpd-win32-build/mpd-0.17.3~git-win32-i686.zip


SHA-1 sum for paranoids: bc8809a6bccd782dc44857be74a728899053a116

This version is slightly less featured that old one.
I'll try to enable more plugins in future.

Here is output from configure:

### MPD CONFIGURATION 

Archive support:
(-bzip2) (-ISO9660) (-ZIP)
Client support:
(+IPv6) (+TCP) (-UNIX Domain Sockets)
File format support:
(-AAC) (-C64 SID) (+FFMPEG) (+FLAC) (-FluidSynth) (-GME) (+libsndfile)
(-MikMod) (-MODPLUG) (+MAD) (+MPG123) (-MP4) (-Musepack)
(-OggTremor) (+OggVorbis) (+WAVE) (+WavPack) (-WildMidi)
Other features:
(+libsamplerate) (-inotify) (+SQLite)
Metadata support:
(+ID3)
Playback support:
(-ALSA) (-FFADO) (-FIFO) (+File Recorder) (+HTTP Daemon) (-JACK)
(-libao) (-Media MVP) (-OSS) (+OpenAL) (-OS X) (-Pipeline)
(-PulseAudio) (-ROAR) (-SHOUTcast) (-Solaris) (+WinMM)
Streaming encoder support:
(+FLAC) (+LAME) (+Ogg Vorbis) (-TwoLAME) (+WAVE)
Streaming support:
(-CDIO_PARANOIA) (+CURL) (-Despotify) (-Last.FM) (-Soundcloud)
(+MMS) (-SOUP)

##

The following features are tested and work:

- MP3 playback (both mad and mpg123)
- Vorbis playback
- FLAC playback
- WavPack playback
- APE (Monkey's audio) playback
- M4A (both Apple lossless and AAC) playback
- MP3 streaming output
- Vorbis streaming output
- WinMM output
- OpenAL output (both OpenAL-soft and system)
- Stickers

The following features are tested and do NOT work:

- MP3 streaming playback (fails to connect with timeout, needs more
experiments)

The rest is untested.
Everybody interested in Windows build of MPD are encouraged to test it
and report what is working and what is not.

If you for some reason want to build your own version build scripts
could be found here: https://github.com/dkrjuchkov/mpd-win32-build

Both cross-compilation and native build is supported.

WARNING!

 This is poorly tested and experimental stuff.
 First version of it died by removing its own sources.
 I will be not be responsible if it kills your home directory or
anything else.
 You have been warned.

There is small README that explains build tools and environment setup.
You might find code in tools/ too complex to understand.
I tried to make it easy to adopt this scripts to any autotools/cmake
projects.

--
Denis

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team



--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] Announcing renewed MPD builds for Windows

2012-10-14 Thread zw g
Great news.
Thanks for you hard work, Denis.

Will try it later.

Gui


On Sun, Oct 14, 2012 at 10:59 PM, Hugo Rodrigues
corr...@hugorodrigues.comwrote:

  Hi Denis!

 Great news!
 Will try and post feedback.

 Thanks!

 -- HR


 On 14/10/12 15:55, Denis Krjuchkov wrote:

 Hi all,

 I've finished with first version of renewed MPD build for Windows.

 You can download it from:

  
 https://github.com/downloads/dkrjuchkov/mpd-win32-build/mpd-0.17.3~git-win32-i686.zip

 SHA-1 sum for paranoids: bc8809a6bccd782dc44857be74a728899053a116

 This version is slightly less featured that old one.
 I'll try to enable more plugins in future.

 Here is output from configure:

 ### MPD CONFIGURATION 

 Archive support:
   (-bzip2) (-ISO9660) (-ZIP)
 Client support:
   (+IPv6) (+TCP) (-UNIX Domain Sockets)
 File format support:
   (-AAC) (-C64 SID) (+FFMPEG) (+FLAC) (-FluidSynth) (-GME) (+libsndfile)
   (-MikMod) (-MODPLUG) (+MAD) (+MPG123) (-MP4) (-Musepack)
   (-OggTremor) (+OggVorbis) (+WAVE) (+WavPack) (-WildMidi)
 Other features:
   (+libsamplerate) (-inotify) (+SQLite)
 Metadata support:
   (+ID3)
 Playback support:
   (-ALSA) (-FFADO) (-FIFO) (+File Recorder) (+HTTP Daemon) (-JACK)
   (-libao) (-Media MVP) (-OSS) (+OpenAL) (-OS X) (-Pipeline)
   (-PulseAudio) (-ROAR) (-SHOUTcast) (-Solaris) (+WinMM)
 Streaming encoder support:
   (+FLAC) (+LAME) (+Ogg Vorbis) (-TwoLAME) (+WAVE)
 Streaming support:
   (-CDIO_PARANOIA) (+CURL) (-Despotify) (-Last.FM) (-Soundcloud)
   (+MMS) (-SOUP)

 ##

 The following features are tested and work:

 - MP3 playback (both mad and mpg123)
 - Vorbis playback
 - FLAC playback
 - WavPack playback
 - APE (Monkey's audio) playback
 - M4A (both Apple lossless and AAC) playback
 - MP3 streaming output
 - Vorbis streaming output
 - WinMM output
 - OpenAL output (both OpenAL-soft and system)
 - Stickers

 The following features are tested and do NOT work:

 - MP3 streaming playback (fails to connect with timeout, needs more
 experiments)

 The rest is untested.
 Everybody interested in Windows build of MPD are encouraged to test it
 and report what is working and what is not.

 If you for some reason want to build your own version build scripts
 could be found here: https://github.com/dkrjuchkov/mpd-win32-build

 Both cross-compilation and native build is supported.

 WARNING!

 This is poorly tested and experimental stuff.
 First version of it died by removing its own sources.
 I will be not be responsible if it kills your home directory or
 anything else.
 You have been warned.

 There is small README that explains build tools and environment setup.
 You might find code in tools/ too complex to understand.
 I tried to make it easy to adopt this scripts to any autotools/cmake
 projects.

 --
 Denis

 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt 
 too!http://p.sf.net/sfu/newrelic-dev2dev
 ___
 Musicpd-dev-team mailing 
 listMusicpd-dev-team@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/musicpd-dev-team




 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 Musicpd-dev-team mailing list
 Musicpd-dev-team@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] Announcing renewed MPD builds for Windows

2012-10-14 Thread zw g
I also hope there will be a Mac OS X build in the future :)

Gui


On Sun, Oct 14, 2012 at 11:01 PM, zw g pekingmas...@gmail.com wrote:

 Great news.
 Thanks for you hard work, Denis.

 Will try it later.

 Gui



 On Sun, Oct 14, 2012 at 10:59 PM, Hugo Rodrigues 
 corr...@hugorodrigues.com wrote:

  Hi Denis!

 Great news!
 Will try and post feedback.

 Thanks!

 -- HR


 On 14/10/12 15:55, Denis Krjuchkov wrote:

 Hi all,

 I've finished with first version of renewed MPD build for Windows.

 You can download it from:

  
 https://github.com/downloads/dkrjuchkov/mpd-win32-build/mpd-0.17.3~git-win32-i686.zip

 SHA-1 sum for paranoids: bc8809a6bccd782dc44857be74a728899053a116

 This version is slightly less featured that old one.
 I'll try to enable more plugins in future.

 Here is output from configure:

 ### MPD CONFIGURATION 

 Archive support:
  (-bzip2) (-ISO9660) (-ZIP)
 Client support:
  (+IPv6) (+TCP) (-UNIX Domain Sockets)
 File format support:
  (-AAC) (-C64 SID) (+FFMPEG) (+FLAC) (-FluidSynth) (-GME) (+libsndfile)
  (-MikMod) (-MODPLUG) (+MAD) (+MPG123) (-MP4) (-Musepack)
  (-OggTremor) (+OggVorbis) (+WAVE) (+WavPack) (-WildMidi)
 Other features:
  (+libsamplerate) (-inotify) (+SQLite)
 Metadata support:
  (+ID3)
 Playback support:
  (-ALSA) (-FFADO) (-FIFO) (+File Recorder) (+HTTP Daemon) (-JACK)
  (-libao) (-Media MVP) (-OSS) (+OpenAL) (-OS X) (-Pipeline)
  (-PulseAudio) (-ROAR) (-SHOUTcast) (-Solaris) (+WinMM)
 Streaming encoder support:
  (+FLAC) (+LAME) (+Ogg Vorbis) (-TwoLAME) (+WAVE)
 Streaming support:
  (-CDIO_PARANOIA) (+CURL) (-Despotify) (-Last.FM) (-Soundcloud)
  (+MMS) (-SOUP)

 ##

 The following features are tested and work:

 - MP3 playback (both mad and mpg123)
 - Vorbis playback
 - FLAC playback
 - WavPack playback
 - APE (Monkey's audio) playback
 - M4A (both Apple lossless and AAC) playback
 - MP3 streaming output
 - Vorbis streaming output
 - WinMM output
 - OpenAL output (both OpenAL-soft and system)
 - Stickers

 The following features are tested and do NOT work:

 - MP3 streaming playback (fails to connect with timeout, needs more
 experiments)

 The rest is untested.
 Everybody interested in Windows build of MPD are encouraged to test it
 and report what is working and what is not.

 If you for some reason want to build your own version build scripts
 could be found here: https://github.com/dkrjuchkov/mpd-win32-build

 Both cross-compilation and native build is supported.

 WARNING!

 This is poorly tested and experimental stuff.
 First version of it died by removing its own sources.
 I will be not be responsible if it kills your home directory or
 anything else.
 You have been warned.

 There is small README that explains build tools and environment setup.
 You might find code in tools/ too complex to understand.
 I tried to make it easy to adopt this scripts to any autotools/cmake
 projects.

 --
 Denis

 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt 
 too!http://p.sf.net/sfu/newrelic-dev2dev
 ___
 Musicpd-dev-team mailing 
 listMusicpd-dev-team@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/musicpd-dev-team




 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 Musicpd-dev-team mailing list
 Musicpd-dev-team@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team



--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] Announcing renewed MPD builds for Windows

2012-10-14 Thread Max Kellermann
On 2012/10/14 16:55, Denis Krjuchkov de...@crazydev.net wrote:
 Hi all,
 
 I've finished with first version of renewed MPD build for Windows.
 
 You can download it from:
 
  
 https://github.com/downloads/dkrjuchkov/mpd-win32-build/mpd-0.17.3~git-win32-i686.zip
 
 SHA-1 sum for paranoids: bc8809a6bccd782dc44857be74a728899053a116

Thanks for this binary distribution.  Not useful for me, but there may
be many MPD users who are grateful for it.

Recently I wondered whether we should move all MPD downloads from
SourceForge to our own web server.  I could then give you a SSH
account so you can push your binaries there.

Max

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team