diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-05-23 13:33:58 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-23 18:26:28 +0100 |
commit | bf92bccd8ffd7dc4ff4b32b465fa5e34ca04a564 (patch) | |
tree | ba554dee5a1d5acad400dbf490c9537539ef6214 /media-libs/openjpeg | |
parent | sys-auth/AusweisApp2: drop 1.22.6 (diff) | |
download | gentoo-bf92bccd8ffd7dc4ff4b32b465fa5e34ca04a564.tar.gz gentoo-bf92bccd8ffd7dc4ff4b32b465fa5e34ca04a564.tar.bz2 gentoo-bf92bccd8ffd7dc4ff4b32b465fa5e34ca04a564.zip |
media-libs/openjpeg: add 2.5.0-r1, fix includedir
Bug: https://bugs.gentoo.org/694776
Closes: https://bugs.gentoo.org/847058
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/25607
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/openjpeg')
-rw-r--r-- | media-libs/openjpeg/files/openjpeg-2.5.0-gnuinstalldirs.patch | 4 | ||||
-rw-r--r-- | media-libs/openjpeg/openjpeg-2.5.0-r1.ebuild (renamed from media-libs/openjpeg/openjpeg-2.5.0.ebuild) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/openjpeg/files/openjpeg-2.5.0-gnuinstalldirs.patch b/media-libs/openjpeg/files/openjpeg-2.5.0-gnuinstalldirs.patch index f82b64485979..f47f062b8939 100644 --- a/media-libs/openjpeg/files/openjpeg-2.5.0-gnuinstalldirs.patch +++ b/media-libs/openjpeg/files/openjpeg-2.5.0-gnuinstalldirs.patch @@ -243,7 +243,7 @@ Raises minimum cmake version by a little. +mandir=@CMAKE_INSTALL_MANDIR@ +docdir=@CMAKE_INSTALL_DOCDIR@ +libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ -+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ ++includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/@OPENJPEG_INSTALL_SUBDIR@ Name: openjp2 Description: JPEG2000 library (Part 1 and 2) @@ -283,7 +283,7 @@ Raises minimum cmake version by a little. +mandir=@CMAKE_INSTALL_MANDIR@ +docdir=@CMAKE_INSTALL_DOCDIR@ +libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ -+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ ++includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/@OPENJPEG_INSTALL_SUBDIR@ Name: openjpip Description: JPEG2000 Interactivity tools, APIs and protocols (Part 9) diff --git a/media-libs/openjpeg/openjpeg-2.5.0.ebuild b/media-libs/openjpeg/openjpeg-2.5.0-r1.ebuild index 70cd86a4a35c..70cd86a4a35c 100644 --- a/media-libs/openjpeg/openjpeg-2.5.0.ebuild +++ b/media-libs/openjpeg/openjpeg-2.5.0-r1.ebuild |