Skip to content

Commit

Permalink
Merge pull request #1877 from benben/archscripts_update
Browse files Browse the repository at this point in the history
update gstreamer version to 1.0 in archlinux install scripts
  • Loading branch information
arturoc committed Feb 15, 2013
2 parents 56ff1ef + 5512016 commit 74bc634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/linux/archlinux/install_codecs.sh
@@ -1,2 +1,2 @@
pacman -Sy --needed mpg123 gstreamer0.10-ugly-plugins gstreamer0.10-ffmpeg
pacman -Sy --needed mpg123 gst-plugins-ugly

2 changes: 1 addition & 1 deletion scripts/linux/archlinux/install_dependencies.sh
Expand Up @@ -10,7 +10,7 @@ if [ $EUID != 0 ]; then
exit 1
fi

pacman -Sy --needed make pkg-config gcc openal python-lxml glew freeglut freeimage jack gstreamer0.10-good-plugins gstreamer0.10-bad-plugins portaudio
pacman -Sy --needed make pkg-config gcc openal python-lxml glew freeglut freeimage jack gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav portaudio

exit_code=$?
if [ $exit_code != 0 ]; then
Expand Down

0 comments on commit 74bc634

Please sign in to comment.