diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-26 18:31:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-03 10:49:06 +0900 |
commit | 90a7edbd02efdab6ceb86552c3f71a5abf35aa48 (patch) | |
tree | 2d44bab2c7b01cfdd567df5cde2c13821cdfb6ac | |
parent | 3c2f3996f9a343e6a60a721b96503bb13b7040ad (diff) | |
download | tde-packaging-90a7edbd.tar.gz tde-packaging-90a7edbd.zip |
DEB tdemultimedia: add tdefile plugin for mp4 files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e3ca85804d4b3366ff73373ccca3fe3db004100d)
3 files changed, 9 insertions, 0 deletions
diff --git a/debian/_base/core/tdemultimedia/debian/tdemultimedia-tdefile-plugins-trinity.install b/debian/_base/core/tdemultimedia/debian/tdemultimedia-tdefile-plugins-trinity.install index 13381df12..ad63bce71 100644 --- a/debian/_base/core/tdemultimedia/debian/tdemultimedia-tdefile-plugins-trinity.install +++ b/debian/_base/core/tdemultimedia/debian/tdemultimedia-tdefile-plugins-trinity.install @@ -8,6 +8,8 @@ debian/tmp/opt/trinity/lib/trinity/tdefile_m3u.la debian/tmp/opt/trinity/lib/trinity/tdefile_m3u.so debian/tmp/opt/trinity/lib/trinity/tdefile_mp3.la debian/tmp/opt/trinity/lib/trinity/tdefile_mp3.so +debian/tmp/opt/trinity/lib/trinity/tdefile_mp4.la +debian/tmp/opt/trinity/lib/trinity/tdefile_mp4.so debian/tmp/opt/trinity/lib/trinity/tdefile_mpc.la debian/tmp/opt/trinity/lib/trinity/tdefile_mpc.so debian/tmp/opt/trinity/lib/trinity/tdefile_mpeg.la @@ -25,6 +27,7 @@ debian/tmp/opt/trinity/share/services/tdefile_avi.desktop debian/tmp/opt/trinity/share/services/tdefile_flac.desktop debian/tmp/opt/trinity/share/services/tdefile_m3u.desktop debian/tmp/opt/trinity/share/services/tdefile_mp3.desktop +debian/tmp/opt/trinity/share/services/tdefile_mp4.desktop debian/tmp/opt/trinity/share/services/tdefile_mpc.desktop debian/tmp/opt/trinity/share/services/tdefile_mpeg.desktop debian/tmp/opt/trinity/share/services/tdefile_ogg.desktop diff --git a/dilos/core/tdemultimedia/debian/tdemultimedia-tdefile-plugins-trinity.install b/dilos/core/tdemultimedia/debian/tdemultimedia-tdefile-plugins-trinity.install index d2888e40f..e80f9c85e 100644 --- a/dilos/core/tdemultimedia/debian/tdemultimedia-tdefile-plugins-trinity.install +++ b/dilos/core/tdemultimedia/debian/tdemultimedia-tdefile-plugins-trinity.install @@ -8,6 +8,8 @@ debian/tmp/usr/lib/*/trinity/tdefile_m3u.la debian/tmp/usr/lib/*/trinity/tdefile_m3u.so debian/tmp/usr/lib/*/trinity/tdefile_mp3.la debian/tmp/usr/lib/*/trinity/tdefile_mp3.so +debian/tmp/usr/lib/*/trinity/tdefile_mp4.la +debian/tmp/usr/lib/*/trinity/tdefile_mp4.so debian/tmp/usr/lib/*/trinity/tdefile_mpc.la debian/tmp/usr/lib/*/trinity/tdefile_mpc.so debian/tmp/usr/lib/*/trinity/tdefile_mpeg.la @@ -25,6 +27,7 @@ debian/tmp/usr/share/services/tdefile_avi.desktop debian/tmp/usr/share/services/tdefile_flac.desktop debian/tmp/usr/share/services/tdefile_m3u.desktop debian/tmp/usr/share/services/tdefile_mp3.desktop +debian/tmp/usr/share/services/tdefile_mp4.desktop debian/tmp/usr/share/services/tdefile_mpc.desktop debian/tmp/usr/share/services/tdefile_mpeg.desktop debian/tmp/usr/share/services/tdefile_ogg.desktop diff --git a/ubuntu/_base/core/tdemultimedia/debian/tdemultimedia-tdefile-plugins-trinity.install b/ubuntu/_base/core/tdemultimedia/debian/tdemultimedia-tdefile-plugins-trinity.install index 13381df12..ad63bce71 100644 --- a/ubuntu/_base/core/tdemultimedia/debian/tdemultimedia-tdefile-plugins-trinity.install +++ b/ubuntu/_base/core/tdemultimedia/debian/tdemultimedia-tdefile-plugins-trinity.install @@ -8,6 +8,8 @@ debian/tmp/opt/trinity/lib/trinity/tdefile_m3u.la debian/tmp/opt/trinity/lib/trinity/tdefile_m3u.so debian/tmp/opt/trinity/lib/trinity/tdefile_mp3.la debian/tmp/opt/trinity/lib/trinity/tdefile_mp3.so +debian/tmp/opt/trinity/lib/trinity/tdefile_mp4.la +debian/tmp/opt/trinity/lib/trinity/tdefile_mp4.so debian/tmp/opt/trinity/lib/trinity/tdefile_mpc.la debian/tmp/opt/trinity/lib/trinity/tdefile_mpc.so debian/tmp/opt/trinity/lib/trinity/tdefile_mpeg.la @@ -25,6 +27,7 @@ debian/tmp/opt/trinity/share/services/tdefile_avi.desktop debian/tmp/opt/trinity/share/services/tdefile_flac.desktop debian/tmp/opt/trinity/share/services/tdefile_m3u.desktop debian/tmp/opt/trinity/share/services/tdefile_mp3.desktop +debian/tmp/opt/trinity/share/services/tdefile_mp4.desktop debian/tmp/opt/trinity/share/services/tdefile_mpc.desktop debian/tmp/opt/trinity/share/services/tdefile_mpeg.desktop debian/tmp/opt/trinity/share/services/tdefile_ogg.desktop |