Commit graph

5568 commits

Author SHA1 Message Date
drochner
811fbc5688 reset PKGREVISION for base pkg update 2009-10-22 15:21:19 +00:00
jakllsch
e2a5c5f73b Update ncmpc to 0.15.
Changes since 0.14:
* added the "lyrics-autosave" option
* added CMD_SELECT_PLAYING
* display song duration in the playlist
* added the "hardware_cursor" option
* show plugin error messages on the screen
* fixed NULL pointer dereference when not yet connected
* new translation: Hebrew
2009-10-20 20:32:46 +00:00
joerg
1c5314454f Update to gmpc-0.19.1:
- bugfixes
- usability improvements
2009-10-20 20:26:58 +00:00
joerg
0783d279c5 Update to libmpd-0.19.0:
- bufixes
2009-10-20 20:25:54 +00:00
joerg
51763c22f5 Update to mpd-0.15.5.
- stability improvements
- fix memory leaks
- fix Vorbis issues
- fix Snowleopard build
2009-10-19 19:40:42 +00:00
adam
d0bcffdae2 Fix building with boost 1.40.0 2009-10-19 19:33:02 +00:00
adam
c48aff229e Changes 0.99.06.041:
* brought documentation up to date
* added test for ReplayGain info stored inside Id3V2
* failing to read text frames from files no longer causes crashes
* fixed bug resulting in crash when 2 ID3V2 tags are present and
    "Discard invalid ID3V2 data" gets called
* XML export now works when names contain double quotes
* locale in export dialog
* locale lists are now sorted
* long text frames are now truncated when shown in the "File info" area
* changed names and order for tabs under Config/Files
* made transformation options work correctly in MSVC

Changes 0.99.06.040:
* "Various Artists" support
* all pictures are shown and can be viewed in full size in "Tag details"
* all pictures from a file are shown in the tag editor
* patterns in the tag editor may now be disabled
* export as M3U or XML
* better handling of text frames containing null characters
* auto-size for the tag editor's "current file" area
* better column widths in the tag editor
* improved HTA for Windows build
2009-10-19 16:00:23 +00:00
wiz
9ef453825d Fix version number in PKGNAME. Noted by reed. 2009-10-10 08:33:24 +00:00
joerg
fc8c24d308 Use --mode argument for libtool. 2009-10-07 15:34:14 +00:00
joerg
dc00d102ed Use --mode for libtool. 2009-10-07 15:31:10 +00:00
joerg
54b0669462 Use --mode argument for libtool. 2009-10-07 15:14:47 +00:00
joerg
4c6e8c38a4 Provide --mode for libtool. 2009-10-07 15:04:29 +00:00
joerg
86aec94925 Change patches to use --mode argument for libtool. 2009-10-06 17:27:51 +00:00
drochner
3234ff69a3 the project got a HOMEPAGE 2009-09-30 10:47:51 +00:00
martin
ecf7860eb4 Extend id3v2 handling by adding (very simplistic) handling for unicode
tags, and also make it deal with gaps after the header or junk before the
actual start of mp3 data.
This makes it able to properly extract info from all mp3 files I have.
2009-09-26 21:16:57 +00:00
wiz
c09e9b56a3 Enable asf and mp4, needed by wip/amarok. Bump PKGREVISION. 2009-09-24 10:24:52 +00:00
tnn
1a4ab34191 honour PKGMANDIR 2009-09-23 13:34:33 +00:00
tnn
9e751684e8 fix build breakage on NetBSD/i386 2009-09-21 18:07:10 +00:00
sno
75e0cc4b04 Forgot to re-run 'make makepatchsum' after adding $NetBSD$ 2009-09-21 17:27:40 +00:00
sno
2f406127d1 Adding patch from FreeBSD ports to let esound build on FreeBSD, too.
The rest of the patch from FreeBSD ports should be reviewed by the
maintainer, I'm not sure how far this is reasonable ...
2009-09-21 17:26:46 +00:00
sno
7443aaae83 libdiscid works on FreeBSD, too 2009-09-20 21:40:37 +00:00
tnn
d69780a2f0 include <string.h> in few places where needed 2009-09-19 21:13:22 +00:00
tnn
ebb434fed4 do previous differently. id3lib_strings.h is where memmove is used, so
pull in string.h there instead.
2009-09-19 17:14:21 +00:00
tnn
5576f99b4b pull in string.h in taglib.h for memmove prototype 2009-09-19 17:00:39 +00:00
wiz
bc3df32f8a Update to 1.6:
1.6:

 * New CMake option to build a static version - ENABLE_STATIC.
 * Added support for disabling dllimport/dllexport on Windows using the
   TAGLIB_STATIC macro.
 * Support for parsing the obsolete 'gnre' MP4 atom.
 * New cpp macros TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF to determin if
   TagLib was built with MP4/ASF support.

