Commit graph

5 commits

Author SHA1 Message Date
jlam
1a280185e1 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-09-22 08:09:14 +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
2455e5f62b Fix PLIST (spotted by hubertf's i386 bulk build). 2002-11-11 14:00:47 +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