mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
ccextractor: fix license
This commit is contained in:
parent
aee9152852
commit
856bc99e64
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ccextractor'
|
# Template file for 'ccextractor'
|
||||||
pkgname=ccextractor
|
pkgname=ccextractor
|
||||||
version=0.88
|
version=0.88
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc="linux"
|
build_wrksrc="linux"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ocr --enable-hardsubx"
|
configure_args="--enable-ocr --enable-hardsubx"
|
||||||
|
@ -9,7 +9,7 @@ hostmakedepends="automake pkg-config"
|
||||||
makedepends="leptonica-devel tesseract-ocr-devel ffmpeg-devel"
|
makedepends="leptonica-devel tesseract-ocr-devel ffmpeg-devel"
|
||||||
short_desc="Extract subtitles from video streams"
|
short_desc="Extract subtitles from video streams"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.ccextractor.org/"
|
homepage="https://www.ccextractor.org/"
|
||||||
changelog="https://raw.githubusercontent.com/CCExtractor/ccextractor/master/docs/CHANGES.TXT"
|
changelog="https://raw.githubusercontent.com/CCExtractor/ccextractor/master/docs/CHANGES.TXT"
|
||||||
distfiles="https://github.com/CCExtractor/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/CCExtractor/${pkgname}/archive/v${version}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue