- mc-ext-audio.patch: refresh patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=145
This commit is contained in:
parent
d97240586a
commit
4104642fbd
@ -1,50 +1,61 @@
|
||||
Index: misc/mc.ext.in
|
||||
Index: mc-4.8.29/misc/mc.ext.ini.in
|
||||
===================================================================
|
||||
--- misc/mc.ext.in.orig
|
||||
+++ misc/mc.ext.in
|
||||
@@ -573,17 +573,20 @@ shell/i/.svg
|
||||
### Sound files ###
|
||||
|
||||
regex/i/\.(wav|snd|voc|au|smp|aiff|snd|m4a|ape|aac|wv)$
|
||||
--- mc-4.8.29.orig/misc/mc.ext.ini.in
|
||||
+++ mc-4.8.29/misc/mc.ext.ini.in
|
||||
@@ -557,23 +557,26 @@ Open=@EXTHELPERSDIR@/image.sh open svg
|
||||
[sound]
|
||||
Regex=\.(wav|snd|voc|au|smp|aiff|snd|m4a|ape|aac|wv|spx|flac)$
|
||||
RegexIgnoreCase=true
|
||||
-Open=@EXTHELPERSDIR@/sound.sh open common
|
||||
+Include=audio
|
||||
View=%view{ascii} @EXTHELPERSDIR@/sound.sh view common
|
||||
|
||||
regex/i/\.(mod|s3m|xm|it|mtm|669|stm|ult|far)$
|
||||
[mod]
|
||||
Regex=\.(mod|s3m|xm|it|mtm|669|stm|ult|far)$
|
||||
RegexIgnoreCase=true
|
||||
Open=@EXTHELPERSDIR@/sound.sh open mod
|
||||
+View=%view{ascii} @EXTHELPERSDIR@/sound.sh view mod
|
||||
|
||||
shell/i/.waw22
|
||||
[wav22]
|
||||
Shell=.waw22
|
||||
ShellIgnoreCase=true
|
||||
Open=@EXTHELPERSDIR@/sound.sh open wav22
|
||||
+ View=%view{ascii} @EXTHELPERSDIR@/sound.sh view wav22
|
||||
+View=%view{ascii} @EXTHELPERSDIR@/sound.sh view mod
|
||||
|
||||
shell/i/.mp3
|
||||
[mp3]
|
||||
Shell=.mp3
|
||||
ShellIgnoreCase=true
|
||||
Open=@EXTHELPERSDIR@/sound.sh open mp3
|
||||
+Include=audio
|
||||
View=%view{ascii} @EXTHELPERSDIR@/sound.sh view mp3
|
||||
|
||||
regex/i/\.og[gax]$
|
||||
@@ -595,15 +598,22 @@ shell/i/.opus
|
||||
View=%view{ascii} @EXTHELPERSDIR@/sound.sh view opus
|
||||
|
||||
regex/i/\.(spx|flac)$
|
||||
- Open=@EXTHELPERSDIR@/sound.sh open common
|
||||
+ Include=audio
|
||||
|
||||
regex/i/\.(midi?|rmid?)$
|
||||
[ogg]
|
||||
@@ -592,6 +595,7 @@ View=%view{ascii} @EXTHELPERSDIR@/sound.
|
||||
Regex=\.(midi?|rmid?)$
|
||||
RegexIgnoreCase=true
|
||||
Open=@EXTHELPERSDIR@/sound.sh open midi
|
||||
+View=%view{ascii} @EXTHELPERSDIR@/sound.sh view midi
|
||||
|
||||
shell/i/.wma
|
||||
[wma]
|
||||
Shell=.wma
|
||||
@@ -599,6 +603,10 @@ ShellIgnoreCase=true
|
||||
Open=@EXTHELPERSDIR@/sound.sh open wma
|
||||
View=%view{ascii} @EXTHELPERSDIR@/sound.sh view wma
|
||||
|
||||
+shell/i/.mka
|
||||
+[mka]
|
||||
+Shell=.mka
|
||||
+Include=audio
|
||||
+
|
||||
+include/audio
|
||||
# Play list
|
||||
[playlist]
|
||||
Regex=\.(m3u|pls)$
|
||||
@@ -1115,6 +1123,9 @@ View=%view{ascii} @EXTHELPERSDIR@/image.
|
||||
Open=@EXTHELPERSDIR@/video.sh open ALL_FORMATS
|
||||
View=%view{ascii} @EXTHELPERSDIR@/video.sh view ALL_FORMATS
|
||||
|
||||
+[Include/audio]
|
||||
+Open=@EXTHELPERSDIR@/sound.sh open common
|
||||
+View=%view{ascii} @EXTHELPERSDIR@/sound.sh view common
|
||||
|
||||
### Play lists ###
|
||||
######### Default #########
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 23 11:23:59 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
- mc-ext-audio.patch: refresh patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 19 09:44:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user