summaryrefslogtreecommitdiffstats
path: root/common/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* build: restrict git describe to top level source directoryJan Palus2023-11-271-1/+4
| | | | | fix version determination when building mpv from release tarball extracted within another git repository
* build: remove version.pyKacper Michajłow2023-08-021-0/+8
After second thought version.py does not do anything useful. Meson has built-in function vcs_tag that mostly replicate what version.py did. For the build time we can just use __DATE__ and __TIME__. Of course this changes time string format a little, but in my opinion it looks nicer in fact. Also it will use local time, instead UTC. But I would argue that date string is only informative for users to check how old the specific mpv build is. It doesn't have to be precise, it weren't for years anyway before recent change.