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
75ed3844
Commit
75ed3844
authored
14 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/libogg: upgrade to 1.2.0
parent
10828a1e
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
main/libogg/APKBUILD
+7
-4
7 additions, 4 deletions
main/libogg/APKBUILD
with
7 additions
and
4 deletions
main/libogg/APKBUILD
+
7
−
4
View file @
75ed3844
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libogg
pkgname
=
libogg
pkgver
=
1.
1.4
pkgver
=
1.
2.0
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"Ogg bitstream and framing library"
pkgdesc
=
"Ogg bitstream and framing library"
url
=
"http://xiph.org/ogg/"
url
=
"http://xiph.org/ogg/"
license
=
"as-is"
license
=
"as-is"
...
@@ -17,9 +17,12 @@ build() {
...
@@ -17,9 +17,12 @@ build() {
./configure
--prefix
=
/usr
./configure
--prefix
=
/usr
make
||
return
1
make
||
return
1
make
-j1
DESTDIR
=
"
$pkgdir
"
install
}
package
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
make
-j1
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
}
md5sums
=
"
10200ec22543841d9d1c23e0aed4e5e9
libogg-1.
1.4
.tar.gz"
md5sums
=
"
c95b73759acfc30712beef6ce4e88efa
libogg-1.
2.0
.tar.gz"
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