mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
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)
16 lines
505 B
EmacsLisp
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
|