Re: [Musicpd-dev-team] Binary package for Windows?

2013-01-04 Thread Hugo Rodrigues

Hello Denis,

Thanks for your efford in those builds. They are great.

Keep them comming :)

Best Regards,
Hugo

On 04/01/13 15:19, Denis Krjuchkov wrote:

04.01.2013 20:37, zw g пишет:

Can we have the latest MPD binary for Windows platform? Like Win 7.
I see there're no Windows binary packages since version 0.16.8.

Hi, my initial *unoffical* build is still available:

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

This is a first try and should be considered beta.

Please try and tell your results.

I'm going to make an update on this week with minor improvements.



--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812___
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 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] MPD builds for Windows

2012-10-06 Thread Hugo Rodrigues

Hi,

Yes, something like that.
The official MPD window build already does that. A folder with mpd 
binary and the dependent dll's


Do you think it is possible to that in windows and mac?

Best Regards,
HR

On 06/10/12 22:37, aaron mcewan wrote:

On Wed, 03 Oct 2012 19:08:31 +0100
Hugo Rodrigues corr...@hugorodrigues.com wrote:


I'm trying to do the same in linux too.
I guess the process will be the same, but i have no clue how to do it.


like a statically linked binary?

ive done it before for a tigervnc windows binary mostly using gentoo
crossdev

not sure about the licensing though...



--
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] MPD builds for Windows

2012-10-03 Thread Hugo Rodrigues

Hi guys,

Since we are talking about binary distributions how about mac distribution?
I can install with brew and other package managers.
I'm also able to compile by hand, but i haven't figure out how to make a 
portable build, something that i can zip and distribute with all the 
dependencies.


Has anyone a clue about the right direction to achieve this?

On 02/10/12 19:49, Avuton Olrich wrote:

On Tue, Oct 2, 2012 at 11:23 AM, Denis Krjuchkov de...@crazydev.net wrote:

Hi all,

according to that

http://sourceforge.net/mailarchive/message.php?msg_id=29496606

there are some issues with building MPD 0.17 for Windows.

Is there any estimate on getting binaries again?

If no I would like to contribute by providing windows builds on a
regular basis.

Please do, I just got done trying to make a quality binary build and
it fails to work for some reason I haven't been able to find out
(newer mingw builds need to link with libgcc??). It's really time
consuming, and something I really don't have time or a real passion
for anymore.


--
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] MPD builds for Windows

2012-10-03 Thread Hugo Rodrigues

I'm trying to do the same in linux too.
I guess the process will be the same, but i have no clue how to do it.


On 03/10/12 15:05, zw g wrote:

I would like to know either.
I installed MPD on my macbook by macports.

I'm very willing to share MPD to my friends if there is a binary 
package, like a dmg file or pkg file.


Gui


On Wed, Oct 3, 2012 at 8:07 PM, Hugo Rodrigues 
corr...@hugorodrigues.com mailto:corr...@hugorodrigues.com wrote:


Hi guys,

Since we are talking about binary distributions how about mac
distribution?
I can install with brew and other package managers.
I'm also able to compile by hand, but i haven't figure out how to
make a portable build, something that i can zip and distribute
with all the dependencies.

Has anyone a clue about the right direction to achieve this?


On 02/10/12 19:49, Avuton Olrich wrote:

On Tue, Oct 2, 2012 at 11:23 AM, Denis Krjuchkovde...@crazydev.net  
mailto:de...@crazydev.net  wrote:

Hi all,

according to that

http://sourceforge.net/mailarchive/message.php?msg_id=29496606

there are some issues with building MPD 0.17 for Windows.

Is there any estimate on getting binaries again?

If no I would like to contribute by providing windows builds on a
regular basis.

Please do, I just got done trying to make a quality binary build and
it fails to work for some reason I haven't been able to find out
(newer mingw builds need to link with libgcc??). It's really time
consuming, and something I really don't have time or a real passion
for anymore.




--
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
mailto: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