Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2012-10-07 19:53:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and      /work/SRC/openSUSE:Factory/.media-player-info.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "media-player-info", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes      
2012-07-23 10:15:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.media-player-info.new/media-player-info.changes 
2012-10-07 19:53:38.000000000 +0200
@@ -1,0 +2,12 @@
+Sun Sep 16 19:51:06 UTC 2012 - [email protected]
+
+- Update to version 17:
+  + Add support for Creative Zen MX, Nec LifeTouch Note, 
+    Nokia C7-00, Sony Ericsson Xperia Mini, iBeat Jess, Nokia N9.
+  + Xperia X12 is better known as Xperia arc.
+  + Galaxy Gio (GT-S5660) shares same ID as Ace.
+  + Add a third ID for Acer Liquid (MT).
+  + Add playlist format to Android devices.
+  + Add alternative product ID for Sony Ericsson Xperia X10.
+
+-------------------------------------------------------------------

Old:
----
  media-player-info-16.tar.gz

New:
----
  media-player-info-17.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ media-player-info.spec ++++++
--- /var/tmp/diff_new_pack.Z8LtLd/_old  2012-10-07 19:53:40.000000000 +0200
+++ /var/tmp/diff_new_pack.Z8LtLd/_new  2012-10-07 19:53:40.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           media-player-info
-Version:        16
+Version:        17
 Release:        0
 Summary:        Media Player Information
 License:        BSD-3-Clause

++++++ media-player-info-16.tar.gz -> media-player-info-17.tar.gz ++++++
++++ 1721 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/INSTALL new/media-player-info-17/INSTALL
--- old/media-player-info-16/INSTALL    2011-11-06 22:44:52.000000000 +0100
+++ new/media-player-info-17/INSTALL    2012-04-27 15:30:03.000000000 +0200
@@ -1,8 +1,8 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Inc.
 
    Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -226,6 +226,11 @@
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
+   HP-UX `make' updates targets which have the same time stamps as
+their prerequisites, which makes it generally unusable when shipped
+generated files such as `configure' are involved.  Use GNU `make'
+instead.
+
    On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
 parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
 a workaround.  If GNU CC is not installed, it is therefore recommended
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/NEWS new/media-player-info-17/NEWS
--- old/media-player-info-16/NEWS       2012-01-24 09:38:58.000000000 +0100
+++ new/media-player-info-17/NEWS       2012-05-30 10:48:25.000000000 +0200
@@ -1,3 +1,24 @@
+media-player-info 17 (2012-05-30)
+=================================
+Jason Leonard (1):
+      Add Creative Zen MX
+
+Jonathan Ernst (6):
+      Xperia X12 is better known as Xperia arc
+      Add Nec LifeTouch Note
+      Galaxy Gio (GT-S5660) shares same is as Ace
+      Add a third ID for Acer Liquid (MT)
+      Add Nokia C7-00
+      Add Sony Ericsson Xperia Mini
+
+Linus Walleij (1):
+      Add support for iBeat Jess
+
+Martin Pitt (3):
+      Add Nokia N9
+      Add playlist format to Android devices
+      Add alternative product ID for Sony Ericsson Xperia X10
+
 media-player-info 16 (2012-01-24)
 =================================
 Alex Fiestas (1):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/configure.ac new/media-player-info-17/configure.ac
--- old/media-player-info-16/configure.ac       2012-01-24 09:39:06.000000000 
+0100
+++ new/media-player-info-17/configure.ac       2012-05-30 10:48:13.000000000 
+0200
@@ -1,4 +1,4 @@
-AC_INIT(media-player-info, 16, [email protected])
+AC_INIT(media-player-info, 17, [email protected])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([media-players/])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/40-usb-media-players.rules 
new/media-player-info-17/media-players/40-usb-media-players.rules
--- old/media-player-info-16/media-players/40-usb-media-players.rules   
2012-01-24 09:40:11.000000000 +0100
+++ new/media-player-info-17/media-players/40-usb-media-players.rules   
2012-05-30 10:50:02.000000000 +0200
@@ -139,6 +139,8 @@
 ATTRS{idVendor}=="066f" , ATTRS{idProduct}=="8004" , 
