Commit Graph

106 Commits

Author SHA1 Message Date
Sergei Reznikov
92504522e6 ffmpeg: bump version to 3.2 2016-10-31 11:54:22 +03:00
Jerome Duval
e37de14e1c ffmpeg: bump version. 2016-10-18 19:26:05 +00:00
fbrosson
12422e2639 ffmpeg: bump to 3.1.2. (#759) 2016-08-19 17:50:14 -04:00
fbrosson
8bb0e5c171 ffmpeg: bump to 3.1.1, switch source archive to tar.bz2. 2016-07-01 18:25:41 +00:00
fbrosson
37024e88c7 ffmpeg-3.1: fix micro version of libavfilter and libswresample. 2016-06-28 16:20:07 +00:00
Sergei Reznikov
3ea442f3e7 ffmpeg: bump version to 3.1 2016-06-28 11:47:09 +03:00
fbrosson
82fc2e5458 ffmpeg: drop 2.6 & 2.7, bump to 2.8.7 & 3.0.2, minor fixes. (WIP) (#579)
* Drop 2.6.3 & 2.7.2, bump 2.8.6 to 2.8.7 and 3.0.1 to 3.0.2.
* ffmpeg, ffprobe and ffserver were being shipped in secondary arch
  builds (due to rm $binDir instead of rm $prefix/bin where they were
  being installed) but did not have a cmd: in PROVIDES. Fixed this by
  moving these to a _bin subpackage on x86_gcc2 using 2nd arch x86.
* Fix CONFLICTS_devel in 3.0.2 (missing "_legacy"),
* Add ffmpeg2_bin to CONFLICTS in 3.0.2.
* Add ffmpeg and ffmpeg_legacy to CONFLICTS_bin in 2.8.7.
* Reorder some sections.
* Switch all HOMEPAGE and SOURCE_URI to https.
* Switch from tar.bz2 to tar.xz for 2.8.7.
* 2.8.7 and 3.0.2 build OK (on x86_gcc2 using x86 as 2nd arch) but
  "make check" fails with "runtime_loader: Cannot open file
  libavutil.so.55: No such file or directory". Failure happens on
  TEST api-threadmessage for 3.0.2 and on TEST api-flac for 2.8.7.
2016-05-06 19:14:05 -04:00
Jerome Duval
445ef73276 ffmpeg: recipe doesn't seem to build with gcc4. 2016-04-14 19:15:36 +00:00
Jerome Duval
0984e8c03d ffmpeg: bump version.
* fix gcc5 build on x86.
2016-04-09 20:11:57 +00:00
Jerome Duval
713a4530e3 ffmpeg: renamed 2.x recipes..
* to maintain compatibility with packages built with such versions.
* remove commands, docs, data.
2016-02-18 22:44:58 +00:00
Sergei Reznikov
8ecbd98418 ffmpeg: bump version 2016-02-16 09:05:41 +03:00
Jerome Duval
d086a0aefd ffmpeg: bump version. 2016-02-03 20:26:14 +00:00
Sergei Reznikov
458ffb767b ffmpeg: bump version 2016-01-17 00:30:43 +03:00
Adrien Destugues
4ac356ba93 Remove libcelt from ffmpeg.
* No recipe for this one either, yet.
2016-01-01 21:26:45 +01:00
Adrien Destugues
949c30cd40 ffmpeg 0.10.16: also disable aacplus.
* Can be re-enabled if we add the lib as an ffmpeg dependency.
2015-12-31 12:58:07 +01:00
Adrien Destugues
55fbfc92a1 ffmpeg 0.10.16: more trying to link properly for gcc2. 2015-12-27 19:54:39 +01:00
Jerome Duval
73a4dd7e5c ffmpeg: bump version. 2015-12-25 22:57:16 +00:00
Jerome Duval
7bda17c813 ffmpeg: bump version. 2015-11-30 22:53:56 +00:00
Jerome Duval
b9a42eab02 bump a few packages revisions. 2015-11-27 06:42:33 +00:00
Jerome Duval
5e1efc55ea ffmpeg: bump version. 2015-11-19 19:43:35 +00:00
Jerome Duval
9be9f64be3 ffmpeg: bump version. 2015-10-15 20:32:30 +00:00
Sergei Reznikov
edf6cc99cc ffmpeg: add recipe for version 0.10.16 2015-10-12 21:55:43 +03:00
Sergei Reznikov
161ad1d298 ffmpeg: bump version 2015-09-11 03:23:37 +03:00
Adrien Destugues
6dfa135738 ffmpeg: enable modplug support.
* Now it can be used to play MOD files and other tracked formats.
2015-08-30 16:55:02 +02:00
Adrien Destugues
4f177d6f8e ffmpeg 0.11: make it work with gcc2.
* Assembler code completely disabled for gcc2. Cross platform C code is
used instead, which means this needs more CPU than the 0.10.x branch
with asm enabled. But, at least it works.
* Redone the gcc2 support to make it more well behaved. Things that only
* need to be disabled for gcc2 are under a #if __GNUC__ > 2 check,
instead of #if 0. Also removed a lot of hacks to the configure script
that are not needed anymore.
* Since the patch for gcc2 should not create problems for the gcc4
version, use a single patch. The hack used to decide which patchset to
use did not work, because effectoiveTargetarchitecture was not set yet
when parsing the file to find the PATCHES variable.
* I leave this marked as broken for gcc2, because 0.11.5 was not updated
for years, while the ffmpeg team is still updating the 0.10.x branch
with regular releases. This means 0.10 gets bugfixes in the codecs, and
0.11 doesn't. We better use the latest codecs, even if we don't get the
latest API.
2015-08-30 16:25:00 +02:00
Augustin Cavalier
55dd9cf19d Rewrite ARCHITECTURES syntax to new HaikuPorter changes.
HaikuPorter now does not care what is in ARCHITECTURES when
building for a SECONDARY_ARCHITECTURE.
2015-08-04 12:00:38 -04:00
Augustin Cavalier
6758b46f0f ffmpeg: forgot to bump CHECKSUM. 2015-07-31 13:17:06 -04:00
Augustin Cavalier
77564e2516 ffmpeg_legacy: Add missing SOURCE_DIR. Riding the rename. 2015-07-28 15:31:43 -04:00
Augustin Cavalier
37a9f32a64 ffmpeg: Monster cleanup, move prefix to "legacy".
This breaks the build of Haiku (if you were to try to compile it with
these packages). I'm going to clean that up next.
2015-07-28 15:27:42 -04:00
Humdinger
97cd269925 De-Lint recipes.
*	fastdep
	Removed "." from SUMMARY.
	Minor cosmetics.

*	ffmpeg
	Removed "." from SUMMARY.

*	fheroes
	Removed "." from SUMMARY.

*	filecropper
	Removed "." and improved SUMMARY.
	Use g++ instead of gcc.

*	flex
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	fontforge
	Removed "." from SUMMARY.
	Minor cosmetics.

*	fossil
	Shortened and improved SUMMARY/DESCRIPTION.

*	fpc
	Use same SUMMARY/DESCRIPTION in the non-BEP recipes.

*	freetype
	Minor cosmetics.
	(The PATCHES is commented out on purpose, enabling
	subpixel rendering and hinting)

*	ftgl
	Removed "." from SUMMARY.
	Sorted _devel block to the top.
2015-07-19 19:18:11 +02:00
Sergei Reznikov
1185935fd7 ffmpeg: bump version 2015-07-19 13:37:13 +03:00
Augustin Cavalier
f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Sergei Reznikov
aa7184465d ffmpeg: added a recipe for version 2.7 2015-06-10 10:41:18 +03:00
Sergei Reznikov
a276f73eaa ffmpeg26: 2.4 is compatible with ffmpeg 2.6 (same SONAME) 2015-06-01 09:19:53 +03:00
Sergei Reznikov
f074749ba5 ffmpeg26: fix build 2015-06-01 08:59:06 +03:00
Jerome Duval
a727e47fdd ffmpeg: rename 2.6 recipe to ffmpeg26.
* enable to install along the system libs.
* bump version.
2015-05-24 21:52:41 +00:00
Adrien Destugues
09584311f1 ffmpeg: fix undefined references
* We need to manually remove some function calls in dead code that gcc2
can't optimize itself.
2015-05-11 20:34:01 +02:00
Sergei Reznikov
a2d0f43de3 ffmpeg: bump version 2015-04-26 18:29:49 +03:00
Sergei Reznikov
b427a1bd09 ffmpeg: bump version 2015-03-29 16:28:22 +03:00
Sergei Reznikov
015fd7140c ffmpeg: added a recipe for version 2.6 2015-03-16 13:37:40 +03:00
Chirayu Desai
daf27dd089 Let ffmpeg use cmd:grep and cmd:sed, to fix build 2014-12-15 17:25:49 +00:00
Oliver Tappe
52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00
Jerome Duval
5f99d1e33f ffmpeg: added a recipe for version 2.4.2 2014-11-10 22:50:41 +00:00
Adrien Destugues
35e0fdb6d4 ffmpeg 0.11: mark as gcc2-broken again.
It really doesn't work.
2014-10-24 19:15:13 +02:00
Adrien Destugues
72f255be9b ffmpeg: gcc4 and 64bit fixes. 2014-10-24 10:26:14 +00:00
Adrien Destugues
6c5ee5d32c ffmpeg: port 0.11.5.
* Seems to work as well as 0.10.14. Video playback (tested with youtube)
does not seem broken like it was in the 0.11.1 port (see #8856). However
it also doesn't fix our issues with encoding.
2014-10-23 21:10:43 +02:00
Jerome Duval
1e3a525889 ffmpeg: enable x86_64
* build with fPIC on x86_64
* also build libavresample
2014-10-05 21:15:25 +00:00
Adrien Destugues
83cfe0ee8f ffmpeg: bump revision following enabling GPL. 2014-09-11 09:11:32 +02:00
Adrien Destugues
7acc7ba7f5 ffmpeg: enable GPL licensed code
* Needed for VLC to build (libpostproc)
2014-09-10 22:57:06 +02:00
Adrien Destugues
f1d4d6533b FFMPEG 2.3: enable GPL code.
libpostproc is needed by VLC.
2014-09-10 22:57:05 +02:00