ports/audio/mpg123.el/files/extra-mpg123-patch-mpg123.el
mew14930xvi de2bb07648 audio/mpg123.el: update to 1.65 and change maintainer
Changelog:
* Support emacs-28
* Workaround for recent mpg123 output of status line
* Default audio player now switched to MPlayer
* Instant Forward/Backward by setting mpg123-time-slide-instant-seek

New maintainer: mew14930xvi <mew14930xvi@inbox.lv>

PR:		277985
Approved by:	arrowd (mentor, implicit)
2024-03-27 23:20:22 +03:00

16 lines
505 B
EmacsLisp

--- mpg123.el.orig 2024-03-27 15:59:38 UTC
+++ mpg123.el
@@ -608,12 +608,7 @@
;;; Code:
-(defvar mpg123-use-mplayer
- (or (and (fboundp 'executable-find)
- (executable-find "mplayer"))
- (and (featurep 'xemacs)
- (fboundp 'exec-installed-p)
- (exec-installed-p "mplayer")))
+(defvar mpg123-use-mplayer nil
"*Use mplayer command instead of mp123/ogg123.")
;; Linux users still using OSS rather than ALSA may wish to use
;; (setq mpg123-mixer-type 'aumix) before loading mpg123.el