]> Untitled Git - hvlinux.git/commitdiff
Add vorbis-gain
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 7 Aug 2013 04:18:09 +0000 (00:18 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 7 Aug 2013 17:50:22 +0000 (13:50 -0400)
config/packages-list
stage3/hv-install-1
stage3/packages-update

index 07f2e7c51b895418b2638d781e0919b9be23b5a4..89b5f2ba328c07338f83920d12bcaec74d199e70 100644 (file)
@@ -242,6 +242,7 @@ RPCNIS_HEADERS="rpcnis-headers"
 LIBTOOL="libtool-2.4.2"
 LIBVORBIS="libvorbis-1.3.3"
 VORBIS_TOOLS="vorbis-tools-1.4.0"
+VORBISGAIN="vorbisgain-0.36"
 LIBVPX="libvpx-v1.1.0"
 LIBUNISTRING="libunistring-0.9.3"
 LIBUSB="libusb-1.0.9"
index 2130bd40e11bf4c08fe17ca5b63bc75c284150ee..c19471b9eb8ba4051695abc07705b9ff447dbaf6 100755 (executable)
@@ -220,6 +220,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
 
        ipkg ${ALSA_PLUGINS}
        ipkg ${VORBIS_TOOLS}
+        ipkg ${VORBISGAIN}
 
        ipkg ${MOC}
     fi
index 0f98b91676f8cb170226d1a07392294c8fe885e1..5f46117647976d5417bb7129925addf316930262 100755 (executable)
@@ -173,6 +173,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
         fpkg -e "tar.gz" ${LIBOGG} "http://downloads.xiph.org/releases/ogg"
         fpkg -e "tar.gz" ${LIBVORBIS} \
             "http://downloads.xiph.org/releases/vorbis"
+        fpkg -e "zip" ${VORBISGAIN} "http://sjeng.org/ftp/vorbis"
         fpkg -m sf ${FLAC}
 
         fpkg -e "tar.gz" ${LIBSNDFILE} "http://www.mega-nerd.com/libsndfile/files"