aboutsummaryrefslogtreecommitdiff
path: root/multimedia/arcan
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/arcan: try to unbreak the build on 32-bit archesAlexey Dokuchaev2026-04-301-1/+3
| | | | | | While here, use <tab> instead of <space>'s after assignment. Reported by: pkg-fallout
* multimedia/arcan: update 0.7.0.1 -> 0.7.1Al Hoang2025-12-315-74/+83
| | | | | | | ChangeLog: https://codeberg.org/letoram/arcan/src/branch/master/CHANGELOG.md#0-7-1 PR: 292012
* multimedia/ffmpeg: bump revision to chase lib version changeBaptiste Daroussin2025-12-241-1/+1
|
* multimedia/arcan: fix build with recent ffmpegBaptiste Daroussin2025-12-192-0/+59
| | | | Incorporate an upstream patch to build with recent ffmpeg
* lang/luajit: update to v2.1Sergey A. Osokin2025-07-091-0/+1
| | | | | | | | Disconnect lang/luajit-devel from the build, will be removed soon. Bump PORTREVISIONs for the consumers. Discussed with: adamw PR: 225342
* multimedia/arcan: Update to 0.7.0.1Al Hoang2025-05-194-29/+10
| | | | | | Also adopt port. PR: 286906
* multimedia/arcan: drop maintainershipJan Beich2024-09-031-1/+1
|
* multimedia/arcan: update to 0.6.3.3Jan Beich2024-08-043-20/+4
| | | | | Changes: https://github.com/letoram/arcan/releases/tag/0.6.3.3 Reported by: portscout
* multimedia/arcan: update to 0.6.3.2Jan Beich2024-07-317-51/+51
| | | | | Changes: https://github.com/letoram/arcan/releases/tag/0.6.3.2 Reported by: portscout
* x11-servers/xwayland-devel: drop direct consumers after a26e05c85c30Jan Beich2024-04-091-1/+2
| | | | | | | | | | | | - Upstream releases frequently and independently from xorg-server - Both ports have the same features and defaults - Newer snapshots may decrease stability or break HiDPI patches Note, wlroots-devel cannot stay on xwayland-devel without introducing package conflicts when installing hyprland + cage/gamescope. This reverts commit 4c432d12bbb40a1c91963af26986002e9c388f29. This reverts commit 09721d1275eea4199d7b39b25d962017187c82a0.
* *: Move manpages to share/manGleb Popov2024-03-172-241/+243
| | | | Approved by: portmgr (blanket)
* multimedia/arcan: update to 0.6.3Jan Beich2023-12-205-18/+56
| | | | | Changes: https://github.com/letoram/arcan/releases/tag/0.6.3 Reported by: Repology
* multimedia/arcan: restore evdev support via upstream fixJan Beich2023-09-303-16/+4
| | | | | | | | | | | | | Arcan >= 0.6.1 respects XKB_DEFAULT_LAYOUT ("us" by default, similar to Option "XkbLayout" in xorg.conf) instead of ARCAN_INPUT_KEYMAPS (/usr/share/syscons/keymaps/us.iso.kbd by default). XKB_DEFAULT_* are also used by other libxkbcommon consumers like Wayland compositors. Users that prefer syscons input backend can override via Makefile.local e.g., $ echo CMAKE_ARGS+=-DINPUT_PLATFORM=syscons >/usr/ports/multimedia/arcan/Makefile.local PR: 274163
* multimedia/arcan: unbreak KMS support after cb7c09ae6a8eJan Beich2023-09-302-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | $ arcan console pid 12345 (arcan), jid 0, uid 1111: exited on signal 6 (no core dump - bad address) $ tail -1 /var/log/messages Sep 29 22:48:36 localhost arcan[12345]: stack overflow detected; terminated (lldb) bt * thread #2, name = 'arcan', stop reason = signal SIGABRT * frame #0: 0x00000008277faf5a libc.so.7`__sys_kill at kill.S:4 frame #1: 0x00000008277fe361 libc.so.7`__fail(msg="stack overflow detected; terminated") at stack_protector.c:120:8 frame #2: 0x00000008277fe2d0 libc.so.7`__stack_chk_fail at stack_protector.c:127:2 frame #3: 0x00000000002eb876 arcan`button_count(fd=5, bitn=1, got_mouse=0x000000082040a5cf, got_joy=0x000000082040a5ce) at event.c:0 (lldb) f 3 frame #3: 0x00000000002eb876 arcan`button_count(fd=5, bitn=1, got_mouse=0x000000082040a5cf, got_joy=0x000000082040a5ce) at event.c:0 844 #define bit_isset(ary, bit) (( ary[bit_longn(bit)] >> bit_ofs(bit)) & 1) 845 #define bit_count(x) ( ((x) - 1 ) / (sizeof(long) * 8 ) + 1 ) 846 -> 847 static size_t button_count(int fd, size_t bitn, bool* got_mouse, bool* got_joy) 848 { 849 size_t count = 0; 850 PR: 274163 Reported by: Albin "a12l" Otterhäll
* */*: Bump all users of multimedia/ffmpeg*Daniel Engberg2023-04-271-1/+1
| | | | ...to make sure all picks up new version(s)
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-0/+1
|
* multimedia/arcan: drop ruby from RUN_DEPENDS after 2d00178fd4d9Jan Beich2023-01-151-2/+1
|
* */*: Fix some ports conversion from USE_RUBY to USES=rubyMuhammad Moinur Rahman2023-01-151-1/+1
| | | | | | | | In my previous commit 18c6e18 I missed some ports where RUBY was optional. This commit fixes those missing ports and fixes INDEX build. Approved by: portmgr Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
* multimedia/arcan: add to wayland categoryJan Beich2023-01-021-0/+1
| | | | arcan-wayland is a Wayland compositor but runs on top of A12 server.
* multimedia/arcan: update to 0.6.2.1Jan Beich2022-10-142-5/+9
| | | | | Changes: https://github.com/letoram/arcan/releases/tag/0.6.2.1 Reported by: Repology
* multimedia/arcan: convert to USES=luajit (defaults to luajit-devel)Jan Beich2022-10-141-1/+2
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* multimedia/arcan: update to 0.6.2Jan Beich2022-07-163-6/+6
| | | | | Changes: https://github.com/letoram/arcan/releases/tag/0.6.2 Reported by: Repology
* Revert "multimedia/arcan: drop option for expired audio/espeak"Stefan Eßer2022-07-151-5/+8
| | | | | | Bump PORTREVISION and update dependency on espeak to espeak-ng. This reverts commit b57678ad2e5278b6c5eba29e7602e681528400fd.
* multimedia/arcan: drop option for expired audio/espeakRene Ladan2022-07-011-9/+5
|
* multimedia/arcan: update to 0.6.1.1Jan Beich2022-05-293-9/+9
| | | | | Changes: https://github.com/letoram/arcan/releases/tag/0.6.1.1 Reported by: Repology
* multimedia/arcan: recommend addons a la 8a400121ead9Jan Beich2021-11-281-0/+13
| | | | | | Improve discoverability without circular dependency. While one can use `arcan console` or install an appl (pipeworld, safespaces) out of band the binary package already has many dependencies for extra features.
* multimedia/arcan: update to 0.6.1Jan Beich2021-11-193-18/+14
| | | | Changes: https://github.com/letoram/arcan/releases/tag/0.6.1
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* multimedia/arcan: drop undesired RUN_DEPENDS after cd486eb5dadfJan Beich2021-06-041-2/+2
| | | | Reported by: tobik
* multimedia/arcan: install extra manpagesJan Beich2021-06-032-3/+240
| | | | Inspired by: Arch, PkgSrc
* multimedia/arcan: set distribution tag for --versionJan Beich2021-06-031-1/+2
| | | | Inspired by: Arch
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/arcan: unbreak on aarch64Jan Beich2021-03-122-0/+3
| | | | | | | | | | | | | | | | (encode) disabled, lzma not found [...] Determining if the function lzma_auto_decoder exists in the /usr/lib/liblzma.so failed with the following output: c++: error: the clang compiler does not support '-march=native' [...] ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: bin/afsrv_encode PR: 254234 Reported by: mikael Notes: svn path=/head/; revision=568164
* multimedia/arcan: use luajit-openresty on all architecturesJan Beich2021-03-021-9/+2
| | | | | | | | | | | | lang/luajit hasn't been updated in years. Alpine, Debian, Fedora, Gentoo, Guix, Mageia, Nix, Void updated to 2.1.0 beta3 or snapshot. Of those Guix and Void have Arcan package. So, switch to 2.1 as well for better stability and non-x86 support. https://github.com/letoram/arcan/commit/b1290c6485db Notes: svn path=/head/; revision=566992
* multimedia/arcan: use getentropy on FreeBSD >= 12Jan Beich2021-03-022-1/+6
| | | | Notes: svn path=/head/; revision=566991
* Clean up some thingsTobias Kortkamp2021-02-261-1/+1
| | | | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop variables - Sort categories Reported by: portscan Notes: svn path=/head/; revision=566598
* multimedia/arcan: enable LUAJIT on powerpc64Piotr Kubaj2021-02-151-1/+1
| | | | | | | It builds fine with luajit-openresty. Notes: svn path=/head/; revision=565356
* multimedia/arcan: fix build on powerpc64*Piotr Kubaj2021-02-141-0/+6
| | | | | | | | | lang/luajit is not available on powerpc64 and powerpc64le. MFH: 2021Q1 Notes: svn path=/head/; revision=565248
* multimedia/arcan: update to 0.6.0.1Jan Beich2020-12-163-28/+5
| | | | | | | Changes: https://github.com/letoram/arcan/compare/0.6.0...0.6.0.1 Notes: svn path=/head/; revision=558221
* multimedia/arcan: make SUID=off clear setuid bit on root installJan Beich2020-12-121-1/+1
| | | | Notes: svn path=/head/; revision=557814
* multimedia/arcan: track setuid bitJan Beich2020-12-112-3/+7
| | | | | | | | | When launching on console under egl-dri session at least /dev/sysmouse fed by moused(8) requires root permissions. However, building and staging install as non-root may clear setuid bit. Notes: svn path=/head/; revision=557752
* multimedia/arcan: switch to upstreamable UVC fixJan Beich2020-11-283-40/+4
| | | | Notes: svn path=/head/; revision=556541
* multimedia/vlc: enable VLC on FreeBSD < 12 after r556538Jan Beich2020-11-281-1/+1
| | | | Notes: svn path=/head/; revision=556539
* multimedia/arcan: adjust patch comment after r556535Jan Beich2020-11-281-1/+0
| | | | Notes: svn path=/head/; revision=556536
* multimedia/arcan: drop libuvc workaround after r556534Jan Beich2020-11-281-26/+0
| | | | | | | PR: 251428 Notes: svn path=/head/; revision=556535
* multimedia/arcan: track Xwayland dependencyJan Beich2020-11-281-0/+1
| | | | | | | | | | | | src/wayland/xwlwm/xwlwm.c: char* argv[] = { "Xwayland", "-rootless", "-displayfd", NULL, "-wm", NULL, NULL, NULL}; Notes: svn path=/head/; revision=556489
* multimedia/arcan: fix a warning on FreeBSD < 12Jan Beich2020-11-282-0/+3
| | | | | | | | | | | | src/frameserver/util/anet_keystore_naive.c:231:10: warning: implicit declaration of function 'getline' is invalid in C99 [-Wimplicit-function-declaration] while (getline(&inbuf, &len, fpek) != -1){ ^ src/frameserver/util/anet_keystore_naive.c:427:15: warning: implicit declaration of function 'getline' is invalid in C99 [-Wimplicit-function-declaration] while ((nr = getline(&inbuf, &len, fpek)) != -1){ ^ Notes: svn path=/head/; revision=556485