ENV{ID_MEDIA_PLAYER}="jetflash_0x8004"
 # Droid 2
 ATTRS{idVendor}=="22b8" , ATTRS{idProduct}=="42a4" , 
ENV{ID_MEDIA_PLAYER}="motorola_droid-2"
+# N9
+ATTRS{idVendor}=="0421" , ATTRS{idProduct}=="0518" , 
ENV{ID_MEDIA_PLAYER}="nokia_n9"
 # W300i
 ATTRS{idVendor}=="0fce" , ATTRS{idProduct}=="e053" , 
ENV{ID_MEDIA_PLAYER}="sony-ericsson_w300i"
 # Walkman Video MP3 NWZ-xxxx
@@ -196,6 +198,8 @@
 ATTRS{model}=="S60" , ATTRS{idVendor}=="0421" , ATTRS{idProduct}=="*" , 
ENV{ID_MEDIA_PLAYER}="nokia_series-60-phones"
 # iAUDIO U2
 ATTRS{idVendor}=="0e21" , ATTRS{idProduct}=="0600" , 
ENV{ID_MEDIA_PLAYER}="cowon_iaudio-u2"
+# Zen MX
+ATTRS{idVendor}=="041e" , ATTRS{idProduct}=="201f" , 
ENV{ID_MEDIA_PLAYER}="creative_zen-mx"
 # Galaxy S2
 ATTRS{idVendor}=="04e8" , ATTRS{idProduct}=="6860|685e|685b" , 
ENV{ID_MEDIA_PLAYER}="samsung_galaxy-s2"
 # Walkman NWZ-135F
@@ -203,7 +207,7 @@
 # vibez
 ATTRS{idVendor}=="066f" , ATTRS{idProduct}=="842a" , 
ENV{ID_MEDIA_PLAYER}="trekstor_vibez"
 # Liquid
-ATTRS{idVendor}=="0502" , ATTRS{idProduct}=="3202|3203" , 
ENV{ID_MEDIA_PLAYER}="acer_liquid"
+ATTRS{idVendor}=="0502" , ATTRS{idProduct}=="3202|3203|3317" , 
ENV{ID_MEDIA_PLAYER}="acer_liquid"
 # 5300
 ATTRS{idVendor}=="0421" , ATTRS{idProduct}=="04b9" , 
ENV{ID_MEDIA_PLAYER}="nokia_5300"
 # K610i
@@ -242,6 +246,8 @@
 ATTRS{idVendor}=="4102" , ATTRS{idProduct}=="1023" , 
ENV{ID_MEDIA_PLAYER}="iriver_s10"
 # Galaxy
 ATTRS{idVendor}=="04e8" , 
ATTRS{idProduct}=="6602|6603|6640|681c|681d|685b|6877" , 
ENV{ID_MEDIA_PLAYER}="samsung_galaxy"
+# Xperia mini
+ATTRS{idVendor}=="0fce" , ATTRS{idProduct}=="e167" , 
ENV{ID_MEDIA_PLAYER}="sony-ericsson_xperia-mini"
 # Walkman NWZ-A800 Series
 ATTRS{idVendor}=="054c" , ATTRS{idProduct}=="0325" , 
ENV{ID_MEDIA_PLAYER}="sony_walkman-nwz-a800"
 # T60
@@ -303,7 +309,7 @@
 # Pulse
 ATTRS{idVendor}=="12d1" , ATTRS{idProduct}=="1501" , 
ENV{ID_MEDIA_PLAYER}="huawei_pulse"
 # Xperia X10 mini
-ATTRS{idVendor}=="0fce" , ATTRS{idProduct}=="3137|2137" , 
ENV{ID_MEDIA_PLAYER}="sony-ericsson_xperia-x10-mini"
+ATTRS{idVendor}=="0fce" , ATTRS{idProduct}=="3137|2137|612e" , 
ENV{ID_MEDIA_PLAYER}="sony-ericsson_xperia-x10-mini"
 # Zen Style 300
 ATTRS{idVendor}=="041e" , ATTRS{idProduct}=="2016" , 
ENV{ID_MEDIA_PLAYER}="creative_zen-style-300"
 # Phone
@@ -376,6 +382,8 @@
 ATTRS{idVendor}=="0da0" , ATTRS{idProduct}=="1001" , 
