| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4036
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/3940
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
| |
Also backport upstream commit to fix build w/o GL.
Upstream-commit: https://github.com/mpv-player/mpv/commit/212f6c8206bd4dcc7d8970c5f1632823ae4e783a
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
| |
"Most likely a broken build" isn't the best thing to tell our users
especially because in most cases it isn't a broken build.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rationale:
- provided functionality better fits app-i18n/ category;
- uchardet is similar to existing app-i18n/enca and app-i18n/libguess;
- uchardet also provides CLI tool, not only a library.
Checklist:
1. `git mv dev-libs/uchardet app-i18n/uchardet` ✓
2. Add entry to profile/updates/1Q-2017 ✓
3. Update reverse dependencies ✓
4. Update entries in profiles/ ✓
5. Update eclasses that reference the package (there's none) ✓
6. Update metadata.xml entries that reference the package ✓
7. Update news items that reference the package (there's none) ✓
Gentoo-Bug: https://bugs.gentoo.org/593176
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
|
|
|
|
|
|
|
|
| |
0.18.0 is stable on amd64 for about a month without any bug reports.
0.9.2 is terribly outdated, completely unsupported upstream and barely
supported in Gentoo. We can finally get rid of it.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
| |
Among other things this brings cuda support to non-live ebuilds.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
| |
Upstream-commit: https://github.com/mpv-player/mpv/commit/dccb752b5ff5beadc750a83fe58ce6ea6d49b373
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream now uses pkg-config to determine raspberry-pi compiler
flags instead of hardcoding them. Update the ebuild accordingly.
This is nice, but Gentoo tools are broken and don't work as advertised,
see Gentoo bug 607344. Thus, disable cross-builds with raspberry-pi for
now. The required bits are in ebuild, so power users can workaround it.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718
|
|
|
|
|
|
|
|
|
|
|
|
| |
Both libEGL and libGLESv2 from mesa are not only unnecessary, but can
even cause issues if picked instead of libs from raspberrypi-userland.
At runtime we have environment set up correctly by raspberrypi-userland.
At build time correct libs are enforced by the next commit.
We still need GL/gl.h header provided by virtual/opengl though.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Export PKG_CONFIG.
Otherwise mpv uses waf machinery to basically do $(which pkg-config)
and then uses the result. This command is probably harmless in most
cases, but it breaks cross-compilation entirely as compiler arguments
are polluted with flags like '-L/usr/lib', which breaks e.g. linking.
Export also CC and AR.
This works fine now, but leave no chances to get screwed by waf.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This partially reverts 65e3818f6012af6672f7fa4e9dea54dec1fef3fb.
I'm not sure why opengl USE constraints were removed and not fixed.
Anyway, build system requires X, aqua, or libmpv USEs with opengl USE.
If you build with cli enabled you want something that can play videos.
Opengl bits in libmpv don't provide a working video playback with cli.
Hence libmpv USE doesn't satisfy opengl with cli, but X or aqua do.
Also pull virtual/opengl whenever X is enabled. This can be useful on
Mac OS to build against XQuartz. virtual/opengl is broken there though,
see Gentoo bugs 431182, 577520. Luckily, mpv isn't keyworded there too.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718
|
|
|
|
|
|
|
|
| |
Requires recent GCC. Previous commit ensures that GCC is recent enough.
Useful only with vaapi.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718
|
|
|
|
|
|
|
|
| |
mpv doesn't build with GCC<4.5 due to missing compiler flags.
TLS is now used in generic GL code, so require it when GL is enabled.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718
|
|
|
|
|
|
|
|
|
|
|
|
| |
Nobody complained about new OSC layout since 0.21.0 (October 2016).
Thus don't bother ~arch users with it, but be nice to stable users.
Update softvol message to point to Gentoo wiki instead of bugzilla.
Gentoo mpv wiki page suffered a complete rewrite and became useful.
Version constraint at this point can be relaxed to just 0.18.1.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718
|
|
|
|
|
|
|
| |
Cosmetics. Easier to spot it there.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718
|
|
|
|
|
|
| |
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
Requires ffmpeg with e6464a44, which will be available in ffmpeg-3.3
and is already available in ffmpeg-9999. Not available in libav.
Many thanks to Alex (@fhlfibh) for testing.
Gentoo-Bug: 603974
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
| |
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
|
| |
These headers aren't required at runtime.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3351
|
|
|
|
|
|
|
|
| |
This doesn't change generated code with any USE combo,
but makes configure output cleaner with USE=-opengl.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3351
|
|
|
|
|
|
|
| |
See https://github.com/gentoo/gentoo/pull/3329
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3351
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3351
|
|
|
|
|
|
|
| |
Testsuite won't build otherwise.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3351
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3351
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
According to devmanual section on IUSE[1], '-' IUSE prefix is only good
for overriding repo-level USE settings (profiles/package.use), which we
don't have in Gentoo.
[1]: https://devmanual.gentoo.org/eclass-reference/ebuild/
Closes: https://github.com/gentoo/gentoo/pull/3327
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3247
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3247
|
|
|
|
|
|
|
|
|
|
| |
This was a workaround for bug 558870, but it isn't needed anymore
since libav-12 is a must now.
Also update a couple of other configure options while at it.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3247
|
|
|
|
|
|
|
| |
Upstream-commit: https://github.com/mpv-player/mpv/commit/ff9f5e06ff203c055d968087956026ef9204218b
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3247
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3247
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/3075
Package-Manager: portage-2.3.3
Upstream-commit: https://github.com/mpv-player/mpv/commit/0eb87e1baff89e7a979df23f31ca918f9d107e44
|
|
|
|
|
|
|
|
|
| |
Also sync (drop) keywords with ffmpeg-3 in preparation for next release.
Closes: https://github.com/gentoo/gentoo/pull/3052
Package-Manager: portage-2.3.3
Upstream-commit: https://github.com/mpv-player/mpv/commit/a660e15c9b96bd
Upstream-commit: https://github.com/mpv-player/mpv/commit/3eceac2eab0b42
|
|
|
|
|
|
|
| |
Gentoo-Bug: https://bugs.gentoo.org/601210
Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/3015
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/2880
Package-Manager: portage-2.3.2
|
|
|
|
| |
Package-Manager: portage-2.3.2
|
|
|
|
| |
Package-Manager: portage-2.3.2
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
samba[smbclient] is required when building against samba-3.
samba-4 always installs libsmbclient.
Gentoo-Bug: https://bugs.gentoo.org/597600
Closes: https://github.com/gentoo/gentoo/pull/2621
Package-Manager: portage-2.3.2
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/2604
Package-Manager: portage-2.3.2
Signed-off-by: David Seifert <soap@gentoo.org>
|