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
6672a55d
Verified
Commit
6672a55d
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/ffmpeg: bump to 4.2
parent
f0dde886
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/ffmpeg/APKBUILD
+3
-6
3 additions, 6 deletions
user/ffmpeg/APKBUILD
with
3 additions
and
6 deletions
user/ffmpeg/APKBUILD
+
3
−
6
View file @
6672a55d
...
...
@@ -3,7 +3,7 @@
# Contributor: Jakub Skrzypnik <j.skrzypnik@openmailbox.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
ffmpeg
pkgver
=
4.
1.3
pkgver
=
4.
2
pkgrel
=
0
pkgdesc
=
"Record, convert, and stream audio and video"
url
=
"https://ffmpeg.org/"
...
...
@@ -38,16 +38,13 @@ source="https://ffmpeg.org/releases/ffmpeg-$pkgver.tar.xz
# - CVE-2017-14225
build
()
{
local
_dbg
=
"--disable-debug"
local
_asm
=
""
[
-n
"
$DEBUG
"
]
&&
_dbg
=
"--enable-debug"
case
"
$CARCH
"
in
ppc64
)
_asm
=
"--cpu=G5"
;;
pmmx
)
_asm
=
"--disable-asm"
;;
esac
cd
"
$builddir
"
./configure
\
--prefix
=
/usr
\
--enable-avresample
\
...
...
@@ -82,7 +79,7 @@ build() {
--enable-libwebp
\
--enable-libpulse
\
--optflags
=
"
$CFLAGS
"
\
$_asm
$_dbg
$_asm
make
${
CC
:-
gcc
}
-o
tools/qt-faststart
$CFLAGS
tools/qt-faststart.c
}
...
...
@@ -100,5 +97,5 @@ libs() {
mv
"
$pkgdir
"
/usr/lib
"
$subpkgdir
"
/usr/
}
sha512sums
=
"
0a540a0c5395f42c6079bc26d1b3baca453995693da7de21da469ce40b3a548bea14ff46a72c6f4c32256333855f9b86207cb8bf1d0dda33a17ddca54970daa
3 ffmpeg-4.
1.3
.tar.xz
sha512sums
=
"
c1f6a86736c417790d7b88d687fdba28c620682a7247d8865062b90a9510b798a0230ab0bc993de85021fefb1044fa929a6c29c77d91b81c52873af56921031
3 ffmpeg-4.
2
.tar.xz
32652e18d4eb231a2e32ad1cacffdf33264aac9d459e0e2e6dd91484fced4e1ca5a62886057b1f0b4b1589c014bbe793d17c78adbaffec195f9a75733b5b18cb 0001-libavutil-clean-up-unused-FF_SYMVER-macro.patch"
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