aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.dk>2017-12-01 22:03:49 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-03 16:16:31 +0100
commitd9e25c71d7e755dc57e59b7658d44a2398e48339 (patch)
tree50cb345eefba35f21508ae3905d20ac6c70f2673
parent8e6f7787ac6398dfa08c8d66ff6fb965adda402a (diff)
downloadaports-d9e25c71d7e755dc57e59b7658d44a2398e48339.tar.bz2
aports-d9e25c71d7e755dc57e59b7658d44a2398e48339.tar.xz
main/orc: upgrade to 0.4.28
-rw-r--r--main/orc/APKBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/main/orc/APKBUILD b/main/orc/APKBUILD
index 1cf209011c..6634cb2d01 100644
--- a/main/orc/APKBUILD
+++ b/main/orc/APKBUILD
@@ -2,16 +2,15 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=orc
-pkgver=0.4.27
+pkgver=0.4.28
pkgrel=0
pkgdesc="The Oil Run-time Compiler"
-url="http://code.entropywave.com/projects/orc/"
+url="https://gstreamer.freedesktop.org/modules/orc.html"
arch="all"
license="BSD"
makedepends="linux-headers"
subpackages="$pkgname-dev $pkgname-doc $pkgname-compiler"
-source="http://gstreamer.freedesktop.org/src/orc/${pkgname}-${pkgver}.tar.xz"
-
+source="https://gstreamer.freedesktop.org/src/orc/${pkgname}-${pkgver}.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
build() {
@@ -27,6 +26,11 @@ build() {
make
}
+check() {
+ cd "$builddir"
+ make check
+}
+
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
@@ -44,4 +48,4 @@ compiler() {
mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
}
-sha512sums="5ca0b4553e370ea7c95acfc8248d9d568dafc9577041d47f52c7d0945456c534e18e0e80d28df9301d6deac1ea4f8ea6a51ca373b32927c8724846d8ec1f73e8 orc-0.4.27.tar.xz"
+sha512sums="2ae3100e7d0c03eba9a8a10a8924da4d729e1967b63e5dfdf88c4aee907d7ece82c782d74f4cb7e28a366dd74ce5e1ddc6e2b971e5a2f879b0501cc313b93410 orc-0.4.28.tar.xz"