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
304b06c2
Unverified
Commit
304b06c2
authored
5 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/mplayer: new package
parent
deab6eb2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!285
user/mplayer: new package
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/mplayer/APKBUILD
+40
-0
40 additions, 0 deletions
user/mplayer/APKBUILD
with
40 additions
and
0 deletions
user/mplayer/APKBUILD
0 → 100644
+
40
−
0
View file @
304b06c2
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
mplayer
pkgver
=
1.4
pkgrel
=
0
pkgdesc
=
"Open-source media player and ripper"
url
=
"https://mplayerhq.hu"
arch
=
"all"
options
=
"!check"
# broken tests
license
=
"LGPL-2.1+ AND GPL-2.0+ AND Expat AND (BSD-3-Clause OR LGPL-2.1+) AND ISC AND NTP AND (GPL-2.0+ OR LGPL-2.1+) AND BSD-2-Clause"
depends
=
""
makedepends
=
"yasm ncurses-dev openssl-dev freetype-dev fribidi-dev
alsa-lib-dev pulseaudio-dev
libxv-dev libxinerama-dev sdl-dev libva-dev libvdpau-dev
ffmpeg-dev libpng-dev libjpeg-turbo-dev libdvdread-dev libcdio-dev
libvorbis-dev libmad-dev speex-dev libtheora-dev libogg-dev faad2-dev
x264-dev libdvdnav-dev live-media-dev libdca-dev libcdio-paranoia-dev
cdparanoia-dev libbluray-dev a52dec-dev
"
subpackages
=
"
$pkgname
-doc"
source
=
"http://mplayerhq.hu/MPlayer/releases/MPlayer-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/MPlayer-
$pkgver
"
build
()
{
cd
"
$builddir
"
./configure
\
--prefix
=
/usr
\
--mandir
=
/usr/share/man
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"8ef71cad187d8c8f81c837279bd3a421b440c892d3347a667670b21c954007e35cf0d15828f0901f347b9c1b053e8da4bc7f0fb6de34382d1e463074923d7b34 MPlayer-1.4.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