From: <ny...@us...> - 2007-02-11 15:55:43
|
Revision: 334 http://svn.sourceforge.net/pmplib/?rev=334&view=rev Author: nyaochi Date: 2007-02-11 07:55:30 -0800 (Sun, 11 Feb 2007) Log Message: ----------- - Prepare for 0.14 release - Updated roadmap. Modified Paths: -------------- trunk/pmplib/ChangeLog trunk/pmplib/Makefile.am trunk/pmplib/README trunk/pmplib/doc/roadmap.txt trunk/pmplib/doc/structure.txt trunk/pmplib/pmplib.spec.in Modified: trunk/pmplib/ChangeLog =================================================================== --- trunk/pmplib/ChangeLog 2007-02-11 06:26:59 UTC (rev 333) +++ trunk/pmplib/ChangeLog 2007-02-11 15:55:30 UTC (rev 334) @@ -2,6 +2,36 @@ ChangeLog file for pmplib + Changes in 0.14 (2007-02-12) +- Implemented playlist conversion for iriver E10 (pmp_iriverplus3). +- Added the support for MSI MEGA PLAYER 540 in pmp_portalplayer1. +- Added the support of Ogg Vorbis for Samsung YH-920. +- On-the-fly playlist conversion from M3U/PLS playlist file located + on the PC. Use -P (--playlist-source) option to configure the + source directory. +- Configurable paths to music and playlist directories. +- Display supported firmware versions, audio codecs, and file + extensions. +- Suppress flickering in the progress report. +- Report file names from which EasyPMP failed to obtain the media + information. +- Report names of music files whose artist or album names are empty + as they may be moved to "Unknown artist" or "Unkonwn album" section. +- Changed the default character encoding for non-unicode ID3v1/ID3v2 + tags to ISO-8859-1. +- Fixed several bugs in reading/writing the database for iriver E10. +- Improved the routine for writing the iriver E10 database with the + latest knowledge. +- Fixed a crash reported at (thanks jonof): + http://nyaochi.sakura.ne.jp/pmplib/index.php?topic=210.msg910#msg910 +- Applied two patches for libid3tag for bug-fixes (Win32 version). +- Updated the JavaScript engine to SpiderMonkey 1.6 (Win32 version). +- Distribute RPM packages, pmplib, pmplib-tools, and pmplib-devel. +- Grand API restructuring and documentation. +- Install header files for the development to ${PREFIX}/include/pmplib +- Merged libucs2 (ucs2.dll) and libfilepath (filepath.dll) into libpmp + (pmp.dll) for simplicity. + Changes in 0.13 (2007-01-04) - New database reader/writer for iriver E10 (pmp_iriverplus3). - Playlist conversion for iriver E10 is planned in the upcoming release. Modified: trunk/pmplib/Makefile.am =================================================================== --- trunk/pmplib/Makefile.am 2007-02-11 06:26:59 UTC (rev 333) +++ trunk/pmplib/Makefile.am 2007-02-11 15:55:30 UTC (rev 334) @@ -3,7 +3,7 @@ SUBDIRS = m4 libltdl include lib/ucs2 lib/filepath lib/pmp lib/gmi lib/playlist lib/pmp_irivnavi lib/pmp_portalplayer1 lib/pmp_iriverplus2 lib/pmp_iriverplus3 frontend/easypmp/cui docdir = $(prefix)/share/doc/@PACKAGE@ -doc_DATA = README INSTALL COPYING AUTHORS ChangeLog +doc_DATA = README INSTALL COPYING COPYING.LIB AUTHORS ChangeLog EXTRA_DIST = \ autogen.sh \ Modified: trunk/pmplib/README =================================================================== --- trunk/pmplib/README 2007-02-11 06:26:59 UTC (rev 333) +++ trunk/pmplib/README 2007-02-11 15:55:30 UTC (rev 334) @@ -1,9 +1,9 @@ - PMPLib + PMPlib Version 0.14 http://pmplib.sourceforge.net/ * STRUCTURE -For a description of each component of PMPLib, please see the +For a description of each component of PMPlib, please see the doc/structure.txt file. * COPYRIGHT AND LICENSING INFORMATION @@ -16,7 +16,7 @@ The following text applies to the programs and the pmp and gmi libraries. - Copyright (c) 2005-2006 Nyaochi <ny...@ny...> + Copyright (c) 2005-2007 Naoaki Okazaki <nyaochi at users.sourceforge.net> Copyright (c) 2006 Martin Ellis <mar...@kd...> This program is free software; you can redistribute it and/or @@ -38,7 +38,7 @@ lib/pmp_portalplayer1, lib/pmp_iriverplus2, lib/pmp_irivnavi, lib/ucs2, lib/filepath, and lib/playlist directories. - Copyright (c) 2005-2006 Nyaochi <ny...@ny...> + Copyright (c) 2005-2007 Naoaki Okazaki <nyaochi at users.sourceforge.net> Copyright (c) 2006 Martin Ellis <mar...@kd...> This library is free software; you can redistribute it and/or Modified: trunk/pmplib/doc/roadmap.txt =================================================================== --- trunk/pmplib/doc/roadmap.txt 2007-02-11 06:26:59 UTC (rev 333) +++ trunk/pmplib/doc/roadmap.txt 2007-02-11 15:55:30 UTC (rev 334) @@ -4,20 +4,16 @@ This file describes the changes planned for each version of pmplib. Note that all plans listed here are subject to change! -Version 0.13 -- Add the photo playlist support for iRiver U10. -- Separate the source and destination directories for playlist conversion. +Version 0.15 or later +- Support iPod +- Support tuner presets +- Support photo playlists -Version 0.14 -- ? - Things to be done before 1.0 - Finalize the programing interfaces in the libraries. - Write documents (build instruction, usage, programing interface, etc.) Long-term plan -- Analyze database format (4th generation) used in iriver E10. Implement - database reader/writer for iriver E10. - Support tuner preset conversion. - Replace libid3tag, libogg, libvorbis with taglib. - Prepare a syncronization plugin for foobar2000 (or Winamp???). Modified: trunk/pmplib/doc/structure.txt =================================================================== --- trunk/pmplib/doc/structure.txt 2007-02-11 06:26:59 UTC (rev 333) +++ trunk/pmplib/doc/structure.txt 2007-02-11 15:55:30 UTC (rev 334) @@ -33,9 +33,14 @@ Library for reading non-device specific playlist files (for example, .m3u files) (LGPL). +lib/pmp_iriverplus3: + Support library for + * iRiver E10 + (LGPL) + lib/pmp_iriverplus2: Support library for - * iRiver H10Jnr; and + * iRiver H10Jr; and * iRiver U10 devices. (LGPL) Modified: trunk/pmplib/pmplib.spec.in =================================================================== --- trunk/pmplib/pmplib.spec.in 2007-02-11 06:26:59 UTC (rev 333) +++ trunk/pmplib/pmplib.spec.in 2007-02-11 15:55:30 UTC (rev 334) @@ -65,6 +65,7 @@ %defattr(-,root,root) %doc %{pmplibdocdir}/AUTHORS %doc %{pmplibdocdir}/COPYING +%doc %{pmplibdocdir}/COPYING.LIB %doc %{pmplibdocdir}/ChangeLog %doc %{pmplibdocdir}/INSTALL %doc %{pmplibdocdir}/README This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |