aboutsummaryrefslogtreecommitdiff
path: root/multimedia/wlrobs
Commit message (Collapse)AuthorAgeFilesLines
* 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/wlrobs: fix build on powerpc64lePiotr Kubaj2021-01-011-1/+1
| | | | Notes: svn path=/head/; revision=559853
* multimedia/wlrobs: drop distfile mirroringJan Beich2020-12-172-4/+3
| | | | | | | https://hg.sr.ht/~sircmpwn/hg.sr.ht/rev/701795ec3596 Notes: svn path=/head/; revision=558311
* multimedia/wlrobs: drop redundant CFLAGSPiotr Kubaj2020-12-121-2/+0
| | | | | | | This is already in upstream obs-studio. Notes: svn path=/head/; revision=557861
* multimedia/wlrobs: fix build on powerpc64 elfv2Piotr Kubaj2020-12-121-2/+9
| | | | | | | | | Clang can't build this port, build with GCC: /usr/lib/clang/11.0.0/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size return (__m64)__builtin_ia32_vec_init_v2si(__i, 0); Notes: svn path=/head/; revision=557842
* multimedia/wlrobs: update to 1.0Jan Beich2020-12-012-7/+6
| | | | | | | Changes: https://hg.sr.ht/~scoopta/wlrobs/log?rev=v1.0 Notes: svn path=/head/; revision=556687
* multimedia/wlrobs: update to s20200812Jan Beich2020-08-152-5/+5
| | | | | | | Changes: https://hg.sr.ht/~scoopta/wlrobs/log Notes: svn path=/head/; revision=544905
* multimedia/wlrobs: update to s20200622Jan Beich2020-07-162-5/+5
| | | | | | | Changes: https://hg.sr.ht/~scoopta/wlrobs/rev/1d3acaaf6404 Notes: svn path=/head/; revision=542302
* multimedia/wlrobs: switch to vendor install after r539684Jan Beich2020-06-201-6/+1
| | | | Notes: svn path=/head/; revision=539690
* multimedia/wlrobs: update to s20200608Jan Beich2020-06-202-5/+5
| | | | | | | Changes: https://hg.sr.ht/~scoopta/wlrobs/log Notes: svn path=/head/; revision=539684
* multimedia/wlrobs: unbreak on powerpc64Jan Beich2020-05-061-0/+3
| | | | | | | | PR: 243659 Submitted by: pkubaj Notes: svn path=/head/; revision=534155
* multimedia/wlrobs: update to s20200111Jan Beich2020-01-142-5/+5
| | | | | | | Changes: https://hg.sr.ht/~scoopta/wlrobs/log/8345bf985e39 Notes: svn path=/head/; revision=522980
* multimedia/wlrobs: update to s20200110Jan Beich2020-01-112-6/+7
| | | | | | | Changes: https://hg.sr.ht/~scoopta/wlrobs/log/b6a34a5f77f6 Notes: svn path=/head/; revision=522623
* multimedia/wlrobs: update to s20191230Jan Beich2019-12-312-20/+10
| | | | | | | Changes: https://hg.sr.ht/~scoopta/wlrobs/log/d7294c05b907 Notes: svn path=/head/; revision=521663
* multimedia/wlrobs: unbreak buildJan Beich2019-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Looks the framework cannot handle if one of the mirrors returns a distfile with incorrect checksum. =========================================================================== =======================<phase: fetch >============================ => wlrobs-8b4656a90bc7.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz fetch: https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz: size unknown fetch: https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz: size of remote file is not known wlrobs-8b4656a90bc7.tar.gz 22 kB 58 MBps 00s ===> Fetching all distfiles required by wlrobs-s20191120 for building =========================================================================== =======================<phase: checksum >============================ ===> Fetching all distfiles required by wlrobs-s20191120 for building => SHA256 Checksum mismatch for wlrobs-8b4656a90bc7.tar.gz. ===> Refetch for 1 more times files: wlrobs-8b4656a90bc7.tar.gz => wlrobs-8b4656a90bc7.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz fetch: https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz: size unknown fetch: https://hg.sr.ht/~scoopta/wlrobs/archive/8b4656a90bc7.tar.gz?dummy=/wlrobs-8b4656a90bc7.tar.gz: size of remote file is not known wlrobs-8b4656a90bc7.tar.gz 22 kB 49 MBps 00s ===> Fetching all distfiles required by wlrobs-s20191120 for building ===> Fetching all distfiles required by wlrobs-s20191120 for building => SHA256 Checksum mismatch for wlrobs-8b4656a90bc7.tar.gz. ===> Giving up on fetching files: wlrobs-8b4656a90bc7.tar.gz Make sure the Makefile and distinfo file (/usr/ports/multimedia/wlrobs/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Reported by: pkg-fallout Notes: svn path=/head/; revision=518100
* multimedia/wlrobs: define licenseJan Beich2019-11-211-0/+3
| | | | Notes: svn path=/head/; revision=518073
* multimedia/wlrobs: add new portJan Beich2019-11-213-0/+43
wlrobs is an obs-studio plugin that allows you to screen capture on wlroots-based Wayland compositors. https://hg.sr.ht/~scoopta/wlrobs Notes: svn path=/head/; revision=518070