Port details |
- seom Real-time capture library for OpenGL applications
- 2010011201_4 graphics =2 2010011201_4Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2010-01-14 19:12:03
- Last Update: 2024-02-28 15:53:37
- Commit Hash: e83f0a9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/wereHamster/yukon
- Description:
- Yukon is a set of libraries and applications that are designed to
capture realtime videos of OpenGL applications (games). The original
design idea is based on Anandtech's FrameGetter, but was extended
to suit today's high-performance computers.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/seom/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/seom
- pkg install seom
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: seom
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- SHA256 (seom-2010011201.tar.bz2) = fcfb18f4aaf6f221eef1ea765fbbec965fb6180ac35879f9a3a19319a8f20bb0
SIZE (seom-2010011201.tar.bz2) = 24242
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- yasm : devel/yasm
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xv.pc : x11/libXv
- xext.pc : x11/libXext
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xv.pc : x11/libXv
- xext.pc : x11/libXext
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- This port is required by:
- for Libraries
-
- graphics/yukon
Configuration Options:
- No options to configure
- Options name:
- graphics_seom
- USES:
- gl gmake tar:bzip2 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2010011201_4 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
2010011201_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
2010011201_3 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
2010011201_3 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
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 |
2010011201_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2010011201_2 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
2010011201_2 21 Dec 2017 09:07:45 |
linimon |
Pet portlint and canonicalize error message. |
2010011201_2 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
2010011201_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2010011201_1 08 Mar 2015 02:33:10 |
amdmi3 |
- Add LICENSE_FILE
- Strip binaries |
2010011201 05 Dec 2014 08:32:19 |
danfe |
- Resurrect, unbreak, stagify, etc.
- Requires GNU make to build, add it to USES
- Links to libXext.so, thus amend USE_XORG
- Contract MASTER_SITES, cleanup pkg-plist |
2010011201 22 Dec 2013 16:51:41 |
rene |
Remove expired ports:
graphics/yukon: depends on graphics/seom
2013-12-22 graphics/seom: Broken for more than 6 month |
2010011201 22 Nov 2013 08:24:11 |
bapt |
Deprecated ports broken for more than 6 month |
2010011201 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2010011201 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2010011201 10 May 2013 06:53:16 |
miwi |
- Broken fails to package |
2010011201 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
2010011201 07 Feb 2013 17:40:34 |
mi |
Patch the source Makefile to no longer require gmake. Teach it to
translate i386 into x86 for yasm. This unbreaks the port on i386.
Fix the few warnings while I'm here. |
2010011201 01 Nov 2011 20:46:07 |
dougb |
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000 |
2010011201 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
2010011201 06 Jun 2010 22:09:10 |
dougb |
Remove bms from the pkg-descr's of ports he no longer maintains. |
2010011201 06 Jun 2010 17:00:59 |
bms |
Drop maintainership for these ports.
Regrettably, I have no free time for the foreseeable future which
I can commit directly to these aspects of FreeBSD work, due to
a demanding new role elsewhere.
I am able to review patches from time to time, but regrettably cannot
be directly involved in engineering work beyond this w/o it being
directly involved in day-to-day effort.
Thank you for your understanding. |
2010011201 27 Feb 2010 01:44:35 |
linimon |
Mark as only for i386 and amd64: gmake step fails.
Hat: portmgr
Feature safe: yes |
2010011201 31 Jan 2010 09:18:02 |
erwin |
Mark BROKEN on i386: does not build |
2010011201 14 Jan 2010 19:45:30 |
bms |
add i386/amd64 conditional build dep on yasm (found by QA tindy) |
2010011201 14 Jan 2010 19:11:45 |
bms |
seom is a library to allow OpenGL application output to be captured. |