aboutsummaryrefslogtreecommitdiff
path: root/multimedia/cx88
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 1.0.2:Dmitry Marakasov2008-10-093-17/+16
| | | | | | | | | | | - Add -q and -l options to capture app - Fix checksum/size mismatch caused by stale distfile on FTP server PR: 127972 Submitted by: Jason Harmening <jason dot harmening at gmail dot com> (maintainer) Notes: svn path=/head/; revision=221371
* cx88 provides drivers for TV/radio capture cards based onDmitry Marakasov2008-10-014-0/+75
the Conexant CX23880/1/2/3 series of chips. This port includes the cx88 kernel drivers as well as a simple app for HDTV capture. It requires multimedia/libtuner for channel selection and peripheral configuration. PR: 127669 Submitted by: Jason Harmening <jason dot harmening at gmail dot com> Notes: svn path=/head/; revision=221088