diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-15 19:23:30 +0800 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-15 19:23:30 +0800 |
commit | 0277521b268b21caf0ee21202b92784f302baadc (patch) | |
tree | 5d856f96adfbe46b57da31cf60daa1084b4e7a1e /dilos/core/tdemultimedia/debian/noatun-trinity.mime | |
parent | eb16e7c7281e182297581fa8d565561869c81bca (diff) | |
download | tde-packaging-0277521b268b21caf0ee21202b92784f302baadc.tar.gz tde-packaging-0277521b268b21caf0ee21202b92784f302baadc.zip |
DEB: adjusted to new 'core' folder for main packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dilos/core/tdemultimedia/debian/noatun-trinity.mime')
-rw-r--r-- | dilos/core/tdemultimedia/debian/noatun-trinity.mime | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dilos/core/tdemultimedia/debian/noatun-trinity.mime b/dilos/core/tdemultimedia/debian/noatun-trinity.mime new file mode 100644 index 000000000..4b757de3d --- /dev/null +++ b/dilos/core/tdemultimedia/debian/noatun-trinity.mime @@ -0,0 +1,7 @@ +application/ogg; noatun --nofork %s; nametemplate=%s.ogg; test=test "$DISPLAY" != "" +application/x-ogg; noatun --nofork %s; nametemplate=%s.ogg; test=test "$DISPLAY" != "" +audio/mpeg; noatun --nofork %s; nametemplate=%s.mpg; test=test "$DISPLAY" != "" +audio/mpegurl; noatun --nofork %s; nametemplate=%s.m3u; test=test "$DISPLAY" != "" +audio/x-mp2; noatun --nofork %s; nametemplate=%s.mp2; test=test "$DISPLAY" != "" +audio/x-mp3; noatun --nofork %s; nametemplate=%s.mp3; test=test "$DISPLAY" != "" +audio/x-wav; noatun --nofork %s; nametemplate=%s.wav; test=test "$DISPLAY" != "" |