2007-01-06 05:21:24 by Amitai Schlair | Files touched by this commit (8) |
Log message:
Update to 1.5.0. From the changelog:
- Added support for Rio Nitrus.
- Updated mp3 and id3 parsers.
- Removed macosx and usbdevfs drivers. libusb is now the standard driver.
- Several small bugfixes.
pkgsrc patches for DragonFly carried forward. Builds and runs on
OS X but untested (I haven't had a Rio for years). 1.4.7 was broken
in Krister's NetBSD 4.0_BETA2/i386 bulk build; perhaps this will
help.
|
2005-12-07 18:35:37 by Joerg Sonnenberger | Files touched by this commit (8) |
Log message:
Add DragonFly support. Also unmask for FreeBSD and OpenBSD, if it
doesn't work there, it should be fixed.
|
2005-09-28 22:52:28 by Roland Illig | Files touched by this commit (180) |
Log message:
Replaced "# defined" with "yes" in Makefile variables like \
GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-01-08 23:56:04 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 0.4.7. From the changelog:
- Fixed a major bug in id3.c that affected linux users with a file not
found error. Also fixed in main.c. Thanks to Sarah Hitchens for
finding/fixing the bug!
- Cleaned up memory leaks in playlist.c and downloadable.c.
- Fixed typo in filename for song_management.c.
|
2004-11-23 00:39:34 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove unnecessary LTCONFIG_OVERRIDE.
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-10-01 12:37:33 by grant beattie | Files touched by this commit (15) |
Log message:
there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-08-19 05:33:35 by Amitai Schlair | Files touched by this commit (4) |
Log message:
Update to 1.4.6. From the changelog:
Jan 20 2004:
- Added create_playlist_rio for newer Rio players in librioutil.
- Added -j option to rioutil.
Jan 13 2004:
- Added support for downloading from S-Series Rios with firmware
version 2.0 or higher.
- Fixed a bug in mp3.c which cause songs to upload short.
Jan 10 2004:
- Fixed bugs in mp3.c and id3.c.
- Added bitrate to -l option
|