summaryrefslogtreecommitdiff
path: root/audio/kid3/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-08-03 21:16:17 +0000
committerwiz <wiz@pkgsrc.org>2006-08-03 21:16:17 +0000
commit7e7bad611c104bc235c53e6818458edcdd08c466 (patch)
tree789b1fa2cc9a076f4e6fc70ed0fbe6c41667f5d8 /audio/kid3/patches
parent8f989358e3daedd21c1e06b35f896dd7a4ee4b5a (diff)
downloadpkgsrc-7e7bad611c104bc235c53e6818458edcdd08c466.tar.gz
Initial import of kid3 from pkgsrc-wip, packaged by Sergey Svishchev.
With Kid3 you can: * Edit ID3v1.1 tags, edit all ID3v2.3 frames * Convert between ID3v1.1 and ID3v2.3 tags * Edit Ogg/Vorbis and FLAC tags * Edit tags of multiple files, e.g. the artist, album, year and genre of all files of an album typically have the same values and can be set together. * Generate tags from filenames and filenames from tags * Rename and create directories from tags * Generate playlist files * Automatically convert upper and lower case and replace strings * Import from freedb.org, MusicBrainz and other sources of album data
Diffstat (limited to 'audio/kid3/patches')
-rw-r--r--audio/kid3/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/kid3/patches/patch-aa b/audio/kid3/patches/patch-aa
new file mode 100644
index 00000000000..6b646c6aab9
--- /dev/null
+++ b/audio/kid3/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/08/03 21:16:17 wiz Exp $
+
+--- kid3/oggfile.cpp.orig 2005-10-13 15:54:34.000000000 +0000
++++ kid3/oggfile.cpp
+@@ -143,7 +143,7 @@ bool OggFile::writeTags(bool force, bool
+ bool setUtime = false;
+ struct utimbuf times;
+ if (preserve) {
+- int fd = ::fileno(fpIn);
++ int fd = fileno(fpIn);
+ if (fd >= 0) {
+ struct stat fileStat;
+ if (::fstat(fd, &fileStat) == 0) {