ENV{ID_MEDIA_PLAYER}="danger_hiptop_sidekick"
 # 6730
 ATTRS{idVendor}=="0421" , ATTRS{idProduct}=="023a" , 
ENV{ID_MEDIA_PLAYER}="nokia_6730"
+# Galaxy Ace/Gio
+ATTRS{idVendor}=="04e8" , ATTRS{idProduct}=="689e" , 
ENV{ID_MEDIA_PLAYER}="samsung_galaxy-ace_gio"
 # M20
 ATTRS{idVendor}=="1890" , ATTRS{idProduct}=="0001" , 
ENV{ID_MEDIA_PLAYER}="m-cody_m20"
 # i.Beat Rock
@@ -395,7 +403,7 @@
 ATTRS{idVendor}=="1006" , ATTRS{idProduct}=="3001|3002" , 
ENV{ID_MEDIA_PLAYER}="iriver_0x3001_0x3002"
 # YP-U1
 ATTRS{idVendor}=="04e8" , ATTRS{idProduct}=="503b" , 
ENV{ID_MEDIA_PLAYER}="samsung_yp-u1"
-# Xperia X12
+# Xperia Arc/X12
 ATTRS{idVendor}=="0fce" , ATTRS{idProduct}=="e14f|614f" , 
ENV{ID_MEDIA_PLAYER}="sony-ericsson_xperia-x12"
 # Incredible
 ATTRS{idVendor}=="0bb4" , ATTRS{idProduct}=="0c9e" , 
ENV{ID_MEDIA_PLAYER}="htc_incredible"
@@ -439,8 +447,8 @@
 ATTRS{idVendor}=="0781" , ATTRS{idProduct}=="74c1" , 
ENV{ID_MEDIA_PLAYER}="sandisk_sansa-fuze"
 # C905
 ATTRS{idVendor}=="0fce" , ATTRS{idProduct}=="e0ef" , 
ENV{ID_MEDIA_PLAYER}="sony-ericsson_c905"
-# Galaxy Ace
-ATTRS{idVendor}=="04e8" , ATTRS{idProduct}=="689e" , 
ENV{ID_MEDIA_PLAYER}="samsung_galaxy-ace"
+# i.Beat Jess
+ATTRS{idVendor}=="0835" , ATTRS{idProduct}=="2835" , 
ENV{ID_MEDIA_PLAYER}="trekstor_i.beat-jess"
 # 5 IMT
 ATTRS{idVendor}=="0e79" , ATTRS{idProduct}=="1332" , 
ENV{ID_MEDIA_PLAYER}="archos_5imt"
 # MP-375SD
@@ -455,6 +463,8 @@
 ATTRS{idVendor}=="0e21" , ATTRS{idProduct}=="0760" , 
ENV{ID_MEDIA_PLAYER}="cowon_iaudio-u5_g2"
 # Zen X-Fi Style
 ATTRS{idVendor}=="041e" , ATTRS{idProduct}=="200a" , 
ENV{ID_MEDIA_PLAYER}="creative_zen-x-fi-style"
+# C7-00
+ATTRS{idVendor}=="0421" , ATTRS{idProduct}=="03c0" , 
ENV{ID_MEDIA_PLAYER}="nokia_c7-00"
 # Atrix
 ATTRS{idVendor}=="22b8" , ATTRS{idProduct}=="7086" , 
ENV{ID_MEDIA_PLAYER}="motorola_atrix"
 # DMP-100
@@ -467,6 +477,8 @@
 ATTRS{idVendor}=="12d1" , ATTRS{idProduct}=="1037|1038" , 
ENV{ID_MEDIA_PLAYER}="huawei_ideos"
 # Xperia mini pro
 ATTRS{idVendor}=="0fce" , ATTRS{idProduct}=="e166|6166" , 
ENV{ID_MEDIA_PLAYER}="sony-ericsson_xperia-mini-pro"
+# LifeTouch Note
+ATTRS{idVendor}=="0409" , ATTRS{idProduct}=="0300|0301" , 
ENV{ID_MEDIA_PLAYER}="nec_lifetouch-note"
 # Media Player
 ATTRS{idVendor}=="071b" , ATTRS{idProduct}=="3203" , 
