Diff smpeg-0.4.4-r11 with a smpeg-0.4.4-r12
| /usr/portage/media-libs/smpeg/smpeg-0.4.4-r12.ebuild 2024-12-25 14:59:49.743270106 +0300 | ||
|---|---|---|
| 1 | 
    # Copyright 1999-2021 Gentoo Authors  | 
  |
| 1 | 
    # Copyright 1999-2023 Gentoo Authors  | 
  |
| 2 | 2 | 
    # Distributed under the terms of the GNU General Public License v2  | 
  
| 3 | 3 | |
| 4 | 4 | 
    EAPI=8  | 
  
| ... | ... | |
| 7 | 7 | |
| 8 | 8 | 
    DESCRIPTION="SDL MPEG Player Library"  | 
  
| 9 | 9 | 
    HOMEPAGE="https://icculus.org/smpeg/"  | 
  
| 10 | 
    SRC_URI="https://mirrors.dotsrc.org/lokigames/open-source/smpeg/${P}.tar.gz
   | 
  |
| 11 | 
    	mirror://gentoo/${P}-gtkm4.patch.bz2"
   | 
  |
| 10 | 
    SRC_URI="  | 
  |
| 11 | 
    	https://mirrors.dotsrc.org/lokigames/open-source/smpeg/${P}.tar.gz
   | 
  |
| 12 | 
    	https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/smpeg-0.4.4-patches.tar.xz
   | 
  |
| 13 | 
    "  | 
  |
| 12 | 14 | |
| 13 | 15 | 
    LICENSE="LGPL-2+"  | 
  
| 14 | 16 | 
    SLOT="0"  | 
  
| ... | ... | |
| 24 | 26 | 
    DEPEND="${RDEPEND}"
   | 
  
| 25 | 27 | |
| 26 | 28 | 
    PATCHES=(  | 
  
| 27 | 
    	"${FILESDIR}"/${P}-automake.patch
   | 
  |
| 28 | 
    	"${FILESDIR}"/${P}-config.patch
   | 
  |
| 29 | 
    	"${FILESDIR}"/${P}-flags.patch
   | 
  |
| 30 | 
    	"${FILESDIR}"/${P}-format.patch
   | 
  |
| 31 | 
    	"${FILESDIR}"/${P}-gcc41.patch
   | 
  |
| 32 | 
    	"${FILESDIR}"/${P}-gcc6.patch
   | 
  |
| 33 | 
    	"${FILESDIR}"/${P}-gnu-stack.patch
   | 
  |
| 34 | 
    	"${FILESDIR}"/${P}-m4.patch
   | 
  |
| 35 | 
    	"${FILESDIR}"/${P}-malloc.patch
   | 
  |
| 36 | 
    	"${FILESDIR}"/${P}-missing-init.patch
   | 
  |
| 37 | 
    	"${FILESDIR}"/${P}-mmx.patch
   | 
  |
| 38 | 
    	"${FILESDIR}"/${P}-PIC.patch
   | 
  |
| 39 | 
    	"${WORKDIR}"/${P}-gtkm4.patch
   | 
  |
| 29 | 
    	"${WORKDIR}"/smpeg-0.4.4-patches
   | 
  |
| 40 | 30 | 
    )  | 
  
| 41 | 31 | |
| 42 | 32 | 
    src_prepare() {
   |