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
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
215
Merge Requests
215
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
cbef9baf
Commit
cbef9baf
authored
Jan 12, 2011
by
Ariadne Conill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/audacious: update to 2.4.3
parent
d59723f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
28 deletions
+3
-28
main/audacious/APKBUILD
main/audacious/APKBUILD
+3
-5
main/audacious/uclibc-execinfo.patch
main/audacious/uclibc-execinfo.patch
+0
-23
No files found.
main/audacious/APKBUILD
View file @
cbef9baf
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname
=
audacious
pkgver
=
2.4.
2
pkgver
=
2.4.
3
pkgrel
=
0
pkgdesc
=
"playlist-oriented media player with multiple interfaces"
url
=
"http://audacious-media-player.org/"
...
...
@@ -11,8 +11,7 @@ depends=
makedepends
=
"libmowgli-dev libmcs-dev libguess-dev gtk+-dev dbus-glib-dev libxml2-dev"
install
=
subpackages
=
"
$pkgname
-dev"
source
=
"http://distfiles.atheme.org/
$pkgname
-
$pkgver
.tgz
uclibc-execinfo.patch"
source
=
"http://distfiles.atheme.org/
$pkgname
-
$pkgver
.tgz"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
...
...
@@ -52,5 +51,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"bffdee15653595a7e9126246dee444e5 audacious-2.4.2.tgz
b200db2ce2f3949deb4fdfa98f0b193d uclibc-execinfo.patch"
md5sums
=
"bd5d91900044a1159129c6feeea612c4 audacious-2.4.3.tgz"
main/audacious/uclibc-execinfo.patch
deleted
100644 → 0
View file @
d59723f5
--- audacious-2.4.2.orig/src/libaudcore/audstrings.c
+++ audacious-2.4.2/src/libaudcore/audstrings.c
@@ -230,9 +230,8 @@
return dirname;
}
-#if defined(__GLIBC__) && (__GLIBC__ >= 2)
-#define HAVE_EXECINFO 1
-#include <execinfo.h>
+#ifdef HAVE_EXECINFO_H
+# include <execinfo.h>
#endif
/**
@@ -258,7 +257,7 @@
/* already UTF-8? */
if (!g_utf8_validate(str, -1, NULL)) {
-#ifdef HAVE_EXECINFO
+#ifdef HAVE_EXECINFO_H
gint i, nsymbols;
const gint nsymmax = 50;
void *addrbuf[nsymmax];
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