From e0fa46555b82d8ff87914b9c30145b63984e440e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 26 Aug 2023 20:05:16 +0700 Subject: [PATCH] omxplayer: update license --- srcpkgs/omxplayer/patches/no-curl.patch | 10 ++++++++++ srcpkgs/omxplayer/template | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/omxplayer/patches/no-curl.patch diff --git a/srcpkgs/omxplayer/patches/no-curl.patch b/srcpkgs/omxplayer/patches/no-curl.patch new file mode 100644 index 00000000000..522101cc4e0 --- /dev/null +++ b/srcpkgs/omxplayer/patches/no-curl.patch @@ -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: diff --git a/srcpkgs/omxplayer/template b/srcpkgs/omxplayer/template index e70bf7873d4..9a66690c83e 100644 --- a/srcpkgs/omxplayer/template +++ b/srcpkgs/omxplayer/template @@ -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 " -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"