1.6 RC1:

 * Split Ogg packets larger than 64k into multiple pages. (BUG:171957)
 * TagLib can now use FLAC padding block. (BUG:107659)
 * ID3v2.2 frames are now not incorrectly saved. (BUG:176373)
 * Support for ID3v2.2 PIC frames. (BUG:167786)
 * Fixed a bug in ByteVectorList::split().
 * XiphComment::year() now falls back to YEAR if DATE doesn't exist
   and XiphComment::year() falls back to TRACKNUM if TRACKNUMBER doesn't
   exist. (BUG:144396)
 * Improved ID3v2.3 genre parsing. (BUG:188578)
 * Better checking of corrupted ID3v2 APIC data. (BUG:168382)
 * Bitrate calculating using the Xing header now uses floating point
   numbers. (BUG:172556)
 * New TagLib::String method rfind().
 * Added support for MP4 file format with iTunes-style metadata [optional].
 * Added support for ASF (WMA) file format [optional].
 * Fixed crash when saving a Locator APEv2 tag. (BUG:169810)
 * Fixed a possible crash in the non-const version of String::operator[]
   and in String::operator+=. (BUG:169389)
 * Added support for PRIV ID3v2 frames.
 * Empty ID3v2 genres are no longer treated as numeric ID3v1 genres.
 * Added support for the POPM (rating/playcount) ID3v2 frame.
 * Generic RIFF file format support:
   * Support for AIFF files with ID3v2 tags.
   * Support for WAV files with ID3v2 tags.
 * Fixed crash on handling unsupported ID3v2 frames, e.g. on encrypted
   frames. (BUG:161721)
 * Fixed overflow while calculating bitrate of FLAC files with a very
   high bitrate.
2009-09-19 13:38:31 +00:00
sketch
80ddce6b04 Use -features=extensions with sunpro C++ to get __func__ 2009-09-18 13:29:31 +00:00
joerg
f9a61cbb8d Fix default module path to not include trailing slashes as it breaks
libtool.
2009-09-18 09:59:54 +00:00
reed
354ef99abf Remove include of the xfce4-dev-tools buildlink.
It is only needed for building Xfce4 from SVN repo.

No need to bump versions as this is a "build" dependency.
2009-09-16 01:31:12 +00:00
reed
998c2601fe Upgrading Xfce to 4.6.1.
This is for PR #40984. This is based on work from
dieter roelants. Thank you Dieter.
Also I had done some work independently on this.
Hopefully, I am getting this all committed at one time.

The changelogs are at
http://www.xfce.org/documentation/changelogs/4.6.1
http://www.xfce.org/documentation/changelogs/4.6.0

