From: Benjamin Drung Date: Wed, 28 Sep 2022 13:20:05 +0000 (+0200) Subject: Add mime type for 'aup3' file extension X-Git-Tag: archive/raspbian/3.6.3+dfsg-1+rpi1~1^2^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=502dd82534db30309a57742c869dbf2895a0b6d1;p=audacity.git Add mime type for 'aup3' file extension The new file extension `.aup3` is not recognized on Linux. Add a new mime type `application/x-audacity-project+sqlite3` for the file extension `.aup3` and add this mime type to the supported mime types of audacity. Ideally the Audacity team should register two mime types at IATA. These mime type should probably be named `audio/vnd.audacity.project+sqlite3` and `audio/vnd.audacity.project+xml`. Forwarded: https://github.com/audacity/audacity/pull/3713 Signed-off-by: Benjamin Drung Gbp-Pq: Name Add-mime-type-for-aup3-file-extension.patch --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9039256f..226f05df 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1464,6 +1464,7 @@ else() # entries in the list.) set( MIMETYPES application/x-audacity-project + application/x-audacity-project+sqlite3 ) if( USE_FFMPEG ) list( APPEND MIMETYPES diff --git a/src/audacity.xml b/src/audacity.xml index 9af55f53..91206c1c 100644 --- a/src/audacity.xml +++ b/src/audacity.xml @@ -5,4 +5,9 @@ Audacity project + + + Audacity project + +