omxplayer: update license

This commit is contained in:
Đoàn Trần Công Danh 2023-08-26 20:05:16 +07:00
parent d76a13383c
commit e0fa46555b
2 changed files with 13 additions and 3 deletions

View File

@ -0,0 +1,10 @@
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,6 @@ keys.h: README.md Makefile
omxplayer.1: README.md
sed -e '/DOWNLOADING/,/omxplayer-dist/ d; /DBUS/,$$ d' $< >MAN
- curl -F page=@MAN http://mantastic.herokuapp.com 2>/dev/null >$@
+ ronn -r --pipe MAN >$@
clean:

View File

@ -1,10 +1,10 @@
# Template file for 'omxplayer'
pkgname=omxplayer
version=20190102
revision=1
revision=2
short_desc="Commandline OMX player for the Raspberry Pi"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="https://github.com/popcornmix/omxplayer"
_commit="f06235cc9690a6d58187514452df8cf8fcdaacec"
@ -14,7 +14,7 @@ checksum=af2d9450f8947842ea8c401fe9f71eec444013ebbdee29f2ac828c9c493c1329
# XXX only rpi
archs="armv6l* armv7l*"
build_style=gnu-makefile
hostmakedepends="curl pkg-config"
hostmakedepends="ruby-ronn pkg-config"
makedepends="alsa-lib-devel rpi-userland-devel pcre-devel boost-devel freetype-devel ffmpeg-devel dbus-devel"
depends="freefont-ttf"