mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-06 07:19:51 +01:00
Fix libprojectM's pkgconfig name and correct the MimeType line in the .desktop
This commit is contained in:
parent
95bb4eccea
commit
24134dd1ab
@ -128,7 +128,7 @@ if(ENABLE_VISUALISATIONS)
|
||||
# to system installed projectM instead.
|
||||
option(USE_SYSTEM_PROJECTM "Don't set this option unless your system projectM library has been compiled with the Clementine patches in 3rdparty" OFF)
|
||||
if(USE_SYSTEM_PROJECTM)
|
||||
pkg_check_modules(LIBPROJECTM projectM)
|
||||
pkg_check_modules(LIBPROJECTM libprojectM)
|
||||
else(USE_SYSTEM_PROJECTM)
|
||||
add_subdirectory(3rdparty/libprojectm)
|
||||
set(LIBPROJECTM_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/libprojectm)
|
||||
|
2
dist/clementine.desktop
vendored
2
dist/clementine.desktop
vendored
@ -10,4 +10,4 @@ Icon=application-x-clementine
|
||||
Terminal=false
|
||||
Categories=AudioVideo;Player;Qt;
|
||||
StartupNotify=false
|
||||
MimeType=application/ogg;application/x-ogg;application/x-ogm-audio;audio/aac;audio/mp4;audio/mpeg;audio/mpegurl;audio/ogg;audio/vnd.rn-realaudio;audio/vorbis;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-wav;video/x-ms-asf;x-content/audio-player
|
||||
MimeType=application/ogg;application/x-ogg;application/x-ogm-audio;audio/aac;audio/mp4;audio/mpeg;audio/mpegurl;audio/ogg;audio/vnd.rn-realaudio;audio/vorbis;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-wav;video/x-ms-asf;x-content/audio-player;
|
||||
|
Loading…
Reference in New Issue
Block a user