Skip to content

Commit

Permalink
# Version 0.9.4 (23/03/2017)
Browse files Browse the repository at this point in the history
## Bugs and updates

* Take properly into account the `DISABLE_MEDIASPIP` option
* Delete Debian Squeeze compatibility

## Softwares and libraries

* Update FFmpeg at version 3.2.3 (and retrieve it from GitHub)
* Update MediaInfo at version 0.7.93
* Update LibOpus at version 1.1.4
* Update LibFdk-aac at version 0.1.5
* Update LibVPX at version 1.6.1
  • Loading branch information
kent1D committed Mar 23, 2017
1 parent 8c1a5ff commit 34ac5a8
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 387 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## Version 0.9.x

### Version 0.9.4 (23/03/2017)

#### Bugs and updates

* Take properly into account the `DISABLE_MEDIASPIP` option
* Delete Debian Squeeze compatibility

#### Softwares and libraries

* Update FFmpeg at version 3.2.3 (and retrieve it from GitHub)
* Update MediaInfo at version 0.7.93
* Update LibOpus at version 1.1.4
* Update LibFdk-aac at version 0.1.5
* Update LibVPX at version 1.6.1

### Version 0.9.3 (31/01/2016)

#### Bugs and updates
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Ce script automatise l'installation des dépendances logicielles, de SPIP et des

Il est compatible avec les Distributions Linux suivantes :

* [Debian Squeeze (6.x.x)](https://www.debian.org/releases/squeeze/)
* [Debian Wheezy (7.x.x)](https://www.debian.org/releases/wheezy/)
* [Debian Jessie (8.x.x)](https://www.debian.org/releases/jessie/)
* Ubuntu Precise LTS (12.04)
Expand Down
4 changes: 2 additions & 2 deletions distribs/debian_jessie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ debian_jessie_ffmpeg_install ()
echo $(eval_gettext 'Info debut $SOFT install') 2>> $LOG >> $LOG
echo
wget $FFMPEG_URL 2>> $LOG >> $LOG
tar xvjf $FFMPEG_FICHIER 2>> $LOG >> $LOG
tar xvzf $FFMPEG_FICHIER 2>> $LOG >> $LOG
elif [ ! -d $FFMPEG_PATH ];then
tar xvjf $FFMPEG_FICHIER 2>> $LOG >> $LOG
tar xvzf $FFMPEG_FICHIER 2>> $LOG >> $LOG
fi

if [ -x $(which ffmpeg) ];then
Expand Down
342 changes: 0 additions & 342 deletions distribs/debian_squeeze.sh

This file was deleted.

Loading

0 comments on commit 34ac5a8

Please sign in to comment.