Commit graph

46 commits

Author SHA1 Message Date
Thomas Zander
ae43444222 Fix include order that could lead to build failures when conflicting
versions of bundled libraries are already installed

Approved by:	thierry (mentor)
2014-02-16 22:41:10 +00:00
Thomas Zander
14e5321120 - Update port to upstream release 0.9.9
- Stagify
- USES cleanups

PR:		ports/186387
Submitted by:	Arjan Gijsberts <arjan@liralab.it>
Approved by:	jadawin (co-mentor)
2014-02-14 20:00:13 +00:00
Baptiste Daroussin
b20f871ccd Reset maintainership
Submitted by:	dmarion
2014-02-08 23:23:36 +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
Antoine Brodin
251f4ca6f1 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-11 17:17:35 +00:00
Alexey Dokuchaev
3296a59e74 Unbreak the build after r324037:
1) `devel/libnotify' no longer pulls gtk20; we must depend explicitly;
2) `x11-toolkits/pango' now depends on `print/harfbuzz', which installs
    header file ($localbase/include/harfbuzz/hb.h) that in turn confuses
    bundled libass' configure script and conflicts with HandBrake's own
    internal header.

NB: supposedly it should have been caught by exp-run for r324037, but it
was not for some reason.

Reported by:	Sergey V. Dyatko
2013-08-14 11:58:53 +00:00
Alexey Dokuchaev
7ec1aad297 Handbrake tries to dlopen() libdvdcss.so.2, while library installed by the
libdvdcss package is actually libdvdcss.so.3, so the call always fails and
handbrake is unable to properly read CSS-encoded DVDs.

