Bug#824695: phonon4qt5-backend-vlc: List of mime types do not match the ones in the vlc desktop file

2016-05-18 Thread Petter Reinholdtsen
[Diederik de Haas]
> phonon-backend-vlc 0.9.0-1 just got accepted to unstable and the git repo has 
> the latest sources which is probably more useful to check (again).
> https://anonscm.debian.org/cgit/pkg-kde/kde-std/phonon-backend-vlc.git/

I checked by checking out the git source of vlc and fetching the source
of the backend package, and running these commands in the vlc source:

  sed 's/ *#.*//' share/vlc.desktop.mimetypes|sort -u > foo
  grep / ../phonon-backend-vlc-0.8.2/MimeTypes.cmake | \
awk '{print $1}' | sort -u > bar
  comm -23 foo bar
  comm -13 foo bar

-- 
Happy hacking
Petter Reinholdtsen



Bug#824695: phonon4qt5-backend-vlc: List of mime types do not match the ones in the vlc desktop file

2016-05-18 Thread Diederik de Haas
On Wednesday 18 May 2016 21:28:51 Petter Reinholdtsen wrote:
> Package: phonon4qt5-backend-vlc
> Version: 0.8.2-1
> 
> When comparing the list of MIME types in
> phonon-backend-vlc-0.8.2/MimeTypes.cmake with the file
> share/vlc.desktop.mimetypes in the vlc upstream git, the list of MIME
> types do mot match each other.  

phonon-backend-vlc 0.9.0-1 just got accepted to unstable and the git repo has 
the latest sources which is probably more useful to check (again).
https://anonscm.debian.org/cgit/pkg-kde/kde-std/phonon-backend-vlc.git/

signature.asc
Description: This is a digitally signed message part.


Bug#824695: phonon4qt5-backend-vlc: List of mime types do not match the ones in the vlc desktop file

2016-05-18 Thread Maximiliano Curia

Control: tag -1 + upstream
Control: forwarded -1 https://bugs.kde.org/show_bug.cgi?id=363240

¡Hola Petter!

El 2016-05-18 a las 21:28 +0200, Petter Reinholdtsen escribió:
Package: phonon4qt5-backend-vlc 
Version: 0.8.2-1


When comparing the list of MIME types in 
phonon-backend-vlc-0.8.2/MimeTypes.cmake with the file 
share/vlc.desktop.mimetypes in the vlc upstream git, the list of MIME 
types do mot match each other.  These ones are missing in the phonon 
backend build rules:



Should these two list be synced?


I'm not sure, so I've forwarded the bug upstream, the upstream bug can be 
tracked: https://bugs.kde.org/show_bug.cgi?id=363240


The list of MIME types in the upstream git repository was recently 
extended, but I was not aware of the list of MIME types in the phonon 
backend when doing so.


AFAICS, the mimetypes in the backends are used by phonon to know the 
backend capabilities, I'm not sure if this has any user facing effect.


Happy hacking,
--
"If a pickpocket meets a saint, he sees only his pockets."
-- Kegley's Law
Saludos /\/\ /\ >< `/


signature.asc
Description: Digital signature


Bug#824695: phonon4qt5-backend-vlc: List of mime types do not match the ones in the vlc desktop file

2016-05-18 Thread Petter Reinholdtsen

Package: phonon4qt5-backend-vlc
Version: 0.8.2-1

When comparing the list of MIME types in
phonon-backend-vlc-0.8.2/MimeTypes.cmake with the file
share/vlc.desktop.mimetypes in the vlc upstream git, the list of MIME
types do mot match each other.  These ones are missing in the phonon
backend build rules:

application/mpeg4-iod
application/mpeg4-muxcodetable
application/mxf
application/ram
application/sdp
application/vnd.apple.mpegurl
application/vnd.ms-asf
application/vnd.ms-wpl
application/vnd.rn-realmedia-vbr
application/x-extension-m4a
application/x-flac
application/x-matroska
application/x-quicktime-media-link
application/x-shockwave-flash
application/xspf+xml
audio/aac
audio/ac3
audio/AMR
audio/AMR-WB
audio/dv
audio/eac3
audio/flac
audio/m4a
audio/mp1
audio/mp2
audio/mpegurl
audio/mpg
audio/ogg
audio/opus
audio/scpls
audio/vnd.dolby.heaac.1
audio/vnd.dolby.heaac.2
audio/vnd.dolby.mlp
audio/vnd.dts
audio/vnd.dts.hd
audio/x-aac
audio/x-gsm
audio/x-mp1
audio/x-mp2
audio/x-mpg
audio/x-ms-asf
audio/x-ms-asx
audio/x-ms-wax
audio/x-musepack
audio/x-pn-realaudio
audio/x-scpls
audio/x-shorten
audio/x-speex
audio/x-tta
audio/x-vorbis
audio/x-wavpack
image/vnd.rn-realpix
misc/ultravox
text/google-video-pointer
text/x-google-video-pointer
video/3gp
video/dv
video/fli
video/mp2t
video/mp4v-es
video/vnd.divx
video/vnd.mpegurl
video/vnd.rn-realvideo
video/x-avi
video/x-flc
video/x-fli
video/x-mpeg2
video/x-ms-asf-plugin
video/x-ms-asx
video/x-ms-wm
video/x-ms-wmx
video/x-nsv
video/x-ogm+ogg
video/x-theora
video/x-theora+ogg
x-content/audio-cdda
x-content/audio-player
x-content/video-dvd
x-content/video-svcd
x-content/video-vcd
x-scheme-handler/icy
x-scheme-handler/icyx
x-scheme-handler/mms
x-scheme-handler/mmsh
x-scheme-handler/rtmp
x-scheme-handler/rtp
x-scheme-handler/rtsp

While these are missing in the vlc upstream git reposiory:

application/x-annodex
audio/168sv
audio/8svx
audio/aiff
audio/mpeg2
audio/mpeg3
audio/prs.sid
audio/vnd.rn-realmedia
audio/x-16sv
audio/x-8svx
audio/x-basic
audio/x-mpeg2
audio/x-mpeg3
audio/x-ogg
audio/x-speex+ogg
image/ilbm
image/png
image/x-ilbm
image/x-png
video/anim
video/avi
video/mkv
video/mng
video/mpg
video/x-flic
video/x-mng
video/x-ms-wma
video/x-quicktime

Should these two list be synced?

The list of MIME types in the upstream git repository was recently
extended, but I was not aware of the list of MIME types in the phonon
backend when doing so.

-- 
Happy hacking
Petter Reinholdtsen