diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-03-18 06:49:50 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-03-18 06:49:50 +0000 |
commit | 529bbf6d047ac6b80c0d9310ec0f666c145ec5fe (patch) | |
tree | ae415fb3fee6b16f7371a5d3597dcf98cca19b62 /media-libs/sdl-image | |
parent | ec33f4bcbd3944dc39c56a98cde12232684932cf (diff) |
gentoo auto-resync : 18:03:2024 - 06:49:50
Diffstat (limited to 'media-libs/sdl-image')
-rw-r--r-- | media-libs/sdl-image/Manifest | 2 | ||||
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.12_p20220527-r1.ebuild | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-libs/sdl-image/Manifest b/media-libs/sdl-image/Manifest index e2d2d241f517..1ceac135d7fe 100644 --- a/media-libs/sdl-image/Manifest +++ b/media-libs/sdl-image/Manifest @@ -1,3 +1,3 @@ DIST sdl-image-1.2.12_p20220527.tar.gz 10888198 BLAKE2B 413e130794ca3c59226e18f4380bc34fb497aadbe01da67ce2c9c76ebbaa5d3e47bad31043d823510ff62ef4bfaa4834d57799b7ea733f11ab66e58b37007583 SHA512 e0a091e1f1a646409c2f636b6e913b6532f31fa498a234fc669dd56b75dda34234818a22d7c3b5385cb50eb3af53316fa2f658a6739b40e4dd5d9513118143c6 -EBUILD sdl-image-1.2.12_p20220527-r1.ebuild 1867 BLAKE2B 2a7f171f2f383300e040563aadf9d6a582d65711589e7732515988c3754944f7325890e09fc0ec99be76ca7e1fe17f486b9228f4aa6d112bed68a8d52222ae6b SHA512 bd15244f9f8e281ae179ab0dd9a058518322cb775b20f17d722238928071a2db5bc02efcbd1691e0b5efc4103457bc01093a418091ba653f4e7445ccb97d80c0 +EBUILD sdl-image-1.2.12_p20220527-r1.ebuild 1918 BLAKE2B 53fe394e244e483d406e3c485e80e176d4ca6243389f7f5c7183df938f45d55bc0e2f8b6854fbf5717f896560364ea0e6dcf9d59b61d6adb67ed71ab627e5387 SHA512 390c6d81d00cc7e28058773e0d318158cfc7da7234b01aa15c98f945cc3efcde7f32861e6121dcb817f9b4b3cad53c2e9f76ed8695294649f59a82c34ab13c3e MISC metadata.xml 365 BLAKE2B e7adf1771a0e52171d5ace8c77b8fb4b65019796c885f279e813b22f5a1abbefcee1fa9189a479788db4e5d1d2b96cf61f79e6881c816a19f0270fb69521e8d6 SHA512 80cc2d8d6af06bd4a43448c91747a2f04c477a59e19c9b46007b444c949e60664c26b8dc51755b67d7dfbd13a218b4126301f10fa3074d65740a8bfc7a0fe477 diff --git a/media-libs/sdl-image/sdl-image-1.2.12_p20220527-r1.ebuild b/media-libs/sdl-image/sdl-image-1.2.12_p20220527-r1.ebuild index ef69929df5ef..41ace8cefe08 100644 --- a/media-libs/sdl-image/sdl-image-1.2.12_p20220527-r1.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.12_p20220527-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ EAPI=8 # or take new snapshots every so often as no SDL 1 / 1.2.x releases # will be made anymore. -inherit toolchain-funcs multilib-minimal +inherit autotools toolchain-funcs multilib-minimal SDL_IMAGE_COMMIT="633dc522f5114f6d473c910dace62e8ca27a1f7d" @@ -32,6 +32,11 @@ RDEPEND=" " DEPEND="${RDEPEND}" +src_prepare() { + default + eautoreconf +} + multilib_src_configure() { local myeconfargs=( --disable-jpg-shared |