1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

105 Commits

Author SHA1 Message Date
Juergen Lock
c46d078c24 Fix build of multimedia/avidemux2 and multimedia/avidemux2-plugins
in a world WITH_CLANG_IS_CC and WITHOUT_GCC.

PR:		ports/180087
Submitted by:	r4721@tormail.org
2013-07-06 19:30:04 +00:00
Jason Helfman
3657d5cb0d - convert to USES for gettext
Approved by:	portmgr (bapt@)
2013-05-06 09:07:30 +00:00
Baptiste Daroussin
56c5e147c5 Convert the last USE_ICONV to USES=iconv 2013-04-27 22:09:15 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Juergen Lock
2873fb9321 - Fix default options when not PACKAGE_BUILDING. [1]
- Fix CMAKE_ARGS usage when VORBIS is disabled. [2]
- Strip Makefile headers.
- Remove a few more shilb major versions from LIB_DEPENDS.
- Bump PORTREVISIONs.

PR:		ports/171478 [1]
Submitted by:	dumbbell [1]
PR:		ports/172036 [2]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [2]
2012-10-02 20:47:41 +00:00
Baptiste Daroussin
9b648201ee Add USE_PKGCONFIG=build explicitly 2012-07-26 10:06:24 +00:00
Martin Matuska
9fcdf11262 Add missing bumps for x264 update 2012-07-23 19:28:50 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Alberto Villa
eeab42deb5 - Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"
component. [1]
- While here, fix typo in PORT_OPTIONS check in avidemux2.

Reported by:	miwi via IRC [1]
With hat on:	kde [1]
2012-06-06 11:41:50 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Baptiste Daroussin
5b439e1731 Convert to new options framework
While here, really disable lame support when PACKAGE_BUILDING is activated (lame
is restricted)
2012-05-30 12:54:00 +00:00
Martin Matuska
f74b3c4c83 Update x264 to 0.123.2189 2012-04-25 14:19:00 +00:00
Juergen Lock
abf9bd340a Remove bogus PORTREVISIONs that are overriden by the one in Makefile.common
Feature safe:	yes
2012-03-18 22:32:16 +00:00
Juergen Lock
0f7f803b5b - Update to 2.5.6 . [1]
- Add patch to fix build when multimedia/ffmpeg is also installed.

PR:		ports/166104 [1]
Submitted by:	4721@hushmail.com [1]
Feature safe:	yes
2012-03-18 20:30:59 +00:00
Ashish SHUKLA
88b2749293 - Actually bump shared library versions, missed in last commit
Reported by:	"Herbert J. Skuhra" <h.skuhra at gmail.com>
2012-02-16 20:22:59 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Alexander Leidinger
e269a2b517 Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
2012-01-14 22:27:02 +00:00
Martin Matuska
26cbc33e1b Update x264 to 0.119.2113 2011-12-21 08:48:28 +00:00
Mark Linimon
ed79e0a1d6 Also broken on powerpc (and presumably ia64).
Hat:		portmgr
Feature safe:	yes
2011-11-11 02:57:50 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Martin Matuska
3877ad0a33 Update x264 to 0.116.2076 2011-10-10 10:04:07 +00:00
Ashish SHUKLA
a0fa3b1d71 - Bump PORTREVISION of dependent ports due to multimedia/libvpx update 2011-09-19 15:45:09 +00:00
Koop Mast
506f8c5798 Fix the build of avidemux2-plugins after the recent x264 update.
PR:		ports/158247
Submitted by:	Barbara <barbara.xxx1975@libero.it>
Obtained from:	Gentoo
2011-06-24 11:12:16 +00:00
Martin Matuska
0c0dda15f1 Update to 0.115.2000 2011-06-23 18:09:46 +00:00
Baptiste Daroussin
5750b863cc - update to 2.5.5
- add license
2011-06-09 06:16:17 +00:00
Martin Matuska
315d2967e6 Update libvpx to 0.9.6
Bump PORTREVISION of depending ports

PR:		ports/155522
Approved by:	maintainer (timeout)
2011-05-03 17:29:47 +00:00
Juergen Lock
31c65aed6b - Fix AMR dependencies (and thus, plist outside of tb. avidemux now
uses OpenCORE AMR codecs.)
  ...or as they say, "If it's not tested, assume it's broken."
- Bump PORTREVISIONs.

Reported by:	Jan Henrik Sylvester via private email
2010-12-16 17:39:32 +00:00
Juergen Lock
2086f4697a - Add back libexecinfo code that I disabled at first.
- Sort plugin plist.
- Some other minor cosmetic fixes.
- Bump PORTREVISIONs.
2010-12-10 19:11:10 +00:00
Pav Lucistnik
5517ee9a26 - Update to 2.5.4
- Split plugins to separate port
- Transfer maintainership to multimedia@

PR:		ports/152419
Submitted by:	nox
2010-12-10 14:04:46 +00:00
Martin Matuska
8746c8ffeb - Update x264 to 0.110.1804 2010-11-30 09:50:47 +00:00
Max Brazhnikov
43980f5b1f Chase multimedia/mp4v2 update.
PR:		ports/148643
Submitted by:	Christopher Key <cjk32 at cam.ac.uk>
2010-08-11 21:04:44 +00:00
Martin Matuska
165386783b - Update x264 to 20100624 (build 98) 2010-07-24 15:30:17 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Alexander Leidinger
a23bcd1501 - update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
  change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
  - done via a semi-automated way (manual review and fixup)
  - I tried to take care to not bump ports which only depend optionaly on
    lame (with a default of no dependency)
2010-06-03 08:55:01 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Martin Matuska
159cf134b0 - Update x264 to shared library version 85 2010-04-21 12:56:46 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Max Brazhnikov
d26100ac85 Unbreak [1]
Fix plist when building with QT4 support

PR:		ports/137621 [1]
Submitted by:	Ulrich Spoerlein <uspoerlein at gmail.com>
Approved by:	Anish Mistry (maintainer)
2009-08-23 10:36:55 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Martin Wilke
cd83c9f467 - Mark it BROKEN, (fails to build with qt 4.5) 2009-08-07 14:40:47 +00:00
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Dmitry Marakasov
3bf36f6118 - Update to 2.4.4
- Fix build with curret x264
- While here, also fix some `nested declaration' errors on -current

PR:		133539
Submitted by:	Jan Henrik Sylvester <me at janh dot de>
Approved by:	portmgr (pav)
2009-04-17 23:35:38 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Dmitry Marakasov
a4478c2dc7 - Disable LAME, FAAC and AMRNB options for package building to be able to produce avidemux2 package, as correspondng ports are RESTRICTED
PR:		132390
Submitted by:	Mel <mel at rachie dot is-a-geek dot net>
Approved by:	maintainer timeout
2009-03-24 03:42:37 +00:00
Martin Wilke
cc584e38d2 - Chase audio/faad shlib bump 2009-02-21 15:51:15 +00:00
Mark Linimon
55eaa1a131 Mark as broken on sparc64.
Hat:	portmgr
2008-12-10 07:35:19 +00:00
Timur I. Bakeyev
4ba2ba40e4 Fix pkg_list to remove sr@latin directories on deinstall. 2008-07-22 19:42:34 +00:00