ENV{ID_MEDIA_PLAYER}="domain-technologies_0x3203"
 # Mobile phone
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/acer_liquid.mpi 
new/media-player-info-17/media-players/acer_liquid.mpi
--- old/media-player-info-16/media-players/acer_liquid.mpi      2011-10-04 
06:45:56.000000000 +0200
+++ new/media-player-info-17/media-players/acer_liquid.mpi      2012-05-18 
15:57:50.000000000 +0200
@@ -2,7 +2,7 @@
 Product=Liquid
 Vendor=Acer
 AccessProtocol=storage
-DeviceMatch=usb:0502:3202;usb:0502:3203;
+DeviceMatch=usb:0502:3202;usb:0502:3203;usb:0502:3317;
 
 [Media]
 
OutputFormats=audio/x-ms-wma;audio/3gpp;audio/mp4;audio/aac;audio/vnd.rn-realaudio;audio/x-midi;audio/x-wav;application/ogg;audio/mpeg;audio/flac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/creative_zen-mx.mpi 
new/media-player-info-17/media-players/creative_zen-mx.mpi
--- old/media-player-info-16/media-players/creative_zen-mx.mpi  1970-01-01 
01:00:00.000000000 +0100
+++ new/media-player-info-17/media-players/creative_zen-mx.mpi  2012-05-18 
16:04:05.000000000 +0200
@@ -0,0 +1,16 @@
+[Device]
+Product=Zen MX
+Vendor=Creative
+AccessProtocol=storage
+DeviceMatch=usb:041e:201f;
+
+[Media]
+InputFormats=audio/x-wav
+OutputFormats=audio/mpeg;audio/x-ms-wma
+
+[storage]
+AudioFolders=Music/;Recordings/;Audible/;
+PlaylistPath=Playlist/
+
+[Playlists]
+Formats=audio/x-mpegurl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/google_nexus-one.mpi 
new/media-player-info-17/media-players/google_nexus-one.mpi
--- old/media-player-info-16/media-players/google_nexus-one.mpi 2011-05-17 
09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/google_nexus-one.mpi 2012-05-30 
10:34:41.000000000 +0200
@@ -8,6 +8,9 @@
 [Media]
 
OutputFormats=audio/mpeg;audio/x-ms-wma;audio/3gpp;audio/mp4;audio/aac;audio/vnd.rn-realaudio;audio/x-midi;audio/x-wav;application/ogg
 
+[Playlist]
+Formats=audio/x-mpegurl
+
 [storage]
 AudioFolders=Music/
 PlaylistPath=Music/Playlists;PLAYLIST/;Playlist/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/htc_diamond.mpi 
new/media-player-info-17/media-players/htc_diamond.mpi
--- old/media-player-info-16/media-players/htc_diamond.mpi      2011-05-17 
09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/htc_diamond.mpi      2012-05-30 
10:35:11.000000000 +0200
@@ -7,6 +7,9 @@
 [Media]
 
OutputFormats=audio/mpeg;audio/x-ms-wma;audio/3gpp;audio/mp4;audio/aac;audio/vnd.rn-realaudio;audio/x-midi;audio/x-wav;application/ogg
 
+[Playlist]
+Formats=audio/x-mpegurl
+
 [storage]
 AudioFolders=Music/
 PlaylistPath=Music/Playlists;PLAYLIST/;Playlist/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/htc_dream_adp1_g1_magic_tattoo.mpi 
new/media-player-info-17/media-players/htc_dream_adp1_g1_magic_tattoo.mpi
--- old/media-player-info-16/media-players/htc_dream_adp1_g1_magic_tattoo.mpi   
2011-05-17 09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/htc_dream_adp1_g1_magic_tattoo.mpi   
2012-05-30 10:35:34.000000000 +0200
@@ -8,6 +8,9 @@
 [Media]
 
OutputFormats=audio/mpeg;audio/x-ms-wma;audio/mp4;audio/aac;audio/x-wav;application/ogg
 
+[Playlist]
+Formats=audio/x-mpegurl
+
 [storage]
 AudioFolders=Music/
 PlaylistPath=Music/Playlists;PLAYLIST/;Playlist/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/htc_incredible.mpi 
new/media-player-info-17/media-players/htc_incredible.mpi
--- old/media-player-info-16/media-players/htc_incredible.mpi   2011-05-17 
09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/htc_incredible.mpi   2012-05-30 
10:36:00.000000000 +0200
@@ -7,6 +7,9 @@
 [Media]
 
