build with ffmpeg 4.4 since it uses lots of functions ripped out of ffmpeg >= 5
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*~
|
||||
pkg
|
||||
src
|
||||
*.zst
|
||||
14
PKGBUILD
14
PKGBUILD
@@ -6,15 +6,19 @@ pkgdesc="A program which lets you edit and synchronize lyrics with karaoke songs
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/gyunaev/karlyriceditor"
|
||||
license=('GPL')
|
||||
depends=('ffmpeg' 'qt5-multimedia' 'desktop-file-utils')
|
||||
source=("karlyriceditor-$pkgver.tar.gz::https://github.com/gyunaev/karlyriceditor/archive/$pkgver.tar.gz")
|
||||
sha256sums=('67aa863f7e34b8fd76dfc74615da3ff8b761a138be651bcb55d03d54626bddae')
|
||||
depends=('ffmpeg4.4' 'qt5-multimedia' 'desktop-file-utils')
|
||||
source=(
|
||||
"karlyriceditor-$pkgver.tar.gz::https://github.com/gyunaev/karlyriceditor/archive/$pkgver.tar.gz"
|
||||
)
|
||||
sha256sums=(
|
||||
"67aa863f7e34b8fd76dfc74615da3ff8b761a138be651bcb55d03d54626bddae"
|
||||
)
|
||||
install=$pkgname.install
|
||||
|
||||
build() {
|
||||
cd karlyriceditor-$pkgver
|
||||
qmake
|
||||
make
|
||||
PKG_CONFIG_LIBDIR=/usr/lib/ffmpeg4.4/pkgconfig/:/usr/lib/pkgconfig qmake
|
||||
PKG_CONFIG_LIBDIR=/usr/lib/ffmpeg4.4/pkgconfig/:/usr/lib/pkgconfig make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user