Hi all,

A note to Justin, FYI for everyone else.

I've put a tarball on the Anduin server of the Akode package. I'll be
updating the Kdemultimedia page to provide instructions for building.
Essentially just issue 'make -f Makefile.cvs' and then do a normal
CMMI build like any other KDE package.

Dependencies are: FLAC (built with Ogg support), Speex, libMAD,
libsamplerate, JACK, Polypaudio, ALSA, Ogg/Vorbis and though it
is listed as experimental, FFmpeg (you must get a CVS version).

http://anduin.linuxfromscratch.org/files/BLFS/akode-svn_060128.tar.bz2
http://anduin.linuxfromscratch.org/files/BLFS/akode-svn_060128.tar.bz2.md5sum

Justin, if you could grab this tarball and stick it on the BLFS package
server, I would appreciate it. I understand it may take a day or so for
it to sync on all the Rsync servers.

I'm going to update the KDEMultimedia instructions in the book to
point the download of the tarball to Anduin. As soon as the Rsync
mirrors all sync up, we'll change the download URL to point to
the package servers.

Thanks.

For those interested, here are instructions to fetch the package
from the KDE SVN repo:

export PACKAGE_NAME="akode"
export PACKAGE_VERSION="svn_$(date +%y%m%d)"

###########################################################
# This is stuff to checkout from SVN and create a tarball
#
# If desired, checkout a new version of the sources
svn -N co \
    svn://anonsvn.kde.org/home/kde/trunk/kdesupport \
    $PACKAGE_NAME-$PACKAGE_VERSION &&
svn    co \
    svn://anonsvn.kde.org/home/kde/trunk/kdesupport/akode \
    $PACKAGE_NAME-$PACKAGE_VERSION/akode &&
svn    co \
    svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin \
    $PACKAGE_NAME-$PACKAGE_VERSION/admin

# TAR and GZip the directory
tar cf $PACKAGE_NAME-$PACKAGE_VERSION.tar $PACKAGE_NAME-$PACKAGE_VERSION
gzip $PACKAGE_NAME-$PACKAGE_VERSION.tar

# Remove the downloaded directory
rm -rf $PACKAGE_NAME-$PACKAGE_VERSION

# End creating the tarball
############################################################

-- 
Randy

rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3]
[GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686]
12:22:01 up 126 days, 21:46, 3 users, load average: 0.32, 0.86, 0.72
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to