OutputFormats=audio/mpeg;audio/x-ms-wma;audio/3gpp;audio/mp4;audio/aac;audio/vnd.rn-realaudio;audio/x-midi;audio/x-wav;application/ogg
 
+[Playlist]
+Formats=audio/x-mpegurl
+
 [storage]
 AudioFolders=Music/
 PlaylistPath=Music/Playlists;PLAYLIST/;Playlist/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/htc_snap.mpi 
new/media-player-info-17/media-players/htc_snap.mpi
--- old/media-player-info-16/media-players/htc_snap.mpi 2011-05-17 
09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/htc_snap.mpi 2012-05-30 
10:36:18.000000000 +0200
@@ -7,5 +7,8 @@
 [Media]
 OutputFormats=audio/mpeg;audio/x-ms-wma;audio/aac;audio/x-midi;audio/x-wav
 
+[Playlist]
+Formats=audio/mpegurl;audio/x-mpegurl
+
 [Storage]
 PlaylistPath=Music/Playlists;PLAYLIST/;Playlist/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/htc_touch-hd.mpi 
new/media-player-info-17/media-players/htc_touch-hd.mpi
--- old/media-player-info-16/media-players/htc_touch-hd.mpi     2011-05-17 
09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/htc_touch-hd.mpi     2012-05-30 
10:36:26.000000000 +0200
@@ -7,6 +7,9 @@
 [Media]
 OutputFormats=audio/mpeg;audio/x-ms-wma;audio/x-wav
 
+[Playlist]
+Formats=audio/mpegurl;audio/x-mpegurl
+
 [storage]
 AudioFolders=My Music/
 PlaylistPath=Music/Playlists;PLAYLIST/;Playlist/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/htc_vision.mpi 
new/media-player-info-17/media-players/htc_vision.mpi
--- old/media-player-info-16/media-players/htc_vision.mpi       2011-05-17 
09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/htc_vision.mpi       2012-05-30 
10:36:35.000000000 +0200
@@ -7,6 +7,9 @@
 [Media]
 
OutputFormats=audio/mpeg;audio/x-ms-wma;audio/3gpp;audio/mp4;audio/aac;audio/vnd.rn-realaudio;audio/x-midi;audio/x-wav;application/ogg
 
+[Playlist]
+Formats=audio/mpegurl;audio/x-mpegurl
+
 [storage]
 AudioFolders=Music/
 PlaylistPath=Music/Playlists;PLAYLIST/;Playlist/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/huawei_pulse.mpi 
new/media-player-info-17/media-players/huawei_pulse.mpi
--- old/media-player-info-16/media-players/huawei_pulse.mpi     2011-05-17 
09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/huawei_pulse.mpi     2012-05-30 
10:36:52.000000000 +0200
@@ -7,6 +7,9 @@
 [Media]
 
OutputFormats=audio/mpeg;audio/x-ms-wma;audio/3gpp;audio/mp4;audio/aac;audio/vnd.rn-realaudio;audio/x-midi;audio/x-wav;application/ogg
 
+[Playlist]
+Formats=audio/mpegurl;audio/x-mpegurl
+
 [storage]
 AudioFolders=Music/
 PlaylistPath=Music/Playlists;PLAYLIST/;Playlist/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/motorola_cliq.mpi 
new/media-player-info-17/media-players/motorola_cliq.mpi
--- old/media-player-info-16/media-players/motorola_cliq.mpi    2011-05-17 
09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/motorola_cliq.mpi    2012-05-30 
10:37:06.000000000 +0200
@@ -7,6 +7,9 @@
 [Media]
 OutputFormats=audio/mpeg;audio/aac;application/ogg
 
+[Playlist]
+Formats=audio/mpegurl;audio/x-mpegurl
+
 [storage]
 RequiresEject=true
 AudioFolders=music
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/motorola_droid-2.mpi 
new/media-player-info-17/media-players/motorola_droid-2.mpi
--- old/media-player-info-16/media-players/motorola_droid-2.mpi 2011-05-17 
09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/motorola_droid-2.mpi 2012-05-30 
10:37:19.000000000 +0200
@@ -8,5 +8,8 @@
 [Media]
 
