Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
e69da5e6
Verified
Commit
e69da5e6
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/libvdpau: bump to 1.3, migrate to meson
parent
8fa8f4db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/libvdpau/APKBUILD
+9
-15
9 additions, 15 deletions
user/libvdpau/APKBUILD
with
9 additions
and
15 deletions
user/libvdpau/APKBUILD
+
9
−
15
View file @
e69da5e6
# Contributor: Carlo Landmeter
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
libvdpau
pkgver
=
1.
2
pkgver
=
1.
3
pkgrel
=
0
pkgdesc
=
"Hardware-accelerated video playback library"
url
=
"https://cgit.freedesktop.org/~aplattner/libvdpau"
arch
=
"all"
license
=
"MIT"
depends
=
""
makedepends
=
"libx11-dev libxext-dev xorgproto-dev"
makedepends
=
"libx11-dev libxext-dev
meson ninja
xorgproto-dev"
subpackages
=
"
$pkgname
-dev"
source
=
"https://git
lab
.freedesktop.org/
vdpau/libvdpau/uploads/14b620084c027d546fa0b3f083b800c6
/libvdpau-
1.2
.tar.
bz2
"
source
=
"https://
c
git.freedesktop.org/
~aplattner/libvdpau/snapshot
/libvdpau-
$pkgver
.tar.
xz
"
build
()
{
LIBS
=
"-lX11"
\
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
make
meson
-Dprefix
=
/usr
\
build
ninja
-C
build
}
check
()
{
make check
ninja
-C
build
test
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
DESTDIR
=
"
$pkgdir
"
ninja
-C
build
install
}
sha512sums
=
"
86aa3f2a39cb73a597bf417da2eeef73ff01160ed9f54dff3725
78
5
ff
5a289f47040496de44e2f5292d59657d4746e369b3fa307c4f83a32f7cc28e4cd8bce6f
libvdpau-1.
2
.tar.
bz2
"
sha512sums
=
"
a839ed06ac3bb1ceaa8020e38f40f6dd1d1af0668
78
e
ff
bc02e3b02f0917ccdad4059ac2a4428ca39265bda3ba02885d905231f365b86151bae28d135d8de3d5
libvdpau-1.
3
.tar.
xz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment