Сравнение mpg123-el-1.61 с mpg123-el-1.65
| /usr/portage/app-emacs/mpg123-el/mpg123-el-1.65.ebuild 2025-02-03 17:39:32.294665014 +0300 | ||
|---|---|---|
| 1 | 
    # Copyright 1999-2022 Gentoo Authors  | 
  |
| 1 | 
    # Copyright 1999-2025 Gentoo Authors  | 
  |
| 2 | 2 | 
    # Distributed under the terms of the GNU General Public License v2  | 
  
| 3 | 3 | |
| 4 | 
    EAPI=7  | 
  |
| 4 | 
    EAPI=8  | 
  |
| 5 | 5 | |
| 6 | 
    inherit elisp toolchain-funcs  | 
  |
| 6 | 
    inherit elisp flag-o-matic toolchain-funcs  | 
  |
| 7 | 7 | |
| 8 | 8 | 
    DESCRIPTION="Emacs front-end to mpg123 audio player and OggVorbis audio player"  | 
  
| 9 | 
    HOMEPAGE="http://www.gentei.org/~yuuji/software/mpg123el/"  | 
  |
| 9 | 
    HOMEPAGE="https://www.gentei.org/~yuuji/software/mpg123el/"  | 
  |
| 10 | 10 | 
    SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
   | 
  
| 11 | 11 | |
| 12 | 12 | 
    LICENSE="mpg123-el"  | 
  
| 13 | 13 | 
    SLOT="0"  | 
  
| 14 | 
    KEYWORDS="amd64 ppc x86"  | 
  |
| 14 | 
    KEYWORDS="~amd64 ppc x86"  | 
  |
| 15 | 15 | |
| 16 | 16 | 
    RDEPEND="media-sound/mpg123  | 
  
| 17 | 17 | 
    media-sound/alsa-utils"  | 
  
| 18 | 18 | |
| 19 | 
    PATCHES=( "${FILESDIR}/${P}-stdlib.patch" )
   | 
  |
| 19 | 
    PATCHES=( "${FILESDIR}/${PN}-1.61-stdlib.patch" )
   | 
  |
| 20 | 20 | 
    SITEFILE="50${PN}-gentoo.el"
   | 
  
| 21 | 21 | |
| 22 | 22 | 
    src_compile() {
   | 
  
| 23 | 
    append-flags -std=gnu17  | 
  |
| 23 | 24 | 
    	$(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o tagput tagput.c || die
   | 
  
| 24 | 25 | 
    	$(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o id3put id3put.c || die
   | 
  
| 25 | 26 | 
    elisp-compile *.el  |