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 07f2e7c..89b5f2b 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 2130bd4..c19471b 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 0f98b91..5f46117 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"