Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
641
Issues
641
List
Boards
Labels
Service Desk
Milestones
Merge Requests
193
Merge Requests
193
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
9d2361e0
Commit
9d2361e0
authored
Dec 31, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/libsndfile: upgrade to 1.0.21
parent
d4e515b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
main/libsndfile/APKBUILD
main/libsndfile/APKBUILD
+9
-6
No files found.
main/libsndfile/APKBUILD
View file @
9d2361e0
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libsndfile
pkgver
=
1.0.2
0
pkgver
=
1.0.2
1
pkgrel
=
0
pkgdesc
=
"A C library for reading and writing files containing sampled sound"
url
=
"http://www.mega-nerd.com/libsndfile"
license
=
"LGPL"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
depends
=
"alsa-lib flac uclibc"
makedepends
=
"alsa-lib-dev flac-dev
uclibc++-dev
"
source
=
"http://www.mega-nerd.com/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
depends
=
makedepends
=
"alsa-lib-dev flac-dev"
source
=
"http://www.mega-nerd.com/
$pkgname
/
files/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
export
CXX
=
"g++-uc"
./configure
--prefix
=
/usr
\
--disable-sqlite
\
||
return
1
make
||
return
1
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"
e0553e12c7a467af44693e95e2eac668 libsndfile-1.0.20
.tar.gz"
md5sums
=
"
880a40ec636ab2185b97f8927299b292 libsndfile-1.0.21
.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment