Skip to content

Commit 7c94df5

Browse files
committed
Merge pull request #13 from mpneuried/master
updated to gphoto 2.5.6 Thanks for your feedback!
2 parents 2c5bed1 + 677a19a commit 7c94df5

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
gphoto2-updater
22
===============
33

4-
Gphoto2 2.5.5 compiler and installer script v0.4.1
4+
Gphoto2 2.5.6 compiler and installer script v0.4.1
55
http://github.com/gonzalo/gphoto2-updater
66

77
This script is specifically created for Raspbian http://www.raspbian.org

gphoto2-updater.sh

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#/bin/sh
22

3-
# Gphoto2 2.5.5 compiler and installer script v0.4.1
3+
# Gphoto2 2.5.6 compiler and installer script v0.4.1
44
#
55
# This script is specifically created for Raspbian http://www.raspbian.org
66
# and Raspberry Pi http://www.raspberrypi.org but should work over any
@@ -11,6 +11,7 @@
1111
# Updated for gPhoto2 2.5.1.1 by Peter Hinson
1212
# Updated for gPhoto2 2.5.2 by Dmitri Popov
1313
# Updated for gphoto2 2.5.5 by Mihai Doarna
14+
# Updated for gphoto2 2.5.6 by Mathias Peter
1415

1516
# This program is free software: you can redistribute it and/or modify
1617
# it under the terms of the GNU General Public License as published by
@@ -96,24 +97,24 @@ cd ..
9697

9798
echo
9899
echo "----------------------------"
99-
echo "Downloading libgphoto2 2.5.5"
100+
echo "Downloading libgphoto2 2.5.6"
100101
echo "----------------------------"
101102
echo
102103

103-
if wget -q http://downloads.sourceforge.net/project/gphoto/libgphoto/2.5.5/libgphoto2-2.5.5.tar.bz2
104+
if wget -q http://downloads.sourceforge.net/project/gphoto/libgphoto/2.5.6/libgphoto2-2.5.6.tar.bz2
104105
then
105-
tar xjf libgphoto2-2.5.5.tar.bz2
106-
cd libgphoto2-2.5.5
106+
tar xjf libgphoto2-2.5.6.tar.bz2
107+
cd libgphoto2-2.5.6
107108
else
108-
echo "Unable to get libgphoto2-2.5.5"
109+
echo "Unable to get libgphoto2-2.5.6"
109110
echo "Cleaning and exiting..."
110111
exit 1
111112
fi
112113

113114

114115
echo
115116
echo "-----------------------------------------"
116-
echo "Compiling and installing libgphoto2 2.5.5"
117+
echo "Compiling and installing libgphoto2 2.5.6"
117118
echo "-----------------------------------------"
118119
echo
119120

@@ -124,16 +125,16 @@ cd ..
124125

125126
echo
126127
echo "-------------------------"
127-
echo "Downloading gphoto2 2.5.5"
128+
echo "Downloading gphoto2 2.5.6"
128129
echo "-------------------------"
129130
echo
130131

131-
if wget -q http://downloads.sourceforge.net/project/gphoto/gphoto/2.5.5/gphoto2-2.5.5.tar.gz
132+
if wget -q http://downloads.sourceforge.net/project/gphoto/gphoto/2.5.6/gphoto2-2.5.6.tar.gz
132133
then
133-
tar xzvf gphoto2-2.5.5.tar.gz
134-
cd gphoto2-2.5.5
134+
tar xzvf gphoto2-2.5.6.tar.gz
135+
cd gphoto2-2.5.6
135136
else
136-
echo "Unable to get gphoto2-2.5.5"
137+
echo "Unable to get gphoto2-2.5.6"
137138
echo "Cleaning and exiting..."
138139
exit 1
139140
fi

0 commit comments

Comments
 (0)