Libnjb: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://downloads.sourceforge.net/libnjb/libnjb- | | http://downloads.sourceforge.net/libnjb/libnjb-{{Libnjb-Version}}.tar.gz | ||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction|libnjb is a C library and API for communicating with the Creative Nomad JukeBox and Dell DJ digital audio players.|http://libnjb.sourceforge.net}} | |||
== Dependencies == | == Dependencies == | ||
| Line 63: | Line 65: | ||
= Contents = | = Contents = | ||
Installed Programs: njb-cursesplay njb-delfile njb-deltr njb-dumpeax njb-dumptime njb-files njb-fwupgrade njb-getfile njb-getowner njb-gettr njb-getusage njb-handshake njb-pl njb-play njb-playlists njb-sendfile njb-sendtr njb-setowner njb-setpbm njb-settime njb-tagtr njb-tracks | Installed Programs: njb-cursesplay njb-delfile njb-deltr njb-dumpeax njb-dumptime njb-files njb-fwupgrade njb-getfile njb-getowner njb-gettr njb-getusage njb-handshake njb-pl njb-play njb-playlists njb-sendfile njb-sendtr njb-setowner njb-setpbm njb-settime njb-tagtr njb-tracks | ||
| Line 70: | Line 70: | ||
Installed Libraries: libnjb.so.5.10 libnjb.a | Installed Libraries: libnjb.so.5.10 libnjb.a | ||
Installed Directory: /usr/share/doc/libnjb- | Installed Directory: /usr/share/doc/libnjb-{{Libnjb-Version}} | ||
[[Category:Media Libraries]] | |||
Latest revision as of 15:29, 19 March 2009
| Download Source: | http://downloads.sourceforge.net/libnjb/libnjb-2.2.5.tar.gz |
|---|
Introduction to Libnjb
libnjb is a C library and API for communicating with the Creative Nomad JukeBox and Dell DJ digital audio players.
Project Homepage: http://libnjb.sourceforge.net
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
--libdir=/usr/lib32 &&
make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
--libdir=/usr/lib64 &&
make
Install the package
make install
Contents
Installed Programs: njb-cursesplay njb-delfile njb-deltr njb-dumpeax njb-dumptime njb-files njb-fwupgrade njb-getfile njb-getowner njb-gettr njb-getusage njb-handshake njb-pl njb-play njb-playlists njb-sendfile njb-sendtr njb-setowner njb-setpbm njb-settime njb-tagtr njb-tracks
Installed Libraries: libnjb.so.5.10 libnjb.a
Installed Directory: /usr/share/doc/libnjb-2.2.5