From: <suc...@us...> - 2007-02-11 21:57:52
|
Revision: 346 http://svn.sourceforge.net/pmplib/?rev=346&view=rev Author: sucknblow Date: 2007-02-11 13:57:53 -0800 (Sun, 11 Feb 2007) Log Message: ----------- Update package description to mention playlists. Update copyrights Modified Paths: -------------- trunk/pmplib/debian/control trunk/pmplib/debian/copyright trunk/pmplib/debian/easypmp.install Modified: trunk/pmplib/debian/control =================================================================== --- trunk/pmplib/debian/control 2007-02-11 21:17:39 UTC (rev 345) +++ trunk/pmplib/debian/control 2007-02-11 21:57:53 UTC (rev 346) @@ -10,7 +10,7 @@ Depends: ${shlibs:Depends} Description: create music databases used by portable media players Easypmp is a command line utility used to create and maintain the music - database on a variety of portable music players. + database and playlists on a variety of portable music players. . Many Portable music players allow the user to browse tracks by artist, album, genre, etc. In order to do this efficiently, they require a database of @@ -25,10 +25,17 @@ * iRiver H10 MTP (with emergency connect mode) * iRiver H10Jr. UMS * iRiver U10 UMS - * MEDION MDJuke220 and MDJuke 440 + * iRiver E10 UMS + * MEDION MDJuke220 and MDJuke440 * Samsung YH-820, YH-920 and YH-925 + * MSI MEGA PLAYER 540 + * Philips HDD6320 . A typical usage of easypmp is to connect the media player to the computer; mount it as if it were a normal USB disk; remove some music files from the player; copy some new music files to the player, and then running easypmp to update the database, before disconnecting the player. + . + Easypmp can also convert playlist files into a format suitable for media + player. Playlist files typically have a .m3u or .pls file extension, and + can be created by many desktop media players. Modified: trunk/pmplib/debian/copyright =================================================================== --- trunk/pmplib/debian/copyright 2007-02-11 21:17:39 UTC (rev 345) +++ trunk/pmplib/debian/copyright 2007-02-11 21:57:53 UTC (rev 346) @@ -7,7 +7,7 @@ https://svn.sourceforge.net/svnroot/pmplib The upstream maintainer of this package is -Nyaochi <ny...@ny...> +Naoaki Okazaki <ny...@ny...> Copyright: @@ -71,6 +71,7 @@ Copyright (c) 1997 Shigio Yamaguchi. All rights reserved. Copyright (c) 1999 Tama Communications Corporation. All rights reserved. +Copyright (c) 2006 Martin Ellis <mar...@kd...>. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -96,6 +97,6 @@ The Debian packaging is - Copyright (c) 2006 Martin Ellis <mar...@kd...> + Copyright (c) 2006-2007 Martin Ellis <mar...@kd...> and is licensed under the GPL, see above. Modified: trunk/pmplib/debian/easypmp.install =================================================================== --- trunk/pmplib/debian/easypmp.install 2007-02-11 21:17:39 UTC (rev 345) +++ trunk/pmplib/debian/easypmp.install 2007-02-11 21:57:53 UTC (rev 346) @@ -4,5 +4,7 @@ debian/tmp/usr/bin/easypmp debian/tmp/usr/share/pmplib/* debian/tmp/usr/share/man/man1/easypmp.1 -debian/tmp/usr/share/doc/easypmp/* +debian/tmp/usr/share/doc/pmplib/README +debian/tmp/usr/share/doc/pmplib/AUTHORS +debian/tmp/usr/share/doc/pmplib/ChangeLog debian/lintian/easypmp usr/share/lintian/overrides This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |