aboutsummaryrefslogtreecommitdiff
path: root/multimedia/cx88
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/cx88: fix build with base system PIE defaultEd Maste2021-03-011-0/+2
| | | | | | | | | | | | | PIE with static libraries is currently unsupported in the FreeBSD base system. Explicitly disable PIE for in affected ports for now. PR: 253275 Submitted by: Dawid Gorecki <dgr@semihalf.com> Approved by: jah (maintainer), lwhsu Differential Revision: https://reviews.freebsd.org/D28869 Notes: svn path=/head/; revision=566909
* Remove HAL optionBaptiste Daroussin2021-02-081-7/+1
| | | | Notes: svn path=/head/; revision=564688
* Bump PORTREVISION for devel/json-c json-cSunpoet Po-Chuan Hsieh2020-05-221-1/+1
| | | | Notes: svn path=/head/; revision=536219
* multimedia/cx88: switch from CUSE4BSD to cuse, which is its in-tree successor.Rene Ladan2019-11-308-3/+78
| | | | | | | Suggested by: jbeich Notes: svn path=/head/; revision=518725
* Fix build with src r354909 applied.Brooks Davis2019-11-251-0/+11
| | | | | | | | | | | | | | The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>. Notes: svn path=/head/; revision=518434
* multimedia/cx88: update to 1.5.3; fixes build with clang 8.0Jason A. Harmening2019-04-282-6/+5
| | | | | | | | | | While here, update maintainer email PR: 237430 Approved by: swills Notes: svn path=/head/; revision=500299
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lThomas Zander2018-09-291-1/+1
| | | | Notes: svn path=/head/; revision=480899
* Update devel/json-c to 0.13.1Sunpoet Po-Chuan Hsieh2018-09-051-0/+1
| | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 231007 Exp-run by: antoine Notes: svn path=/head/; revision=479045
* Drop FreeBSD 10.3 supportJan Beich2018-05-071-3/+0
| | | | | | | | | Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*) Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D15238 Notes: svn path=/head/; revision=469338
* multimedia/cx88: update to 1.5.2Steve Wills2018-01-162-6/+5
| | | | | | | | PR: 225189 Submitted by: jason.harmening@gmail.com (maintainer) Notes: svn path=/head/; revision=459173
* Update devel/json-c to 0.13Sunpoet Po-Chuan Hsieh2018-01-031-0/+1
| | | | | | | | | | | | | - Add TEST_TARGET - While I'm here, fix shebang for net/opensips - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 224675 Exp-run by: antoine Notes: svn path=/head/; revision=457965
* Update to upstream release 1.5.1; fixes build with libc++ 3.9Thomas Zander2016-11-282-4/+4
| | | | | | | | | PR: 214887 Submitted by: jason.harmening@gmail.com (maintainer) MFH: 2016Q4 Notes: svn path=/head/; revision=427303
* Update to upstream version 1.5.0Thomas Zander2016-07-033-11/+13
| | | | | | | | PR: 210629 Submitted by: jason.harmening@gmail.com (maintainer) Notes: svn path=/head/; revision=417981
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Switch to USES=libedit as suggested by stage-qaDmitry Marakasov2015-09-111-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396684
* multimedia/cx88: fix rc startup scriptBartek Rutkowski2015-03-023-2/+75
| | | | | | | | PR: 197574 Submitted by: Jason Harmening <jason.harmening@gmail.com> Notes: svn path=/head/; revision=380277
* Update to version 1.4.11Thomas Zander2014-11-253-11/+8
| | | | | | | | PR: 195236 Submitted by: jason.harmening@gmail.com (maintainer) Notes: svn path=/head/; revision=373429
* - Allow staging as a regular userAntoine Brodin2014-10-102-25/+13
| | | | | | | - Remove things already provided by USES=kmod Notes: svn path=/head/; revision=370610
* Add USES=readline to fix build on -current.Adam Weinberger2014-07-231-1/+1
| | | | Notes: svn path=/head/; revision=362689
* - Update to upstream release 1.4.10Thomas Zander2014-06-283-15/+14
| | | | | | | | | | | | | | | | | - Add frontend-only and backend-only capture modes - Allow multiple open device handles - Add json-formatted low-level ioctl commands - Stagify - Correct LICENSE - Handle stripping - Pet portlint PR: 190914 Submitted by: jason.harmening@gmail.com (maintainer) Approved by: jason.harmening@gmail.com (maintainer), mentors (implicit) Notes: svn path=/head/; revision=359710
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-1/+1
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* multimedia/cx88: update to 1.4.9William Grzybowski2013-09-172-5/+5
| | | | | | | | | | | - Update to 1.4.9 [1] - Convert lib depends to new format PR: ports/182132 Submitted by: Jason Harmening <jason.harmening gmail.com> (maintainer) Notes: svn path=/head/; revision=327483
* multimedia/cx88: update to 1.4.8William Grzybowski2013-07-282-9/+9
| | | | | | | | | | | - Update to 1.4.8 [1] - Remove ABI version in LIB_DEPENDS PR: ports/180784 Submitted by: Jason A Harmening <jason.harmening gmail.com> (maintainer) Notes: svn path=/head/; revision=323848
* Update to 1.4.7.Raphael Kubo da Costa2013-06-293-8/+7
| | | | | | | | | | | | | - Configure board drivers and capture types from XML file - Fix stale packet issue for DVB - Add data-only capture mode for unsupported boards - Various usability improvements PR: ports/180088 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Notes: svn path=/head/; revision=322049
* - Update to 1.4.6Guido Falsi2013-01-102-9/+7
| | | | | | | | | | | | | | | | | | - Change wording for some OPTIONS descriptions - Mark IGNORE on <8.3 Changes: - Use DRIVER_MODULE_ORDERED() everywhere and set 8.2-STABLE as minimum OS version, fixes kmod load failure on latest 8.3 - Add DVB_ENUM_DELSYS and fix DVB API version at 5.5 to fix capture with latest VDR PR: ports/175150 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Notes: svn path=/head/; revision=310166
* - Update to 1.4.5Beech Rintoul2012-12-183-11/+8
| | | | | | | | | | | | - Fix DVB hang w/ VLC 2.0 - Improve interrupt handling performance for all devices - Clean up analog signal scan output PR: ports/174527 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Notes: svn path=/head/; revision=309136
* - Fix typoGuido Falsi2012-09-191-1/+1
| | | | | | | | | | | | - Change to full identity of creator Reported by: danfe Reviewed by: tabthorpe Approved by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=304505
* - Update to version 1.4.4Guido Falsi2012-09-183-11/+8
| | | | | | | | | | | | | | | | | - Trim Makefile Headers New in this version: - Enable MSIs by default for PCIe devices - Add dynamic port and timer configuration to capture app - Add cx88d rc script to automatically create DVB interfaces PR: ports/171480 Submitted by: Jason Harmening <jason.harmening@gmail.com> Approved by: crees (mentor) Notes: svn path=/head/; revision=304474
* - Update to 1.4.3Sylvio Cesar Teixeira2012-06-172-8/+31
| | | | | | | | | | | | --Add support for HAL registration of DVB devices (required by Kaffeine) --New input source selection mechanism for capture app --Various usability/performance improvements PR: ports/169086 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Notes: svn path=/head/; revision=299526
* - Update to 1.4.2Jason Helfman2012-03-032-5/+5
| | | | | | | | | | | | PR: ports/165652 Submitted by: maintainer, jason.harmening@gmail.com Add Linux /dev/radio support Add support for Hauppauge WinTV PCI-FM Add support for ATI HDTV Wonder Notes: svn path=/head/; revision=292617
* Update to 1.4.1 .Juergen Lock2011-10-112-4/+3
| | | | | | | | PR: ports/161399 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Notes: svn path=/head/; revision=283386
* - Mark BROKEN: bad depobjPav Lucistnik2011-10-021-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=282823
* - Update to 1.4.0Beech Rintoul2011-09-194-27/+18
| | | | | | | | | | | | - Add Linux DVB compatibility to capture app - Fix driver load failure when built w/ clang - Fix simultaneous captures w/ MSIs enabled PR: ports/160766 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Notes: svn path=/head/; revision=282016
* - Use OSVERSION instead of grep output as basis for determining whetherFrederic Culot2011-05-201-8/+2
| | | | | | | | | | | kernel provides kmem_alloc_attr() Requested by: pav@ PR: ports/157193 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Notes: svn path=/head/; revision=274357
* - Add IGNORE tag for kernels that lack kmem_alloc_attr()Frederic Culot2011-05-192-0/+22
| | | | | | | | | | | - Fix bug w/ analog audio slave captures - Bump PORTREVISION PR: ports/157171 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Notes: svn path=/head/; revision=274293
* - Update to 1.3.1Frederic Culot2011-05-162-3/+3
| | | | | | | | PR: ports/157053 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Notes: svn path=/head/; revision=274164
* Use the $SRC_BASE Makevar instead of hard-coding.Mark Linimon2010-12-171-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=266474
* - Update to 1.3.0Nicola Vitale2010-11-213-7/+7
| | | | | | | | | | - Fix build on -CURRENT PR: ports/152428 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Notes: svn path=/head/; revision=264872
* Mark BROKEN on HEAD: does not buildErwin Lansing2010-07-071-0/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257483
* - Update to 1.2.2Sylvio Cesar Teixeira2010-04-253-22/+5
| | | | | | | | PR: ports/146025 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Notes: svn path=/head/; revision=253228
* Mark as broken on powerpc.Mark Linimon2010-04-011-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251943
* Mark BROKEN on 9.x: does not buildErwin Lansing2010-01-021-0/+2
| | | | Notes: svn path=/head/; revision=247012
* - Update to 1.2.1Dmitry Marakasov2009-09-174-9/+18
| | | | | | | | | PR: 138767 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241600
* - Update to 1.2.0Dmitry Marakasov2009-06-224-16/+15
| | | | | | | | | | | - Fix on CURRENT - While here, also mark MAKE_JOBS_UNSAFE PR: 135903 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Notes: svn path=/head/; revision=236494
* Mark BROKEN on 8.x: does not build.Erwin Lansing2009-05-251-0/+2
| | | | Notes: svn path=/head/; revision=234528
* - Update to 1.1.0:Dmitry Marakasov2008-12-214-4/+7
| | | | | | | | | | | | | - Add analog audio & video support to capture app - Add clipping support to analog video driver - Clean up driver ioctl(2) interfaces - Add link to wiki PR: 129775 Submitted by: Jason Harmening <jason dot harmening at gmail dot com> (maintainer) Notes: svn path=/head/; revision=224530