]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
HinzugefĆ¼gt:
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 022e5fbba9c90c4af58c41c4009c1e53dc916403..d9bfb84f929cf26137410a72a95606b18ccf143b 100644 (file)
--- a/make.sh
+++ b/make.sh
@@ -733,7 +733,10 @@ buildipcop() {
   ipcopmake asterisk
   ipcopmake mpg123
   echo -ne "`date -u '+%b %e %T'`: Building ### MP3-Server ### \n" | tee -a $LOGFILE
+  ipcopmake libogg
+  ipcopmake libvorbis
   ipcopmake lame
+  ipcopmake sox
   ipcopmake gnump3d
   echo -ne "`date -u '+%b %e %T'`: Building ### P2P-Clients ### \n" | tee -a $LOGFILE
   ipcopmake applejuice
@@ -868,7 +871,7 @@ ipfirepackages() {
   fi
   ipfiredist amavisd
   ipfiredist applejuice
-  ipfiredist asterisk
+  ipfiredist asterisk
   ipfiredist clamav
   ipfiredist cups
   ipfiredist cyrusimap
@@ -876,7 +879,9 @@ ipfirepackages() {
   ipfiredist gnump3d
   ipfiredist java
   ipfiredist lame
+  ipfiredist libogg
   ipfiredist libtiff
+  ipfiredist libvorbis
   ipfiredist libxml2
   ipfiredist mailx
   ipfiredist mldonkey
@@ -886,6 +891,7 @@ ipfirepackages() {
   ipfiredist postfix
   ipfiredist procmail
   ipfiredist samba
+  ipfiredist sox
   ipfiredist spamassassin
   ipfiredist web-cyradm
   ipfiredist xampp
@@ -1170,8 +1176,8 @@ svn)
          ;;
          commit|ci)
                clear
-               $0 changelog
-               echo "Upload the changed files..."
+               #$0 changelog
+               #echo "Upload the changed files..."
                sleep 1
                svn commit
                $0 svn up
@@ -1597,7 +1603,10 @@ batch)
                $0 clean
                ;;
        "SVN: Commit")
-               $0 svn commit
+               echo "Are your sure to Update all Files to the Server (write: yes)?"; read input
+               if [ "$input" == "yes" ]; then
+                       $0 svn commit
+               fi
                ;;
        "SVN: Update")
                $0 svn update