OutputFormats=audio/mpeg;audio/aac;audio/x-aac;application/ogg;audio/amr;audio/amr-wb;audio/midi;audio/x-ms-wma
 
+[Playlist]
+Formats=audio/mpegurl;audio/x-mpegurl
+
 [Storage]
 PlaylistPath=Music/Playlists;PLAYLIST/;Playlist/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/motorola_droid-x.mpi 
new/media-player-info-17/media-players/motorola_droid-x.mpi
--- old/media-player-info-16/media-players/motorola_droid-x.mpi 2011-05-17 
09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/motorola_droid-x.mpi 2012-05-30 
10:37:27.000000000 +0200
@@ -8,6 +8,9 @@
 [Media]
 OutputFormats=audio/mpeg;audio/aac;application/ogg
 
+[Playlist]
+Formats=audio/mpegurl;audio/x-mpegurl
+
 [storage]
 AudioFolders=Music/
 PlaylistPath=Music/Playlists;PLAYLIST/;Playlist/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/motorola_droid_milestone.mpi 
new/media-player-info-17/media-players/motorola_droid_milestone.mpi
--- old/media-player-info-16/media-players/motorola_droid_milestone.mpi 
2011-05-17 09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/motorola_droid_milestone.mpi 
2012-05-30 10:37:38.000000000 +0200
@@ -8,6 +8,9 @@
 [Media]
 OutputFormats=audio/mpeg;audio/aac;application/ogg
 
+[Playlist]
+Formats=audio/mpegurl;audio/x-mpegurl
+
 [storage]
 RequiresEject=true
 AudioFolders=Music/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/nec_lifetouch-note.mpi 
