Michael Forney
fbe97dee0f
mpv: Fix scripts for lua 5.5
2026-04-18 20:25:21 -07:00
Michael Forney
0bbe257a92
mpv: Update to 0.38.0
2024-08-15 01:09:25 -07:00
Michael Forney
64f79037ce
lua: Update to 5.4.6
2024-01-01 11:40:02 -08:00
Michael Forney
a129a63f93
mpv: Update to 0.35.1
2023-03-17 23:35:23 -07:00
Michael Forney
197efbce15
ffmpeg: Update to 6.0
2023-03-02 22:31:21 -08:00
Michael Forney
0e01791187
mpv: Update to 0.34.1
2022-09-07 16:00:07 -07:00
Michael Forney
b920a0a83a
mpv: Add support for yt-dlp
2021-12-22 00:15:18 -08:00
Michael Forney
51529591ce
mpv: Update submodule to 0.32.0
...
Somehow I accidentally forgot to commit the submodule update in
0b037c3c65 .
2020-11-28 15:19:36 -08:00
Michael Forney
a9a93cdf0f
mpv: Add optional sndio support (disabled by default)
2020-11-28 15:13:54 -08:00
Michael Forney
d62f31a18f
mpv: Add missing dependency on pkg/ffmpeg/fetch
2020-08-16 01:11:01 -07:00
Michael Forney
adc036f58e
Style
2020-06-22 22:47:59 -07:00
Michael Forney
d4297a13c8
Use -isystem to include library headers
...
This way, warnings from headers that come from another package (in
particular linux-headers) won't show up when they get included.
To make sure we still track dependencies, use -MD instead of -MMD.
2020-06-05 03:01:44 -07:00
Michael Forney
fa02fa9d7b
libxkbcommon: Add header target
2020-06-02 04:22:27 -07:00
Michael Forney
d3edcea456
Use lua header target
2020-06-02 04:22:22 -07:00
Michael Forney
aea11e0e4a
Use our own linux-headers
2020-02-20 20:10:31 -08:00
Michael Forney
08cca5431f
Move toolchain config into config.lua
2020-01-29 22:14:33 -08:00
Michael Forney
13876852ca
libdrm: Use header directory
2020-01-29 15:41:37 -08:00
Michael Forney
0b037c3c65
mpv: Update to 0.32.0
2020-01-26 15:27:45 -08:00
Michael Forney
822416cc4e
mpv: Update to 0.31.0
2019-12-28 15:00:21 -08:00
Michael Forney
2255c43da7
Use $basedir to refer to paths relative to base source tree
2019-12-16 23:48:22 -08:00
Michael Forney
f4720910b9
Update ninja requirement to 1.8.0 and don't bother with atomic outputs
...
Since ninja 1.8.0[0] and samurai 0.2[1], output mtime is always
recorded after a job succeeds, and outputs are considered dirty if
the recorded mtime is older than any input. This means that even
if a command partially writes its output then fails (for example,
if run with stdout redirected to a file), it will still get re-run
during the next build.
This means that outputs no longer have to be written atomically
(i.e. renamed into place) in order to ensure a correct build, and
we can drop the idiom `command >$out.tmp && mv $out.tmp $out`.
[0] https://github.com/ninja-build/ninja/commit/04d886b11041bb59d01df794cce7a1e8cad2250d
[1] https://github.com/michaelforney/samurai/commit/799bc5a4719b90a1026c129b55b92c0bccf97eeb
2019-11-17 15:24:25 -08:00
Michael Forney
af0ae46f4e
mpv: Update to 0.30.0
2019-10-26 00:48:33 -07:00
Michael Forney
71e6699d92
Use table to control waylandproto outputs
2019-09-19 20:41:23 -07:00
Michael Forney
fe1d9804d2
mpv: Some portability fixes
2019-07-03 02:43:39 -07:00
Michael Forney
b9f34a9af2
mpv: Remove build date and git commit from version.h
2019-06-29 17:23:32 -07:00
Michael Forney
4332740046
Rename rev to ver, and keep track of package versions as well
2019-03-19 00:14:12 -07:00
Michael Forney
e74e64ccca
mpv: Don't depend on wayland protocol headers if not building wayland support
2019-03-11 12:20:37 -07:00
Michael Forney
afd336b776
mpv: Reintroduce vo_wayland
2018-11-03 01:20:57 -07:00
Michael Forney
9440082339
mpv: Update to 0.29.1
2018-11-03 01:20:57 -07:00
Michael Forney
32371b9bab
mpv: Update to 0.29.0
2018-08-27 15:35:34 -07:00
Michael Forney
5a4f3899c1
mpv: Update to 0.28.2
...
This removes wayland SHM support for now (to be re-added later after adapting to
the new wayland code).
2018-05-10 13:00:22 -07:00
Michael Forney
f8f4562b49
ffmpeg: Update to 4.0
2018-05-10 12:30:59 -07:00
Michael Forney
f377442fbc
Revert accidentally updated submodules in b99ef6bfc5
...
`git commit -a` with ignored submodules strikes again. I really
should report a bug about this.
2018-03-16 10:16:40 -07:00
Michael Forney
b99ef6bfc5
libdrm: Check if config.video_drivers is set
2018-03-10 19:08:35 -08:00
Michael Forney
9490fe2c87
mpv: Update to 0.27.2
2018-02-15 10:31:54 -08:00
Michael Forney
f4c50108da
Add raw mode for iterlines
2017-12-30 22:43:47 -08:00
Michael Forney
f4b63071fc
mpv: Track generated man page instead of patch
2017-12-28 20:06:15 -08:00
Michael Forney
e5cfa84477
Move $outdir/fetch.stamp -> $dir/fetch
2017-10-23 21:43:33 -07:00
Michael Forney
46e64ebcc0
mpv: Update to 0.27.0
2017-09-25 19:23:06 -07:00
Michael Forney
ba94a8513d
Rewrite ninja generation scripts in Lua
2017-09-25 19:23:06 -07:00
Michael Forney
6fa5f88e60
Don't use -isystem
...
This way we can use -MMD to exclude system header files and still retain
dependency tracking within oasis.
2017-08-19 19:07:18 -07:00
Michael Forney
14b1fe37ed
mpv: Update to 0.26.0
2017-08-04 00:19:39 -07:00
Michael Forney
e06e633c0a
mpv: Update to 0.25.0
2017-06-05 21:45:55 -07:00
Michael Forney
bdbcebab86
mpv: Update to 0.24.0
2017-02-12 23:03:22 -08:00
Michael Forney
b83a0e6ee3
mpv: Update to 0.23.0
2017-01-01 05:21:38 -08:00
Michael Forney
de90e24d46
mpv: Enable wayland output by default
2016-12-21 20:11:49 -08:00
Michael Forney
4814ead66a
mpv: Add support for wayland output (shm)
2016-12-21 20:11:34 -08:00
Michael Forney
2420bcc6b1
Compress man pages
2016-12-19 00:05:57 -08:00
Michael Forney
cdb65e99c7
Move {cc,cxx,ld}flags settings from toolchain to config
2016-12-13 23:10:30 -08:00
Michael Forney
36835fdbd9
Declare some missing dependencies
2016-12-13 23:10:30 -08:00