From 502dd82534db30309a57742c869dbf2895a0b6d1 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 28 Sep 2022 15:20:05 +0200 Subject: [PATCH] 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 --- src/CMakeLists.txt | 1 + src/audacity.xml | 5 +++++ 2 files changed, 6 insertions(+) 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 + + -- 2.30.2