new/media-player-info-17/media-players/nec_lifetouch-note.mpi
--- old/media-player-info-16/media-players/nec_lifetouch-note.mpi       
1970-01-01 01:00:00.000000000 +0100
+++ new/media-player-info-17/media-players/nec_lifetouch-note.mpi       
2012-05-18 15:57:50.000000000 +0200
@@ -0,0 +1,16 @@
+[Device]
+Product=LifeTouch Note
+Vendor=Nec
+AccessProtocol=storage
+DeviceMatch=usb:0409:0300;usb:0409:0301;
+
+[Media]
+OutputFormats=application/ogg;audio/mpeg;audio/flac
+
+[Playlist]
+Formats=audio/x-scpls;audio/x-mpegurl
+
+[storage]
+AudioFolders=Music/
+PlaylistPath=Music/Playlists/
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/nokia_c7-00.mpi 
new/media-player-info-17/media-players/nokia_c7-00.mpi
--- old/media-player-info-16/media-players/nokia_c7-00.mpi      1970-01-01 
01:00:00.000000000 +0100
+++ new/media-player-info-17/media-players/nokia_c7-00.mpi      2012-05-18 
15:57:50.000000000 +0200
@@ -0,0 +1,17 @@
+[Device]
+Product=C7-00
+Vendor=Nokia
+AccessProtocol=storage
+DeviceMatch=usb:0421:03c0;
+
+[Media]
+OutputFormats=audio/mpeg;audio/aac;audio/x-ms-wma;audio/x-midi;audio/x-wav;audio/xmf;audio/amr;audio/amr-wb
+
+[Playlist]
+Formats=audio/x-mpegurl
+
+[storage]
+RequiresEject=true
+PlaylistPath=Playlists/
+AudioFolders=Music/;Music Downloads/;Sounds/Digital/;Sounds/Simple/
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/nokia_n9.mpi 
new/media-player-info-17/media-players/nokia_n9.mpi
--- old/media-player-info-16/media-players/nokia_n9.mpi 1970-01-01 
01:00:00.000000000 +0100
+++ new/media-player-info-17/media-players/nokia_n9.mpi 2012-01-30 
09:01:18.000000000 +0100
@@ -0,0 +1,12 @@
+[Device]
+Product=N9
+Vendor=Nokia
+AccessProtocol=storage
+DeviceMatch=usb:0421:0518;
+
+[Media]
+OutputFormats=audio/3gpp;audio/3ga;audio/3gpp2;audio/amr;audio/x-amr;audio/mpa;audio/mp3;audio/x-mp3;audio/x-mpg;audio/mpeg;audio/mpeg3;audio/mpg3;audio/mpg;audio/mp4;audio/m4a;audio/aac;audio/x-aac;audio/mp4a-latm;audio/wav
+
+[storage]
+AudioFolders=Music/
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/samsung_galaxy-ace.mpi 
new/media-player-info-17/media-players/samsung_galaxy-ace.mpi
--- old/media-player-info-16/media-players/samsung_galaxy-ace.mpi       
2011-10-04 06:45:56.000000000 +0200
+++ new/media-player-info-17/media-players/samsung_galaxy-ace.mpi       
1970-01-01 01:00:00.000000000 +0100
@@ -1,16 +0,0 @@
-[Device]
-Product=Galaxy Ace
-Vendor=Samsung
-AccessProtocol=storage
-DeviceMatch=usb:04e8:689e;
-
-[Media]
-OutputFormats=audio/x-ms-wma;audio/3gpp;audio/mp4;audio/aac;audio/vnd.rn-realaudio;audio/x-midi;audio/x-wav;application/ogg;audio/mpeg;audio/flac
-
-[Playlist]
-Formats=audio/x-scpls;audio/x-mpegurl
-
-[storage]
-AudioFolders=Music/
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/samsung_galaxy-ace_gio.mpi 
new/media-player-info-17/media-players/samsung_galaxy-ace_gio.mpi
--- old/media-player-info-16/media-players/samsung_galaxy-ace_gio.mpi   
1970-01-01 01:00:00.000000000 +0100
+++ new/media-player-info-17/media-players/samsung_galaxy-ace_gio.mpi   
2012-05-18 15:57:50.000000000 +0200
@@ -0,0 +1,16 @@
+[Device]
+Product=Galaxy Ace/Gio
+Vendor=Samsung
+AccessProtocol=storage
+DeviceMatch=usb:04e8:689e;
+
+[Media]
+OutputFormats=audio/x-ms-wma;audio/3gpp;audio/mp4;audio/aac;audio/vnd.rn-realaudio;audio/x-midi;audio/x-wav;application/ogg;audio/mpeg;audio/flac
+
+[Playlist]
+Formats=audio/x-scpls;audio/x-mpegurl
+
+[storage]
+AudioFolders=Music/
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/sony-ericsson_xperia-mini.mpi 
new/media-player-info-17/media-players/sony-ericsson_xperia-mini.mpi
--- old/media-player-info-16/media-players/sony-ericsson_xperia-mini.mpi        
1970-01-01 01:00:00.000000000 +0100
+++ new/media-player-info-17/media-players/sony-ericsson_xperia-mini.mpi        
2012-05-18 15:57:50.000000000 +0200
@@ -0,0 +1,15 @@
+[Device]
+Product=Xperia mini
+Vendor=Sony Ericsson
+AccessProtocol=storage
+DeviceMatch=usb:0fce:e167;
+
+[Media]
+OutputFormats=audio/amr;audio/amr-wb;audio/x-wav;audio/mpeg;audio/mp4;audio/midi;audio/imelody;audio/3gpp;audio/mp4;application/ogg
+
+[Playlist]
+Formats=audio/x-mpegurl;audio/x-scpls
+
+[storage]
+AudioFolders=Music/
+PlaylistPath=Playlists/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/sony-ericsson_xperia-x10-mini.mpi 
new/media-player-info-17/media-players/sony-ericsson_xperia-x10-mini.mpi
--- old/media-player-info-16/media-players/sony-ericsson_xperia-x10-mini.mpi    
2011-05-17 09:19:00.000000000 +0200
+++ new/media-player-info-17/media-players/sony-ericsson_xperia-x10-mini.mpi    
2012-05-30 10:43:26.000000000 +0200
@@ -2,7 +2,7 @@
 Product=Xperia X10 mini
 Vendor=Sony Ericsson
 AccessProtocol=storage
-DeviceMatch=usb:0fce:3137;usb:0fce:2137;
+DeviceMatch=usb:0fce:3137;usb:0fce:2137;usb:0fce:612e;
 
 [Media]
 
