Marco Scardovi
833fbe87b9
media-libs/alsa-ucm-pinephone: add new package
...
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com >
2021-06-25 20:39:37 +02:00
Alessandro Barbieri
2d3969d4bb
*/*: take maintainership WIP
...
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2021-06-25 09:00:08 +02:00
Casey Avila
23489b05a4
media-libs/rtmidi: fix SRC_URI, bug #795990
...
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Casey Avila <casey@theavilas.org >
2021-06-24 12:18:24 -07:00
Ryan Fox
15d82654da
media-libs/fcft: Bump to 2.4.1
...
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey@2a03.party >
2021-06-24 07:06:53 +00:00
Theo Anderson
6116733625
*/*: update maintainer name
...
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-06-18 17:07:06 +12:00
Andrew Ammerlaan
2d46169eff
media-libs/embree: moved to ::gentoo
...
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org >
2021-06-10 12:05:05 +02:00
Andrew Ammerlaan
d81afb1105
media-libs/alvr: fix VisibleVcsPkg
...
If you want to use keywords here, you should use snapshot ebuild instead
of a vcs ebuild. E.g.:
COMMIT="ab9f6eb78114181ff3e8252706e578bb5de6343c"
SRC_URI="https://github.com/alvr-org/ALVR/archive/${COMMIT}.tar.gz
-> ${P}.tar.gz"
instead of the git-r3 stuff
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org >
2021-06-06 14:55:47 +02:00
Andrew Ammerlaan
d44c833aed
media-libs/embree: sort keywords
...
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org >
2021-06-06 14:51:31 +02:00
Patrick Nicolas
efdb9c46bf
media-libs/alvr: add 15.2.1_p20210604
...
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Patrick Nicolas <patricknicolas@laposte.net >
2021-06-06 09:43:55 +02:00
Ross Charles Campbell
9f7d93e170
media-libs/embree: New Package
...
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com >
2021-06-06 04:05:10 +08:00
Daniel Novomesky
02e8a1aeb8
media-libs/jpeg-xl: drop obsolete package
...
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com >
2021-06-03 13:39:26 +02:00
Daniel Novomesky
a20176cd61
media-libs/libjxl: renamed package
...
Old name was media-libs/jpeg-xl
New github repo is used now, instead of gitlab
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com >
2021-06-03 13:25:54 +02:00
Anna Vyalkova
ee45e6017f
media-libs/pcaudiolib: add REQUIRED_USE
...
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in >
2021-05-25 13:06:10 +05:00
Ronny (tastytea) Gutbrod
cdb8f75653
media-libs/sonic: Make it not use gcc-symlinks.
...
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-05-24 11:11:02 +02:00
Anna Vyalkova
6fc432e71a
media-sound/sonic -> media-libs/sonic
...
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in >
2021-05-22 20:21:08 +05:00
Anna Vyalkova
d818fb4bd3
media-libs/pcaudiolib: initial import
...
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in >
2021-05-22 20:21:08 +05:00
Haelwenn (lanodan) Monnier
f5171352fe
media-libs/fcft: Version bump, 2.4.0
...
- Add subslot, based on soname Major version number
- Enable test-text-shaping when test and text-shaping are enabled
- De-vendor unicode-data in favor of system's version
- Add examples option (new in 2.4.0)
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me >
2021-05-13 11:17:48 +02:00
Alessandro Barbieri
4da611f5da
media-libs/skia: comaintainers welcome
...
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2021-05-05 09:32:54 +02:00
Alessandro Barbieri
98137c69c1
media-libs/amdvlk: m-n
...
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2021-05-05 09:32:54 +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
Ronny (tastytea) Gutbrod
da79392782
media-libs/vips: Add test dependencies.
...
Some tests need JPEG and PNG support.
Closes: https://bugs.gentoo.org/786210
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-04-29 18:26:52 +02:00
Ronny (tastytea) Gutbrod
4b38adf7e8
media-libs/vips: Remove unrecognized configure option.
...
--with[out]-pangocairo was introduced after 8.10.6:
<f53959b824 >
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-04-29 13:06:28 +02:00
Ronny (tastytea) Gutbrod
181b7fa848
media-libs/vips: Fix econf, replace prune_libtool_files.
...
The econf command would only go until `$(use_with openexr OpenEXR)` and
then print the error: “--without-orc: command not found”.
prune_libtool_files is deprecated. Replaced with find.
Closes: https://bugs.gentoo.org/786225
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2021-04-29 12:42:31 +02:00
Theo Anderson
c35a513312
media-libs/vips: comment out unused USE flag metadata
...
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-04-28 11:22:43 +12:00
Haelwenn (lanodan) Monnier
2da3a3264d
media-libs/vips: New Package, based on my overlay
...
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me >
2021-04-26 14:25:23 +02:00
Denis Reva
04ab219230
media-libs/amdvlk: maintainership resigned
...
Closes: https://bugs.gentoo.org/775548
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com >
2021-04-25 21:36:23 +05:00
Alessandro Barbieri
2f8fec9c5f
media-libs/skia: try to respect ldflags
...
Closes: https://bugs.gentoo.org/780981
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2021-04-24 20:51:42 +02:00
Ryan Fox
674e8abbf3
media-libs/fcft: Disable -Werror
...
Closes: https://bugs.gentoo.org/783684
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey@2a03.party >
2021-04-19 03:44:56 +00:00
Andrew Ammerlaan
765fa21e6d
media-libs/fcft: add missing dep
...
Closes: https://bugs.gentoo.org/783678
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net >
2021-04-18 10:59:25 +02:00
Andrew Ammerlaan
d064df47e0
media-libs/skia: remove old
...
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net >
2021-04-15 14:43:41 +02:00
Andrew Ammerlaan
ed485532fb
media-libs/skia: add missing dependency
...
Closes: https://bugs.gentoo.org/782943
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net >
2021-04-15 14:40:19 +02:00
Ryan Fox
c3e32feb1e
media-libs/fcft: New package
...
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey@2a03.party >
2021-04-14 22:32:01 +00:00
Haelwenn (lanodan) Monnier
5864326da1
media-libs/gl4es: Remove keyword as it's live-only
...
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me >
2021-04-03 01:53:04 +02:00
Haelwenn (lanodan) Monnier
c82fac70bd
media-libs/gl4es: Fixes related to the test USE flag
...
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me >
2021-04-03 01:51:44 +02:00
Haelwenn (lanodan) Monnier
93ed632afb
media-libs/gl4es: New Package
...
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me >
2021-04-03 01:45:44 +02:00
Andrew Ammerlaan
7dbf8beddf
media-libs/rtmidi: fix StaticSrcUri
...
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
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
Casey Avila
58034b73a4
media-libs/rtmidi: new package and license
...
Signed-off-by: Casey Avila <casey@theavilas.org >
2021-02-20 21:08:17 -08:00
Denis Reva
3658362785
media-libs/amdvlk: experimental version of package
...
It might be unbuildable so I decided to temporary drop keywords
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com >
2021-02-06 10:14:41 +05:00
Daniel Novomesky
08c1b7e193
media-libs/jpeg-xl: simplify live ebuild
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com >
2021-01-13 13:15:44 +01:00
Daniel Novomesky
8ad3e268f5
media-libs/jpeg-xl: new package
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Daniel Novomesky <dnovomesky@gmail.com >
2021-01-13 10:14:29 +01:00
Theo Anderson
8d311473aa
media-libs/svt-av1: moved to ::gentoo
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-10 20:38:35 +13:00
Theo Anderson
27f4969732
*/*: add ~arm{,64} keywords for my packages where possible
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de >
2021-01-05 22:18:18 +13:00
Denis Reva
6f92fd911f
media-libs/amdvlk: new version 2020.4.6
...
2020-12-14 update. Upstream changes:
New feature and improvement
Update Vulkan API version to 1.2.162
Performance tuning for Shadow of the Tomb Raider on Navi21
Enable extension VK_EXT_shader_terminate_invocation
Enable extension VK_KHR_fragment_shading_rate
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com >
2020-12-23 17:02:01 +05:00