Commit graph

11 commits

Author SHA1 Message Date
joerg
38a8af5d16 Include sys/endian.h on NetBSD as well as it allows to use the same
handling for DragonFly and NetBSD. Kill the redundant second chunk.
2007-02-02 15:58:58 +00:00
schmonz
1fca6d8469 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.
2007-01-06 04:21:24 +00:00
joerg
c5947512e6 Add DragonFly support. Also unmask for FreeBSD and OpenBSD, if it
doesn't work there, it should be fixed.
2005-12-07 17:35:37 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
schmonz
3652e115f5 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.
2005-01-08 22:56:04 +00:00
schmonz
6c0e704701 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
2004-08-19 03:33:35 +00:00
schmonz
3518f0db5c Update to 1.3.3. From the changelog:
Jan  16 2003:
    - Yet more code cleanup. Added a write_cksum_rio internal routine.
    - Fixed a major typeo in complete_upload_rio. Uploads should work again.
Jan  13 2003:
    - Further code cleanup
    - S-Series should no longer bomb out on RIO_PREFR command
Jan  09 2003:
    - Code cleanup, removed all compatability for recognizing old hack (sorry)
    - (Library) added function for uploading from pipe (needs testing)
    - (Frontend) added support for uploading from stdin (needs testing)
Jan  08 2003:
     These updates correspond to v1.3.1 (currently in CVS):
    - Updated the version to somthing a little easier to follow
    - Minor fixes
    - Mixed results comming in about using rioutil with the S-Series,
     but in general the reports are positive :)
    - Eliminated support to recognize old hack (it was causing wierd problems)
     Other Changes:
    - Updated README
    - Release source to rioutil Firmware Updater
Dec  19 2002:
    - Completly changed the downloadable song hack:
      - Any file can be downloaded (regardless of what sf was used to ul it)
      - Any song that is downloaded will be removed as well.
      - No more weird numbering!
    - General fixes/changes
2003-01-24 20:21:19 +00:00
schmonz
7041ace32c Update to 1.2b. From the changelog:
- added rio900 support. let me know how well it works!
- updated the kernel driver as well with 900 support.
- made compat option fixed on ix86, downloads wont work :(
    still works on os10 and linuxppc though :)
- small code cleanup to make adding devices easier.
2002-11-26 22:02:59 +00:00
schmonz
82ee860be3 Update to 1.2a4. Changes are approximately:
- merged in a patch with improves mp3 recognision using mp3tech.
- Updated the build_dpkg.sh file.
- libusb is now the default method to connect to the rio
- You can still use the old default driver with the option --without-libusb.
- Small updates to mp3.c to try to improve mp3 recognision.
- Small improvement in my english skills (fixed spelling probs). english
  is my only language and i can't spell!
  - On a subnote, I updated the README a bit (though not much of it is
    spelling).
- Implemented a solution to lost song bug. It needs testing!
- Fixed glaring bugs in driver_macosx.c.
- Fixed my implementaion of basename.

pkgsrc changes:

- use canonical pkgsrc config.guess and config.sub
- we no longer care about pre-1.6 -current systems
2002-09-10 23:33:20 +00:00
wiz
b7aaa88e33 Not needed any longer with buildlink2. 2002-08-31 03:03:35 +00:00
schmonz
56a9c98b2e Import rioutil-1.1.2.0.1, a program and library to interface with
Rio 600, 800, Nike psa[play. This closes my own pkg/14951.

Tested with a Rio 800 Extreme.
2002-05-13 16:39:09 +00:00