Merge branch 'v0.20.x'
This commit is contained in:
		
							
								
								
									
										2
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								NEWS
									
									
									
									
									
								
							@@ -9,6 +9,8 @@ ver 0.21 (not yet released)
 | 
			
		||||
* output
 | 
			
		||||
  - alsa: non-blocking mode
 | 
			
		||||
 | 
			
		||||
ver 0.20.10 (not yet released)
 | 
			
		||||
 | 
			
		||||
ver 0.20.9 (2017/06/04)
 | 
			
		||||
* decoder
 | 
			
		||||
  - ffmpeg: support *.adx
 | 
			
		||||
 
 | 
			
		||||
@@ -113,7 +113,7 @@ cd mpd-version</programlisting>
 | 
			
		||||
 | 
			
		||||
      <para>
 | 
			
		||||
        For example, the following installs a fairly complete list of
 | 
			
		||||
        build dependencies on Debian Wheezy:
 | 
			
		||||
        build dependencies on Debian Jessie:
 | 
			
		||||
      </para>
 | 
			
		||||
 | 
			
		||||
      <programlisting>
 | 
			
		||||
@@ -125,19 +125,20 @@ apt-get install g++ \
 | 
			
		||||
  libmpcdec-dev libwavpack-dev libwildmidi-dev \
 | 
			
		||||
  libsidplay2-dev libsidutils-dev libresid-builder-dev \
 | 
			
		||||
  libavcodec-dev libavformat-dev \
 | 
			
		||||
  libmp3lame-dev \
 | 
			
		||||
  libmp3lame-dev libtwolame-dev libshine-dev \
 | 
			
		||||
  libsamplerate0-dev libsoxr-dev \
 | 
			
		||||
  libbz2-dev libcdio-paranoia-dev libiso9660-dev libmms-dev \
 | 
			
		||||
  libzzip-dev \
 | 
			
		||||
  libcurl4-gnutls-dev libyajl-dev libexpat-dev \
 | 
			
		||||
  libasound2-dev libao-dev libjack-jackd2-dev libopenal-dev \
 | 
			
		||||
  libpulse-dev libroar-dev libshout3-dev \
 | 
			
		||||
  libsndio-dev \
 | 
			
		||||
  libmpdclient-dev \
 | 
			
		||||
  libnfs-dev libsmbclient-dev \
 | 
			
		||||
  libupnp-dev \
 | 
			
		||||
  libavahi-client-dev \
 | 
			
		||||
  libsqlite3-dev \
 | 
			
		||||
  libsystemd-daemon-dev libwrap0-dev \
 | 
			
		||||
  libsystemd-dev libwrap0-dev \
 | 
			
		||||
  libcppunit-dev xmlto \
 | 
			
		||||
  libboost-dev \
 | 
			
		||||
  libicu-dev
 | 
			
		||||
 
 | 
			
		||||
@@ -58,8 +58,8 @@ libmad = AutotoolsProject(
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
ffmpeg = FfmpegProject(
 | 
			
		||||
    'http://ffmpeg.org/releases/ffmpeg-3.3.1.tar.xz',
 | 
			
		||||
    'b702a7fc656ac23e276b8c823a2f646e4e6f6309bb2788435a708e69bea98f2f',
 | 
			
		||||
    'http://ffmpeg.org/releases/ffmpeg-3.3.2.tar.xz',
 | 
			
		||||
    '1998de1ab32616cbf2ff86efc3f1f26e76805ec5dc51e24c041c79edd8262785',
 | 
			
		||||
    'lib/libavcodec.a',
 | 
			
		||||
    [
 | 
			
		||||
        '--disable-shared', '--enable-static',
 | 
			
		||||
@@ -82,8 +82,8 @@ ffmpeg = FfmpegProject(
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
curl = AutotoolsProject(
 | 
			
		||||
    'http://curl.haxx.se/download/curl-7.54.0.tar.lzma',
 | 
			
		||||
    'cd6aa6039f13e0b06e0a93e1b93754f6dc07f444812bb6c32be75a8f28c4070a',
 | 
			
		||||
    'http://curl.haxx.se/download/curl-7.54.1.tar.lzma',
 | 
			
		||||
    '2b7af34d4900887e0b4e0a9f545b9511ff774d07151ae4976485060d3e1bdb6e',
 | 
			
		||||
    'lib/libcurl.a',
 | 
			
		||||
    [
 | 
			
		||||
        '--disable-shared', '--enable-static',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user