Patch in the PR suggested bumping requested shlib version accordingly, but
methinks it is better to just remove it completely from CSS_LIB definition.
While here, register run-time dependency on `multimedia/libdvdcss'.

PR:		ports/171473
Submitted by:	Heath Nielson
Approved by:	maintainer timeout (dmarion, over 9 months)
2013-06-17 09:23:52 +00:00
Alexey Dokuchaev
44fadad99d Unfortunately, it is not suitable for parallel builds just yet.
Confirmed by:	my nifty Q9550
2013-02-22 15:31:23 +00:00
Alexey Dokuchaev
c0d2c2983e - Look inside ${LOCALBASE} when checking if recent binutils (from ports) are
installed (change as(1) to ld(1) as well, since linker is invoked directly,
  while assembler is not)
- Trim the Makefile header while I am here
2013-02-22 13:43:40 +00:00
Alexey Dokuchaev
d55d988231 Rename GUI option to X11 (to respect global OPTIONS_UNSET=X11 setting when
building for e.g. headless servers).

Suggested by:	crees
2012-08-24 07:25:16 +00:00
Alexey Dokuchaev
91e3a31d40 - Provide GUI (GTK+2 based) OPTION and default it to "on"
- Pass maintainership to dmarion@ per his agreement
- Adjust port description, bump port revision

Approved by:	dmarion (new maintainer)
2012-08-23 16:37:51 +00:00
Alexey Dokuchaev
c0452c6257 - Update to version 0.9.8, the latest to date
- Define LICENSE knob, cleanup Makefile, add comments, etc.
- Do not rename binary name upon install to match packages for other OSes
- Tidy up port description to match upstream text closer
- Make COMMENT more user-friendly (looking at Ubuntu)

PR:		ports/169799 (version update + patches)
Submitted by:	dmarion
2012-08-23 03:47:15 +00:00
Alexey Dokuchaev
9c4246bd07 Sanitize Makefile formatting (and, to a less extent, port description). 2012-08-21 08:27:01 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Ganael LAPLANCHE
a6a77bf429 - Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]

Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
2012-01-17 14:35:18 +00:00
Ade Lovett
892b1be978 LIBTOOLFILES uses relative paths, not absolute.
Reported by:	Charlie Kester <corky1951 at comcast.net>
2010-12-08 22:26:19 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
231b6073de Migration of final set of working ports from automake{19,110} -> 111 2010-10-07 15:18:56 +00:00
Mark Linimon
628e9ef57e Reset maintainer per his request on ports@. 2009-08-26 20:52:26 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Beech Rintoul
1453d7c216 - Fix faad depend
Submitted by:	jonathan@kc8onw.net (maintainer)
2008-12-22 07:51:58 +00:00
Beech Rintoul
5b0ea77825 - Update to 0.9.3
PR:		ports/129668
Submitted by:	Jonathan Stewart <jonathan@kc8onw.net> (maintainer)
2008-12-17 23:44:02 +00:00
Erwin Lansing
0c314e503a - Update multimedia/handbrake to 0.9.2 (current release).
- Make some patches upstream-friendlier.
 - Remove some private mirrors (which we shouldn't have in the port according to
   the devs).
 - Mark broken on amd64. Some people reported trouble (even though it should
   build fine). Neither submitter nor me can test on this platform.
 - Pass maintainership to the submitter.

PR:		123849
Submitted by:	Jona Joachim <jaj@hcl-club.lu> (old maintainer),
		Jonathan Stewart <jonathan@kc8onw.net> (new maintainer)
2008-07-17 21:06:11 +00:00
Rong-En Fan
b812277ca9 - Unbreak on amd64 7.x and above
PR:		ports/120510
Submitted by:	Wes Morgan <morganw at chemikals.org>
Approved by:	maintainer
2008-02-20 01:19:09 +00:00
Pav Lucistnik
066ee5e518 - Mark BROKEN on amd64: does not compile
Reported by:	pointyhat
2008-01-17 23:30:59 +00:00
Jeremy Messenger
b0045c6f20 - Update to 0.9.1, remove BROKEN and add NO_CDROM. The handbrake builds as in
static with libdvdcss in its binary, so forced to have NO_CDROM[1].
- Pass the maintainership to the submitter.

[1] NO_CDROM=CSS code may violate the DMCA

PR:		ports/118458
Submitted by:	Jona Joachim <jaj@hcl-club.lu>
2007-12-13 16:50:15 +00:00
Edwin Groothuis
fa9509791f Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:01:29 +00:00
Kris Kennaway
f60090dbb1 BROKEN: Does not compile 2007-08-18 01:06:04 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Michael Johnson
bdc75674d0 Use multimedia/ffmpeg now instead of multimedia/ffmpeg-devel 2007-05-25 17:08:35 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jeremy Chadwick
950aa9d668 * LIB_DEPENDS changes (require libdvdread.so.5)
* PORTREVISION increment

Reviewed by:	philip
2007-04-05 19:28:20 +00:00
Michael Johnson
6e7f3b8432 - Chase x264 update 2006-10-01 04:08:00 +00:00
Michael Johnson
c1d5b98a07 - Chase libver bump in x264 2006-08-09 15:32:45 +00:00
Jeremy Messenger
ef7e1363be Update to 0.7.1.
Submitted by:	Rainer Alves <rainer.alves@gmail.com> (tweaked by mezz)
2006-07-02 15:47:55 +00:00
Michael Johnson
f6798178ee - Give a few homeless ports a home with multimedia@ 2006-06-09 18:59:20 +00:00
Jeremy Messenger
711efaaa38 - Update the MASTER_SITES to fix the fetch.
- Fix the build if multimedia/x264 is installed in system. [1]
- Add --exclude in extract to not extract beos, macosx, liba52, libavcodec,
  libdvdcss and other un-need directories to make sure they do build with the
  system (use external dependencies) libraries. Only keep libx264.
- Remove a few missing leftover of ffmpeg in post-patch and in one of patch.
- Add '-dx' in jam by default to give the verbose of build. Easier for me to
  collect the bug report or/and read in log from tinderboxes.
- Clean distinfo, remove a leftover of ffmpeg and add SHA256.
- Clean pkg-descr to make it looks nicer.
- Make portlint a bit happier.

Before anyone ask/request me to update it to 7.x. I don't know yet, I haven't
dig in what 7.x has. I think, this port needs to have a good last clean up
before update it to 7.x.

PR:		ports/88838 [1]
Reported by:	Zach Dykstra <md@anduin.org> [1], bite on me too
2006-05-07 17:33:05 +00:00
Roman Bogorodskiy
4fb6a9d092 Drop maintainership.
PR:		94153
Submitted by:	thompsa
2006-03-15 18:54:13 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Florent Thoumie
d8876834de - Change maintainer address to his new shiny FreeBSD.org address.
PR:		ports/81687
Submitted by:	maintainer
2005-05-31 08:28:42 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Michael Johnson
6e271ee0da - Remove ffmpeg snapshot and depend on multimedia/ffmpeg
- Move multimedia/mpeg4ip dependency to multimedia/mpeg4ip-libmp4v2
- Fix build on some configurations on 4.x
- Bump PORTREVISION

PR:		ports/74754
Submitted by:	Andrew Thompson (maintainer)
2004-12-19 01:59:40 +00:00
Michael Johnson
55298e7697 Add USE_GETOPT_LONG to fix 4.x build
Remove faad from ffmpeg since no dvd's have mp4 audio.

PR:		ports/74353
Submitted by:	maintainer
Approved by:	adamw (implicit)
2004-11-25 04:01:29 +00:00
Michael Johnson
5d67f4af8d Remove double entry of libdvdread
Approved by:	adamw (implicit)
2004-11-22 21:31:44 +00:00
Michael Johnson
472ea9756d Add missing dependency on libdvdread
Approved by:	adamw (implicit)
2004-11-22 20:39:09 +00:00
Michael Johnson
36f202a259 HandBrake is a GPL'd multi-platform, multithreaded DVD to MPEG-4 ripper and
converter. HandBrake was originally available on the BeOS, but now has been
ported over to MacOS X, GNU/Linux and FreeBSD.

Features:
* Can encode directly from DVDs (even encrypted ones) or from
VIDEO_TS folders
* Supports AC3, LPCM and MPEG audio tracks
* Outputs MP4, AVI or OGM files
* Outputs AAC, MP3 or Vorbis audio
* Supports 2-pass encoding
* Supports encoding of two audio tracks
* Includes a bitrate calculator
* Supports picture deinterlacing, cropping and scaling

Known limitations:
* Does not handle DTS audio tracks
* Does not handle single VOB files or any other file format

WWW: http://handbrake.m0k.org/

PR:			74214
Submitted by:	Andrew Thompson
Approved by:	adamw (mentor)
2004-11-22 20:26:08 +00:00