Search Criteria
Package Details: emms-git 2:5.2.r9.rg2bad5e6-1
Git Clone URL: | https://aur.archlinux.org/emms-git.git (read-only, click to copy) |
---|---|
Package Base: | emms-git |
Description: | Emacs MultiMedia System -- git version |
Upstream URL: | http://www.gnu.org/software/emms/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | escondida |
Maintainer: | None |
Last Packager: | haawda |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2008-08-03 04:00 |
Last Updated: | 2019-10-31 20:54 |
Dependencies (10)
- emacs (emacs-git-gtk2, guile-emacs-git, emacs-nox-24bit, emacs25-git, emacs-git-shallow, emacs-24bit, emacs26-git, emacs-lucid-git, emacs-gtk2, emacs-pretest, emacs-lucid, emacs27-git, emacs-xwidgets, emacs-git, emacs-native-comp-git, emacs-pgtk-native-comp-git, emacs-gcc-wayland-devel-bin, emacs-native-comp-git-enhanced, emacs-nox)
- taglib (taglib-git)
- git (git-git) (make)
- texinfo (texinfo-git) (make)
- mp3info (optional) – mp3 tag support
- mpd (mpd-lightest, mpd-light-pulse, mpd-sidplay, mpd-minimal, mpd-server-minimal, mpd-git, mpd-light, mpd-smbclient, mpd-sacd) (optional) – mpd support
- mpg123 (mpg321, mpg123-svn) (optional) – mp3 support
- mplayer (mplayer-light-svn, mplayer2, mplayer2-build-git, mplayer-vaapi, mplayer-svn, mplayer-gui, mplayer-gui-svn) (optional) – mplayer support
- vorbis-tools (vorbis-tools-git) (optional) – ogg support
- xine (optional) – xine support
Latest Comments
1 2 Next › Last »
haawda commented on 2014-01-06 22:08
Thanks for the suggestion. I added a prepare function to change Makefile accordingly.
holos commented on 2014-01-06 18:07
Thanks. I'm running the repo emacs 24.3, so that might be it.
To keep emms-setup.el from being byte compiled, you could add it to SPECIAL in the lisp/Makefile instead of mv'ing the file.
haawda commented on 2014-01-05 13:26
Sorry, cannot confirm. Works for me.
I have emacs compiled from my emacs-xwidget-bzr package.
GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.6)
of 2013-12-28 on frege
Copyright (C) 2013 Free Software Foundation, Inc.
holos commented on 2014-01-05 01:02
M-x load-lib RET emms-player-mpd RET
emms-player-mpd-get-supported-regexp: Symbol's function definition is void: mapcan
haawda commented on 2013-04-08 13:20
pacman-4.1-ready PKGBUILD
haawda commented on 2011-06-20 17:48
I found an dirty trick to solve this issue: do not byte-compile emms-setup.el.
mv lisp/emms-setup.el lisp/emms-setup.e!
and
mv lisp/emms-setup.e! lisp/emms-setup.el
prevent this.
Anonymous comment on 2011-06-20 03:36
Thanks for the explanation, Stefan. I see that I failed to catch that note in the emms.install file. My bad.
haawda commented on 2011-06-19 22:26
I found an dirty trick to solve this issue: do not byte-compile emms-setup.el.
mv lisp/emms-setup.el lisp/emms-setup.e!
and
mv lisp/emms-setup.e! lisp/emms-setup.el
prevent this.
haawda commented on 2011-06-19 20:06
Yes, this is a necessary step. A package should not touch the user's directory automatically. Thank you for pointing that out.
Anonymous comment on 2011-06-19 17:06
Not sure if this is the right place, but I noticed a bug during install. When I do a makepkg -s, it ends up failing because the directory ~/.emacs.d/emms does not exist.
After I manually created that directory and reran makepkg -s, it successfully creates the package.
HTH,
Jamey Cribbs