Search Criteria
Package Details: gstfs-ng 1.1.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gstfs-ng.git (read-only, click to copy) |
|---|---|
| Package Base: | gstfs-ng |
| Description: | A FUSE-based file system for dynamic gstreamer-based transcoding |
| Upstream URL: | https://github.com/rtyle/gstfs-ng |
| Licenses: | LGPL-2.0-or-later, LGPL-3.0-or-later |
| Submitter: | SmashedSqwurl |
| Maintainer: | SmashedSqwurl (dreieck) |
| Last Packager: | SmashedSqwurl |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-04-01 02:45 (UTC) |
| Last Updated: | 2024-12-10 23:47 (UTC) |
Dependencies (4)
- boost-libs
- fuse (fuse2)
- gstreamer (gstreamer-gitAUR)
- boost (boost-gitAUR) (make)
Latest Comments
SmashedSqwurl commented on 2024-12-10 23:48 (UTC)
Thanks @dreieck. I've updated the PKGBUILD and added you as a co-maintainer since I don't actively use this package anymore.
dreieck commented on 2024-12-09 15:24 (UTC) (edited on 2024-12-09 15:27 (UTC) by dreieck)
Build issues fixed in version 1.1.1.
Updated
PKGBUILD, which also movesboosttomakedependsand makes the license identifier SPDX compliant, and installs theREADMEandCOPYING(just as a "service" to the user, not necessary):dreieck commented on 2024-12-08 17:30 (UTC)
Build fails for me with
src/mmap_allocator.cpp:227:42: error: ‘using allocator_t = class boost::interprocess::allocator<unsigned char, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::null_mutex_family>, boost::interprocess::iset_index> >’ {aka ‘class boost::interprocess::allocator<unsigned char, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::null_mutex_family>, boost::interprocess::iset_index> >’} has no member named ‘destroy’and subsequent errors.↗ Upstream issue report.
Regards!
dreieck commented on 2024-12-08 17:29 (UTC)
Ahoj,
boost-libsare dependencies, but isboostreally a dependency, or is it sufficient to put it inmakedepends?Regards!