Balló György pushed to branch main at Arch Linux / Packaging / Packages /
libtheora
Commits:
88071a8d by Balló György at 2024-07-20T19:53:21+02:00
Formatting
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -6,14 +6,23 @@ pkgname=libtheora
pkgver=1.1.1
pkgrel=6
pkgdesc='Standard encoder and decoder library for the Theora video compression
format'
-arch=('x86_64')
+arch=(x86_64)
url='https://www.theora.org/'
-license=('BSD-3-Clause')
-depends=('glibc' 'libogg')
-makedepends=('doxygen' 'git' 'libpng' 'libvorbis' 'sdl')
+license=(BSD-3-Clause)
+depends=(
+ glibc
+ libogg
+)
+makedepends=(
+ doxygen
+ git
+ libpng
+ libvorbis
+ sdl
+)
source=("git+https://github.com/xiph/theora.git?signed#tag=v$pkgver")
-b2sums=('b7eb9a0ebc83c84eac0049b7dbfea63a2da6c8913251e24229c6d32b048bcca64e2ec5a1c0caa9763f93d7e134ad7c95b54a0c86f8c6631437a5fe7bfd198251')
-validpgpkeys=('17E78AB6BD65A91EE811D60947000F7BB1441DEF') # Ralph Giles
<[email protected]>
+b2sums=(b7eb9a0ebc83c84eac0049b7dbfea63a2da6c8913251e24229c6d32b048bcca64e2ec5a1c0caa9763f93d7e134ad7c95b54a0c86f8c6631437a5fe7bfd198251)
+validpgpkeys=(17E78AB6BD65A91EE811D60947000F7BB1441DEF) # Ralph Giles
<[email protected]>
prepare() {
cd theora
@@ -29,7 +38,10 @@ prepare() {
build() {
cd theora
- ./configure --prefix=/usr
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtheora/-/commit/88071a8d8e86bb1820582e044d5a12a53ced30e0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtheora/-/commit/88071a8d8e86bb1820582e044d5a12a53ced30e0
You're receiving this email because of your account on gitlab.archlinux.org.