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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ermine
Adélie Package Tree
Commits
777afed8
Verified
Commit
777afed8
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/id3lib: add cstring patch for PowerPC
parent
98eddbaa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/id3lib/APKBUILD
+3
-1
3 additions, 1 deletion
user/id3lib/APKBUILD
user/id3lib/cstring.patch
+10
-0
10 additions, 0 deletions
user/id3lib/cstring.patch
with
13 additions
and
1 deletion
user/id3lib/APKBUILD
+
3
−
1
View file @
777afed8
...
...
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
id3lib
pkgver
=
3.8.3
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Library for reading, writing, and manipulating ID3v2 tags"
url
=
"http://id3lib.sourceforge.net"
arch
=
"all"
...
...
@@ -13,6 +13,7 @@ makedepends="$depends_dev"
install
=
""
subpackages
=
"
$pkgname
-dev"
source
=
"https://downloads.sourceforge.net/project/id3lib/id3lib/
$pkgver
/id3lib-
$pkgver
.tar.gz
cstring.patch
modern-cpp.patch
test-expose-proper-stdlib-symbols.patch
"
...
...
@@ -47,5 +48,6 @@ package() {
}
sha512sums
=
"3787e261f86933c1c2f2bff2c4b349b42f5d8636e489e4f39f9d75e6dfbdc79b87009a0f4ce4b786f2fb3dbc01ca9d56c4112095b46244f897e6c9a28573adaf id3lib-3.8.3.tar.gz
e379e848788f7fda3a86b02b9865dfe5db69d66ffcfb81184c1cd92f2f1ed7b4d40f13cc77f9de294afc13ae61ab50c3aa13f9a4cc4eb85cb7a727d25268ee6a cstring.patch
334eed099c93ea279d877437a92f684bfb0df12774fd7fffb628b6e8c4b17b17952d6f7c0bf0dff03a87887f0f1233c70d98b69f23580dcf3bf64c8d4b93fc85 modern-cpp.patch
cd79daddffbafc11e555f16be827ccedc03e419b7c24ab1da1852af294dc486a0836d612318eb9861691ef8462ca38be41cfa2c12849f022ebb187c6ef95a1b9 test-expose-proper-stdlib-symbols.patch"
This diff is collapsed.
Click to expand it.
user/id3lib/cstring.patch
0 → 100644
+
10
−
0
View file @
777afed8
--- id3lib-3.8.3/include/id3/id3lib_strings.h.old 2003-03-01 18:23:00.000000000 -0600
+++ id3lib-3.8.3/include/id3/id3lib_strings.h 2018-03-25 14:47:42.035694885 -0500
@@ -30,6 +30,7 @@
#define _ID3LIB_STRINGS_H_
#include <string>
+#include <cstring>
#if (defined(__GNUC__) && (__GNUC__ >= 3) || (defined(_MSC_VER) && _MSC_VER > 1000))
namespace std
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