OutputFormats=audio/mpeg;audio/x-ms-wma;audio/3gpp;audio/mp4;audio/aac;audio/vnd.rn-realaudio;audio/x-midi;audio/x-wav;application/ogg;audio/amr-wbr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/sony-ericsson_xperia-x12.mpi 
new/media-player-info-17/media-players/sony-ericsson_xperia-x12.mpi
--- old/media-player-info-16/media-players/sony-ericsson_xperia-x12.mpi 
2011-10-04 06:45:56.000000000 +0200
+++ new/media-player-info-17/media-players/sony-ericsson_xperia-x12.mpi 
2012-05-18 15:57:50.000000000 +0200
@@ -1,5 +1,5 @@
 [Device]
-Product=Xperia X12
+Product=Xperia Arc/X12
 Vendor=Sony Ericsson
 AccessProtocol=storage
 DeviceMatch=usb:0fce:e14f;usb:0fce:614f;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/media-players/trekstor_i.beat-jess.mpi 
new/media-player-info-17/media-players/trekstor_i.beat-jess.mpi
--- old/media-player-info-16/media-players/trekstor_i.beat-jess.mpi     
1970-01-01 01:00:00.000000000 +0100
+++ new/media-player-info-17/media-players/trekstor_i.beat-jess.mpi     
2012-01-31 17:50:30.000000000 +0100
@@ -0,0 +1,8 @@
+[Device]
+Product=i.Beat Jess
+Vendor=TrekStor
+AccessProtocol=storage
+DeviceMatch=usb:0835:2835;
+
+[Media]
+OutputFormats=audio/mpeg;audio/x-ms-wma;audio/x-wav
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/media-player-info-16/missing new/media-player-info-17/missing
--- old/media-player-info-16/missing    2011-11-06 22:44:52.000000000 +0100
+++ new/media-player-info-17/missing    2012-04-27 15:30:03.000000000 +0200
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2012-01-06.13; # UTC
 
 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
-# 2008, 2009 Free Software Foundation, Inc.
+# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -84,7 +84,6 @@
   help2man     touch the output file
   lex          create \`lex.yy.c', if possible, from existing .c
   makeinfo     touch the output file
-  tar          try tar, gnutar, gtar, then tar without non-portable flags
   yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
 
 Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
@@ -122,15 +121,6 @@
     # Not GNU programs, they don't have --version.
     ;;
 
-  tar*)
-    if test -n "$run"; then
-       echo 1>&2 "ERROR: \`tar' requires --run"
-       exit 1
-    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
-       exit 1
-    fi
-    ;;
-
   *)
     if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
        # We have it, but it failed.
@@ -226,7 +216,7 @@
          \`Bison' from any GNU archive site."
     rm -f y.tab.c y.tab.h
     if test $# -ne 1; then
-        eval LASTARG="\${$#}"
+        eval LASTARG=\${$#}
        case $LASTARG in
        *.y)
            SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
@@ -256,7 +246,7 @@
          \`Flex' from any GNU archive site."
     rm -f lex.yy.c
     if test $# -ne 1; then
-        eval LASTARG="\${$#}"
+        eval LASTARG=\${$#}
        case $LASTARG in
        *.l)
            SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
@@ -318,41 +308,6 @@
     touch $file
     ;;
 
-  tar*)
-    shift
-
-    # We have already tried tar in the generic part.
-    # Look for gnutar/gtar before invocation to avoid ugly error
-    # messages.
-    if (gnutar --version > /dev/null 2>&1); then
-       gnutar "$@" && exit 0
-    fi
-    if (gtar --version > /dev/null 2>&1); then
-       gtar "$@" && exit 0
-    fi
-    firstarg="$1"
-    if shift; then
-       case $firstarg in
-       *o*)
-           firstarg=`echo "$firstarg" | sed s/o//`
-           tar "$firstarg" "$@" && exit 0
-           ;;
-       esac
-       case $firstarg in
-       *h*)
-           firstarg=`echo "$firstarg" | sed s/h//`
-           tar "$firstarg" "$@" && exit 0
-           ;;
-       esac
-    fi
-
-    echo 1>&2 "\
-WARNING: I can't seem to be able to run \`tar' with the given arguments.
-         You may want to install GNU tar or Free paxutils, or check the
-         command line arguments."
-    exit 1
-    ;;
-
   *)
     echo 1>&2 "\
 WARNING: \`$1' is needed, and is $msg.

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to