Skip to content

multimedia/gphoto2: add package to openwrt repository#2137

Closed
asterix555 wants to merge 1 commit intoopenwrt:masterfrom
SmartMediaTechnology:gphoto2
Closed

multimedia/gphoto2: add package to openwrt repository#2137
asterix555 wants to merge 1 commit intoopenwrt:masterfrom
SmartMediaTechnology:gphoto2

Conversation

@asterix555
Copy link
Copy Markdown

libs/libgphoto2: add package to openwrt repository
Signed-off-by: Erwin Preuner erwin.preuner@smart-mt.at

libs/libgphoto2: add package to openwrt repository
Signed-off-by: Erwin Preuner <erwin.preuner@smart-mt.at>
Comment thread multimedia/gphoto2
@@ -0,0 +1 @@
Subproject commit 0b531bb70622a9d88b2fc0cfb0c649d0b6400f76
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a subproject module. I've queried it in a thread here:
https://forum.openwrt.org/viewtopic.php?id=56272

@diizzyy
Copy link
Copy Markdown
Contributor

diizzyy commented Jan 7, 2017

@champtar
I think we can safely close this as submitter timeout

@bittorf
Copy link
Copy Markdown

bittorf commented Feb 20, 2017

@asterix555 can you please say something about your PR? if you do not have time anymore, maybe I can jump in...

@diizzyy
Copy link
Copy Markdown
Contributor

diizzyy commented Feb 20, 2017

Out of curiosity, what would be a real life use case?

@bittorf
Copy link
Copy Markdown

bittorf commented Feb 20, 2017

i have an installation, where a real 1000,- euro camera is connected via USB to a router. this router talks to the camera via gphoto2: take a picture "now", send it to a samba-share wirelessly.

@asterix555
Copy link
Copy Markdown
Author

Hi @bittorf,
that would be great!

@diizzyy:
OpenWRT is a great platform for lightweight embedded linux systems performing various tasks. There are several guys doing high-quality weather cameras using gphoto2/libgphoto2 on OpenWRT (www.foto-webcam.eu)

@bittorf
Copy link
Copy Markdown

bittorf commented Feb 21, 2017

ok, i have some progress with recent 'gphoto':

root@LEDE:~ :) gphoto2 --version
gphoto2 2.5.10

Copyright (c) 2000-2016 Lutz Mueller and others

gphoto2 comes with NO WARRANTY, to the extent permitted by law. You may
redistribute copies of gphoto2 under the terms of the GNU General Public
License. For more information about these matters, see the files named COPYING.

This version of gphoto2 is using the following software versions and options:
gphoto2         2.5.10         mips-openwrt-linux-musl-gcc, popt(m), exif, no cdk, no aa, jpeg, readline
libgphoto2      2.5.10         INCOMPLETE CAMLIB SET (ptp2), mips-openwrt-linux-musl-gcc, ltdl, no EXIF
libgphoto2_port 0.12.0         mips-openwrt-linux-musl-gcc, ltdl, USB, no serial

give me some days for testing and polishing and i will update the pull request.

@Codecross
Copy link
Copy Markdown

@bittorf : I'm not sure if you checked out the link I mentioned above, but I added a commit for 2.5.9, based on the previous iteration of gphoto2. Not sure if it will help at all. Cheers.

Codecross@7ab35ec

@bittorf
Copy link
Copy Markdown

bittorf commented Feb 21, 2017

@Codecross thanks, i did not - but if I do it, I want the latest stable 8-)

@hauke
Copy link
Copy Markdown
Member

hauke commented Jun 3, 2017

This was superseded by #4274 which was merged

@hauke hauke closed this Jun 3, 2017
graysky2 added a commit to graysky2/packages that referenced this pull request Jun 6, 2025
This is a feaure and bugfix release.

New features:
bsdtar: support --mtime and --clamp-mtime (openwrt#2601)
lib: mbedtls 3.x compatibility (openwrt#2602)
7-zip reader: improve self-extracting archive detection (openwrt#2088)
xar: xmllite support for the XAR reader and writer (openwrt#2388)
zip writer: added XZ, LZMA, ZSTD and BZIP2 support (openwrt#2137, openwrt#2284, openwrt#2391)
zip writer: added LZMA + RISCV BCJ filter (openwrt#2403)

Notable security fixes:
rar: do not skip past EOF while reading (openwrt#2584)
rar: fix double free with over 4 billion nodes (openwrt#2598)
rar: fix heap-buffer-overflow (openwrt#2599)
warc: prevent signed integer overflow (openwrt#2568)
tar: fix overflow in build_ustar_entry (openwrt#2588)

Notable bugfixes:
ibarchive: fix FILE_skip regression (openwrt#2642)
compress: Prevent call stack overflow (openwrt#2649)
iso9660: always check archive_string_ensure return value (openwrt#2651)
tar: Support negative time values with pax (openwrt#2634)
tar: Reset accumulated header state after reading macOS metadata blob (openwrt#2636)
tar: Keep block alignment after pax error (openwrt#2637)
tar: Handle extra bytes after sparse entries (openwrt#2643)
windows: check archive_wstring_ensure return value (openwrt#2652)
bsdtar: don't hardlink negative inode files together (openwrt#2587)
gz: allow setting the original filename for gzip compressed files (openwrt#2544)
lib: improve lseek handling (openwrt#2564)
lib: support @-prefixed Unix epoch timestamps as date strings (openwrt#2606)
rar: support large headers on 32 bit systems (openwrt#2596)
tar reader: Improve LFS support on 32 bit systems (openwrt#2582)

Full changelog: libarchive/libarchive@v3.7.9...v3.8.1

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia <therealgraysky@proton.me>
@graysky2 graysky2 mentioned this pull request Jun 6, 2025
4 tasks
robimarko pushed a commit that referenced this pull request Jun 7, 2025
This is a feaure and bugfix release.

New features:
bsdtar: support --mtime and --clamp-mtime (#2601)
lib: mbedtls 3.x compatibility (#2602)
7-zip reader: improve self-extracting archive detection (#2088)
xar: xmllite support for the XAR reader and writer (#2388)
zip writer: added XZ, LZMA, ZSTD and BZIP2 support (#2137, #2284, #2391)
zip writer: added LZMA + RISCV BCJ filter (#2403)

Notable security fixes:
rar: do not skip past EOF while reading (#2584)
rar: fix double free with over 4 billion nodes (#2598)
rar: fix heap-buffer-overflow (#2599)
warc: prevent signed integer overflow (#2568)
tar: fix overflow in build_ustar_entry (#2588)

Notable bugfixes:
ibarchive: fix FILE_skip regression (#2642)
compress: Prevent call stack overflow (#2649)
iso9660: always check archive_string_ensure return value (#2651)
tar: Support negative time values with pax (#2634)
tar: Reset accumulated header state after reading macOS metadata blob (#2636)
tar: Keep block alignment after pax error (#2637)
tar: Handle extra bytes after sparse entries (#2643)
windows: check archive_wstring_ensure return value (#2652)
bsdtar: don't hardlink negative inode files together (#2587)
gz: allow setting the original filename for gzip compressed files (#2544)
lib: improve lseek handling (#2564)
lib: support @-prefixed Unix epoch timestamps as date strings (#2606)
rar: support large headers on 32 bit systems (#2596)
tar reader: Improve LFS support on 32 bit systems (#2582)

Full changelog: libarchive/libarchive@v3.7.9...v3.8.1

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia <therealgraysky@proton.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants