Commit Graph

17 Commits

Author SHA1 Message Date
Mathieu Arnold
07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00
Tijl Coosemans
2f31f6488f Convert to USES=autoreconf 2015-04-18 15:14:57 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Jan Beich
782b0d9f8c - Update libcec to 2.2.0 [1]
- Unbreak consumers after update [2]
- No PORTREVISION bumps because binary compatible

PR:		196299
Differential Revision:	https://reviews.freebsd.org/D1900
Submitted by:	mickael.maillot@gmail.com (maintainer) [1]
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer) [2]
2015-02-28 14:20:10 +00:00
Dmitry Marakasov
40f13c68dc - Drop @dirrm* from and add empty directories to pkg-plists
Approved by:	portmgr blanket
2015-02-01 20:24:27 +00:00
John Marino
b44a8957e3 multimedia/libcec: USES+= alias for DragonFly 2014-11-29 01:36:13 +00:00
Sean Bruno
13e854d95c Disable RPi specific code from build to allow armv6 pkg to be created.
PR:		193879
Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
Reviewed by:	bdrewery (mentor)
2014-10-29 22:01:26 +00:00
Baptiste Daroussin
77efa5240f Use proper INSTTALL_TARGET to strip the binary 2014-06-21 00:05:24 +00:00
William Grzybowski
00eba73aa5 multimedia/libcec: update to 2.1.4
- USES libtool to remove .la
- Strip lib file

PR:		190345
Submitted by:	mickael.maillot gmail com
Approved by:	maintainer (timeout)
2014-06-20 23:04:08 +00:00
Martin Wilke
2ca4195def - Stage support
- Convert to USES
2014-02-03 13:57:46 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Antoine Brodin
f2a66ab30e Update adapter detection patch to report correct IDs
PR:		ports/179517
Submitted by:	Mickael Maillot
Approved by:	Manuel Creach (maintainer)
2013-06-12 19:05:12 +00:00
Antoine Brodin
ab72a97126 - Update libcec to 2.1.3
- Distfile is available on GH not GHC
- Use pathfix instead of manual REINPLACE
- gmake and _FILE_OFFSET_BITS are not needed
- USE_AUTORECONF does not exist
- Add a pkg-message about permissions needed
- Update adapter detection patch

PR:		ports/177391
PR:		ports/179331
Submitted by:	Mickael Maillot, Manuel Creach (maintainer)
2013-06-09 07:07:17 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Pawel Pekala
55978ca2a4 - Update libcec 2.0.4 [1]
- Use GITHUB macro [1]
- Add a patch to fix device detection with XBMC 12 [1]
- Fix COMMENT

PR:		ports/174090 [1]
Submitted by:	Mickael Maillot <mickael.maillot@gmail.com> [1]
Approved by:	maintainer
Feature safe:	yes
2012-12-04 17:14:34 +00:00
Pawel Pekala
fb994d51aa libCEC allows you in combination with the right hardware to control your
device with your TV remote control utilising your existing HDMI cabling.
This library is an enabling platform for the CEC bus in HDMI, it allows
developers to interact with other HDMI devices without having to worry
about the communication overhead, handshaking, and the various ways of
sending a message for each vendor.

WWW: http://libcec.pulse-eight.com

PR:		ports/172781
Submitted by:	Manuel Creach <manuel.creach@icloud.com>
Feature safe:	yes
2012-11-29 18:44:04 +00:00