File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ mkdir -p package_linux/usr/local/share/man/man1
9
9
cp ./sdl_img ./package_linux/usr/local/bin
10
10
cp sdl_img.1 ./package_linux/usr/local/share/man/man1
11
11
12
- fpm -s dir -t deb -v 0.95 -n sdl_img -C package_linux \
12
+ fpm -s dir -t deb -v 0.96 -n sdl_img -C package_linux \
13
13
--log info --verbose \
14
- -d " libsdl2-2.0-0 >= 2.0.5" -d " libcurl3" \
14
+ -d " libsdl2-2.0-0 >= 2.0.5" -d " libsdl2-gfx-1.0-0 " -d " libcurl3" \
15
15
-m " Robert Winkler <rob121618@gmail.com>" \
16
16
--license MIT \
17
17
--url " https://github.com/rswinkle/sdl_img"
18
18
19
19
20
- fpm -s dir -t tar -v 0.95 -n sdl_img -C package_linux \
20
+ fpm -s dir -t tar -v 0.96 -n sdl_img -C package_linux \
21
21
--log info --verbose \
22
- -d " libsdl2-2.0-0 >= 2.0.5" -d " libcurl3" \
22
+ -d " libsdl2-2.0-0 >= 2.0.5" -d " libsdl2-gfx-1.0-0 " -d " libcurl3" \
23
23
-m " Robert Winkler <rob121618@gmail.com>" \
24
24
--license MIT \
25
25
--url " https://github.com/rswinkle/sdl_img"
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ of hyperspectral data for imaging spectroscopy applications."
35
35
36
36
37
37
38
- fpm -s dir -t deb -v 0.95 -n sdl_img -C package_linux \
38
+ fpm -s dir -t deb -v 0.96 -n sdl_img -C package_linux \
39
39
--log info --verbose \
40
- -d "libsdl2-2.0-0 >= 2.0.5" -d "libcurl3" \
40
+ -d "libsdl2-2.0-0 >= 2.0.5" -d "libsdl2-gfx-1.0-0" -d " libcurl3" \
41
41
-m "Robert Winkler <rob121618@gmail.com>" \
42
42
--license MIT \
43
43
--url "https://github.com/rswinkle/sdl_img"
You can’t perform that action at this time.
0 commit comments