diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-06-16 13:00:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-06-16 13:00:59 +0000 |
commit | dffae19701d67cbe34230863ab40a4afa570eefb (patch) | |
tree | 9a4446dfa04f6788a84f1bd5b2f65f868e82a518 /audio/moc/patches | |
parent | d485df58ad66fa41e7525d47998fefa78ea3f1fd (diff) | |
download | pkgsrc-dffae19701d67cbe34230863ab40a4afa570eefb.tar.gz |
Update to 2.4.4
Changelog:
2.4.4
* Fix crash when saving a playlist with URLs.
* Fix hang in case of symlink loop (like symlink to parent directory)
when adding files recursivelly to the playlist.
* Fix bad memory acces when using FILL parameter in layouts that caused
"FATAL_ERROR: Layout1 is malformed".
* Fix compilation with newer ffmpeg. (Alexis Ballier)
* Increase maximum file title (made from tags) length to 512. Helps on
wide terminals.
* Fix displaying URLs on the playlist when it ends with a slash.
* Fix compilation of flac plugin by detecting libflac using pkg-config.
* Fix for multichannel playback. (Maarten van Es)
* Fix handling of invalid track number in tags. A segfault occured when
the track number was at least a value of 2^31.
* Support for the new (SVN) libmpcdec API.
* Remove old, irrelevant comment about iconv from the configuration
file.
* Fix configure to display proper information about compiled RCC.
* Run libtoolize in autogen.sh to prevent conflicts with installed
libtool/libltdl version.
Diffstat (limited to 'audio/moc/patches')
-rw-r--r-- | audio/moc/patches/patch-ac | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/audio/moc/patches/patch-ac b/audio/moc/patches/patch-ac index 973ae99d8fc..3651a8005f7 100644 --- a/audio/moc/patches/patch-ac +++ b/audio/moc/patches/patch-ac @@ -1,10 +1,12 @@ -$NetBSD: patch-ac,v 1.1 2008/04/07 16:15:25 bjs Exp $ +$NetBSD: patch-ac,v 1.2 2013/06/16 13:00:59 ryoon Exp $ ---- Makefile.am.orig 2006-02-12 06:55:10.000000000 -0500 -+++ Makefile.am -@@ -1,4 +1,5 @@ - SUBDIRS = themes decoder_plugins +--- Makefile.in.orig 2009-01-04 08:35:54.000000000 +0000 ++++ Makefile.in +@@ -278,6 +278,7 @@ sys_symbol_underscore = @sys_symbol_unde + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + SUBDIRS = themes decoder_plugins libltdl +ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = -DSYSTEM_THEMES_DIR=\"$(pkgdatadir)/themes\" \ - -DPLUGIN_DIR=\"$(plugindir)/$(DECODER_PLUGIN_DIR)\" - + -DPLUGIN_DIR=\"$(plugindir)/$(DECODER_PLUGIN_DIR)\" \ + $(LTDLINCL) |