Also don't need the xfce4-dev-tools for building. (It is only
needed when building from SVN source.)
2009-09-16 01:15:32 +00:00
drochner
28270f2d2e update to 0.12.4
changes:
-Configurable action for mouse-wheel events on the status icon
-Occasional transfer problems with MTP devices fixed
-bugfixes
-translation updates
2009-09-15 10:50:13 +00:00
drochner
eb3a10fcfb improve handling of CDs where track 1 starts after the usual 2s gap:
Where CDDA data are filled into the cue sheet, make sure only one
title is used per track, otherwise data would shift by 1 entry and
no title would be left for the last track.
This is still not perfect because there is no (documented) way to
get the audio data within that gap with cdda2wav or cdparanoia, so
the audio data don't match the cue sheet fully, but at least the
cue sheet is not a total mess.
bump PKGREVISION
2009-09-15 10:46:10 +00:00
joerg
bb02c63615 Regen. 2009-09-12 11:06:22 +00:00
joerg
c49c0f1321 mpd-0.15.3:
- faster tag scanning for vorbis
- fix stuttering and stuck pause bugs for output
- fix issues with tag scanning like forcing huge memory allocations
- plug some memory leaks
2009-09-11 20:58:55 +00:00
wiz
bf14f1dd8f Fix paths. 2009-09-10 20:19:18 +00:00
wiz
f41e054d45 Enable buzztard packages. 2009-09-10 20:17:20 +00:00
wiz
863fa6398a Initial import of buzztard-0.5.0 and its components.
Buzztard is a music composer similar to tracker applications.  It
is roughly modeled after the windows only, closed source and now
discontinued application called Buzz.
2009-09-10 20:16:44 +00:00
wiz
fac740b301 Add patch from drochner that fixes ripping on NetBSD-current/amd64.
Bump PKGREVISION.
2009-09-10 19:14:46 +00:00
drochner
73df9b0e44 kill unneeded db4 dependency, bump PKGREVISION 2009-09-09 17:02:00 +00:00
drochner
944ed2e22a update to 0.3
changes:
-my patches (portability, cue sheet parser improvements) were integrated
 upstream
-UI improvements
-minor fixes
2009-09-09 16:54:13 +00:00
drochner
8837ca2844 update to 1.28
changes:
Prevent out of range scalefactors
Updated to latest mpeg4ip mp4 file format library
Added -s option to make the encoder output optimized mp4 layout
Improved JPEG detection for album art
Lot's of compilation issues solved
2009-09-09 16:40:39 +00:00
wiz
93cf1bc726 Update to 0.7.1:
0.7.1
This release has been brought up to date with Python 2.6 and now
uses Mutagen to get MP3 info rather than the out-of-date MP3Info
Python module. An issue with Folder View when filename-derivation
is enabled has been fixed.

0.7.0:
Professional hosting features were added. Many new playlist features
were added, including performer names and kamikaze mode for random
songs. Several GUI enhancements and additional configuration options
were added.
2009-09-09 14:10:58 +00:00
hasso
27b8d34bd1 Configure needs msgfmt. 2009-09-09 06:22:12 +00:00
joerg
e0d4ecdfc2 Retire Python 2.3 support. 2009-09-07 19:02:13 +00:00
obache
fe17926919 Prevent override PKGCONFIG_OVERRIDE and make to override linker flag
in speex.pc again.

Bump PKGREVISION.
2009-09-06 08:15:04 +00:00
hasso
9af995e6aa Make it build on DragonFly and probably some others. 2009-09-06 05:15:22 +00:00
joerg
c07375d4ec Fix a number of annoying issues in gbemol:
- sort albums for the selector
- fix crash if authentication failed
- make authentication actually work
- be consistent in section of the config file used
Bump revision
2009-09-03 01:29:34 +00:00
wiz
7832942d4f Define EBADFD to the same error code as in alsa-libs, in case it's
undefined.
2009-08-31 20:07:32 +00:00
wiz
8314825d07 Update to 1.0.20. 1.0.21 tarball is mysteriously unavailable. 2009-08-31 14:31:00 +00:00
wiz
c588ffdb1b Update alsa packages to 1.0.21.
http://www.alsa-project.org/main/index.php/Changes_v1.0.18_v1.0.19
http://www.alsa-project.org/main/index.php/Changes_v1.0.19_v1.0.20
http://www.alsa-project.org/main/index.php/Changes_v1.0.20_v1.0.21
contain ~300kB of changes.
2009-08-31 14:25:49 +00:00
joerg
28c8f610cc + gbemol 2009-08-31 12:21:36 +00:00