~alpine/aports

1

[alpine-aports] [PATCH 1/2] main/libva: Upgrade to 2.1.0

Details
Message ID
<20180320072202.28877-1-taner76@gmail.com>
Sender timestamp
1521530521
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 main/libva/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/libva/APKBUILD b/main/libva/APKBUILD
index 42713b5c..53949450 100644
--- a/main/libva/APKBUILD
+++ b/main/libva/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libva
pkgver=2.0.0
pkgver=2.1.0
pkgrel=0
pkgdesc="Video Acceleration (VA) API for Linux"
url="http://freedesktop.org/wiki/Software/vaapi"
@@ -46,4 +46,4 @@ package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="72e0aba7808d541c4d54c2628c372d765e444bcdd266b9ef7a1aec2c9c8732efda6fb525befbf39ba2f8f3c845c2d647bef6678875d7b78fa2db5eaa05442bf3  libva-2.0.0.tar.bz2"
sha512sums="973b32117375f81ad0ebb8b9f8d5516fd115a9eb9ac95cf9a0e10ee7d340d8d9e41f3e7aa79a2c85f2736f2bc206abbb57a59998cf69019616788e6a571bf24b  libva-2.1.0.tar.bz2"
-- 
2.16.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 2/2] testing/libva-utils: Upgrade to 2.1.0

Details
Message ID
<20180320072202.28877-2-taner76@gmail.com>
In-Reply-To
<20180320072202.28877-1-taner76@gmail.com> (view parent)
Sender timestamp
1521530522
DKIM signature
missing
Download raw message
Patch: +5 -3
---
 testing/libva-utils/APKBUILD | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/testing/libva-utils/APKBUILD b/testing/libva-utils/APKBUILD
index 98288d51..b5508dcf 100644
--- a/testing/libva-utils/APKBUILD
+++ b/testing/libva-utils/APKBUILD
@@ -1,15 +1,17 @@
# Contributor: Taner Tas <taner76@gmail.com>
# Maintainer: Taner Tas <taner76@gmail.com>
pkgname=libva-utils
pkgver="2.0.0"
pkgver=2.1.0
pkgrel=0
pkgdesc="Intel VA-API Media Applications and Scripts for libva"
url="https://github.com/01org/libva-utils"
arch="all"
license="custom"
license="MIT"
makedepends="mesa-dev libva-dev autoconf automake libtool"
source="https://github.com/01org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
options="!check"
builddir="${srcdir}/${pkgname}-${pkgver}"

build() {
	cd "$builddir"
	 ./autogen.sh \
@@ -33,4 +35,4 @@ package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}
sha512sums="6f6da5ca99745f78ad1ee9c7fa8c9d986a5a4360b8e7b01031fd33bfe3884075291c7596817824f7dbd310b07614b0633b60cf29195769e651e2e8c579d1d211  libva-utils-2.0.0.tar.bz2"
sha512sums="17517c09197a84d1c56b2da1b8af5cc17cfe5bf6a667eb78d80398d54a74e2f27d45808710d52a4348700fcd6cde9866140e9826b24ffa39e08e6400ec17a5f2  libva-utils-2.1.0.tar.bz2"
-- 
2.16.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)