From: Hugo Villeneuve Date: Fri, 13 Nov 2015 04:27:39 +0000 (-0500) Subject: Ajout lsdvd X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=6bd9389966e32f41424ee5eb52937e84e154566c Ajout lsdvd --- diff --git a/config/packages-list b/config/packages-list index 7646a0b..6d9fc2d 100644 --- a/config/packages-list +++ b/config/packages-list @@ -276,6 +276,7 @@ LIBX264="x264-snapshot-20141208-2245" LIGHTTPD="lighttpd-1.4.32" LILYPOND="lilypond-2.18.2" LLVM="llvm-3.1" +LSDVD="lsdvd-0.17" LTSP_UTILS="ltsp-utils-0.25-0" LUA="lua-5.2.3" LYNX="lynx2.8.8dev.10" diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 22a36bc..9677c03 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -115,6 +115,7 @@ ipkg -m acnb ${LIBDVDREAD} ipkg -m acnb ${LIBDVDNAV} ipkg -m noac ${DVDFS} ipkg -m acnb ${VOBCOPY} +ipkg ${LSDVD} if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then rscr once "Installing TexLive texmf" install-texlive-texmf diff --git a/stage5/packages-update b/stage5/packages-update index b083a37..05b776d 100755 --- a/stage5/packages-update +++ b/stage5/packages-update @@ -99,6 +99,7 @@ fpkg -e "tar.bz2" -v 0 ${LIBDVDNAV} \ fpkg -e "tar.gz" ${DVDFS} "http://jspenguin.org:81/dvdfs" fpkg -e "tar.bz2" ${VOBCOPY} "http://vobcopy.org/download" +fpkg -m sf ${LSDVD} fpkg -e "tar.xz" ${TEXLIVE} "ftp://tug.org/texlive/historic/2012" fpkg -e "tar.xz" ${TEXLIVE_TEXMF} "ftp://tug.org/texlive/historic/2012"