mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/libvpx: upgrade to 1.8.0
This commit is contained in:
parent
6b504978e4
commit
f227c87fc0
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=firefox-esr
|
||||
pkgver=60.5.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Firefox web browser - Extended Support Release"
|
||||
url="https://www.mozilla.org/en-US/firefox/organizations/"
|
||||
# limited by rust and cargo
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gst-plugins-good
|
||||
pkgver=1.14.4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer Multimedia Framework Good Plugins"
|
||||
url="https://gstreamer.freedesktop.org"
|
||||
arch="all"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
pkgname=mplayer
|
||||
pkgver=1.3.0
|
||||
_ver=${pkgver/_/}
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="A movie player for linux"
|
||||
url="http://www.mplayerhq.hu/"
|
||||
arch="x86_64"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=qt5-qtwebengine
|
||||
pkgver=5.12.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Qt5 - QtWebEngine components"
|
||||
url="http://qt-project.org/"
|
||||
# ppc64le, s390x: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=vlc
|
||||
pkgver=3.0.6
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
|
||||
triggers="vlc-libs.trigger=/usr/lib/vlc/plugins"
|
||||
pkgusers="vlc"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
|
||||
pkgname=xpra
|
||||
pkgver=2.4.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Xpra is 'screen for X' & allows you to run X programs, usually on a remote host over SSH or encrypted tcp"
|
||||
url="https://xpra.org"
|
||||
# !armhf: fails to build
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libvpx
|
||||
pkgver=1.6.1
|
||||
pkgrel=1
|
||||
pkgver=1.8.0
|
||||
pkgrel=0
|
||||
pkgdesc="Library for the vp8 codec"
|
||||
url="https://www.webmproject.org/"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
depends=""
|
||||
makedepends="coreutils yasm bash perl"
|
||||
makedepends="coreutils yasm bash perl diffutils"
|
||||
subpackages="$pkgname-dev $pkgname-utils"
|
||||
source="https://storage.googleapis.com/downloads.webmproject.org/releases/webm/$pkgname-$pkgver.tar.bz2
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/webmproject/libvpx/archive/v$pkgver.tar.gz
|
||||
fix-arm-float-abi.patch
|
||||
"
|
||||
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
build() {
|
||||
cd "$builddir"
|
||||
# build fix for arm
|
||||
@ -45,5 +45,5 @@ utils() {
|
||||
mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
|
||||
}
|
||||
|
||||
sha512sums="1a4b009fe1737715c6563a79848126a5859394a5074b1e9cca9bc2e213df90890c15e708040d5f2c96c7c21e268f51e1352ac6911514bf891a4bf3eea154159d libvpx-1.6.1.tar.bz2
|
||||
sha512sums="77477ec7059de1d90f048c10783b4adce463a84c9c828f125686e533f5bc8c9eeab8a1747df5c928e0869ccf855a9af5608199c8c376a75d35659f719ee870ef libvpx-1.8.0.tar.gz
|
||||
4eadbc2f4eb68eaff35cf85515aef271d6fd47293a53cba7b7a6e9e0fb71106dfb5ded45b9e9ba83264a91846e4a5fa4db42e39fc3eaff6ac37769e622f90f6c fix-arm-float-abi.patch"
|
||||
|
||||
@ -4,7 +4,7 @@ pkgname=firefox
|
||||
pkgver=62.0.3
|
||||
_pkgver=$pkgver
|
||||
_xulver=$pkgver
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Firefox web browser"
|
||||
url="https://www.firefox.com/"
|
||||
# limited by rust and cargo
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
pkgname=handbrake
|
||||
_pkgname=HandBrake
|
||||
pkgver=1.1.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Handbrake video transcoder"
|
||||
url="https://handbrake.fr"
|
||||
arch="x86_64 x86 armhf armv7 ppc64le"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Maintainer: Marc Vertes <mvertes@free.fr>
|
||||
pkgname=seamonkey
|
||||
pkgver=2.49.4
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="all-in-one internet application suite"
|
||||
url="http://www.seamonkey-project.org"
|
||||
arch="x86_64"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gst-plugins-bad0.10
|
||||
pkgver=0.10.23
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
pkgdesc="GStreamer bad plugins"
|
||||
url="https://gstreamer.freedesktop.org/"
|
||||
arch="all"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user