Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
8aa6120a
Commit
8aa6120a
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
main/flac: upgrade to 1.4.2
parent
84a7bc43
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
main/flac/APKBUILD
+6
-19
6 additions, 19 deletions
main/flac/APKBUILD
with
6 additions
and
19 deletions
main/flac/APKBUILD
+
6
−
19
View file @
8aa6120a
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
flac
pkgver
=
1.4.
1
pkgrel
=
1
pkgver
=
1.4.
2
pkgrel
=
0
pkgdesc
=
"Free Lossless Audio Codec"
url
=
"https://xiph.org/flac/"
arch
=
"all"
license
=
"custom:Xiph LGPL GPL FDL"
options
=
"!check"
# Tests are infinite
subpackages
=
"
$pkgname
-dev
$pkgname
-libs
$pkgname
-doc"
makedepends
=
"cmake libogg-dev nasm !libiconv samurai"
source
=
"https://downloads.xiph.org/releases/flac/flac-
$pkgver
.tar.xz
$pkgname
-flac-skipping.patch::https://github.com/xiph/flac/commit/3d55a9dc6c14317b4766db96bb52e2fd95e920a9.patch
"
makedepends
=
"cmake libogg-dev !libiconv samurai"
source
=
"https://downloads.xiph.org/releases/flac/flac-
$pkgver
.tar.xz"
# secfixes:
# 1.3.4-r0:
...
...
@@ -22,15 +20,6 @@ source="https://downloads.xiph.org/releases/flac/flac-$pkgver.tar.xz
build
()
{
case
"
$CARCH
"
in
x86
)
local
sse
=
off
;;
x86_64
)
local
sse
=
on
;;
esac
export
CFLAGS
=
"
$CFLAGS
-O2 -flto=auto"
export
CXXFLAGS
=
"
$CXXFLAGS
-O2 -flto=auto"
...
...
@@ -40,8 +29,7 @@ build() {
-DBUILD_TESTING
=
OFF
\
-DBUILD_EXAMPLES
=
OFF
\
-DBUILD_SHARED_LIBS
=
ON
\
-DNDEBUG
=
ON
\
-DWITH_SSE
=
$sse
-DNDEBUG
=
ON
cmake
--build
build
}
...
...
@@ -58,6 +46,5 @@ package() {
}
sha512sums
=
"
72a5ced62e06407ddea3ed6dcd28bf8f56f3d45e0649ea38e1b778f7856041c68bf85c3cec0a55170c2fbc144626829fed132d386f7439f1d6e3d0b45f13dba7 flac-1.4.1.tar.xz
7bbeed023eefab3a86f35f2374852706a43899661bd27b3008f155b7671130afc7b93a295625f43bf34e4e025479bd7fc9addb856fef9d6c0024932b0f1f2e3d flac-flac-skipping.patch
20bdf0990a7432ac765037764bc8733a0d5646866fe6cc6f4868152d2a051c89676e501012ae489c7f87b3aacb45a5b30265afaca164cf0cf53ac058644a74c5 flac-1.4.2.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