subtitleeditor: rebuild against gstreamermm
This commit is contained in:
parent
115cd96ff1
commit
000b9ad48d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'subtitleeditor'
|
# Template file for 'subtitleeditor'
|
||||||
pkgname=subtitleeditor
|
pkgname=subtitleeditor
|
||||||
version=0.54.0
|
version=0.54.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="autogen automake intltool libtool pkg-config gettext-devel"
|
hostmakedepends="autogen automake intltool libtool pkg-config gettext-devel"
|
||||||
makedepends="gtk+3-devel gtkmm-devel enchant2-devel libxml++-devel
|
makedepends="gtk+3-devel gtkmm-devel enchant2-devel libxml++-devel
|
||||||
|
@ -11,11 +11,11 @@ short_desc="Subtitle Editor is a GTK+3 tool to edit subtitles"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://kitone.github.io/subtitleeditor/"
|
homepage="https://kitone.github.io/subtitleeditor/"
|
||||||
distfiles="https://github.com/kitone/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/kitone/subtitleeditor/archive/${version}.tar.gz"
|
||||||
checksum=47713c6268b32ed3fe43073e07e14e3075acab7ed305d21d95b224b51ebcba14
|
checksum=47713c6268b32ed3fe43073e07e14e3075acab7ed305d21d95b224b51ebcba14
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
||||||
sed -i 's/enchant >=/enchant-2 >=/' configure
|
vsed -i 's/enchant >=/enchant-2 >=/' configure
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue