Commit Graph

9 Commits

Author SHA1 Message Date
Andrew Ammerlaan
d696ffc9f9 media-libs/libbpg: virtual/jpeg --> media-libs/libjpeg-turbo
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-05-09 20:38:30 +02:00
Ronny (tastytea) Gutbrod
df1e257df3 media-libs/libbpg: Add -lnuma to X265_LIBS instead of to LIBS.
X265_LIBS is only used in bpgenc binary, LIBS in bpgenc bpgdec and
bpgview.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2021-04-30 23:19:38 +02:00
Ronny (tastytea) Gutbrod
5dd356ea48 media-libs/libbpg: Add missing dependencies.
libnuma support is optional. If sys-process/numactl is installed, it
will be used, if not, not. The check for libnuma happens in CMake, which
is called by the Makefile. But the Makefile also needs to know if it
should link in libnuma or not. No one tells it. I chose the easy way out
of this pickle, made libnuma mandatory and added `-lnuma` to LIBS.

Closes: https://bugs.gentoo.org/781113
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2021-04-30 22:56:25 +02:00
Ronny (tastytea) Gutbrod
abae8dd6d8 media-libs/libbpg: Set CC and CXX for CMake.
CMake is called from the Makefile and it can't find the compilers if
there are no `cc` and `cxx` symlinks. Inheriting cmake.eclass would
require us to run cmake_src_prepare which would interfere with
upstream's build system.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2021-04-30 21:57:19 +02:00
Andrew Ammerlaan
7e6047b68a media-libs/libbpg: fix HomepageInSrcUri
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-03-28 12:17:44 +02:00
Mathieu Tortuyaux
969240c9b5 media-libs/libbpg: add iuse flag descriptions
copied from https://github.com/mirrorer/libbpg/blob/master/Makefile

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
2021-03-16 12:14:50 +01:00
Mathieu Tortuyaux
fa8b7227e9 media-libs/libbpg: makes repoman happy
add iuse flags definition

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
2021-03-16 10:46:09 +01:00
Michele Santullo
b55c5a7e8f media-libs/libbpg: add fPIC or lib doesn't link to other libs
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Michele Santullo <m.santullo@posteo.net>
2021-03-15 21:13:56 +01:00
Michele Santullo
0b9dc090db media-libs/libbpg: new package
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Michele Santullo <m.santullo@posteo.net>
2021-03-15 19:40:06 +01:00