Commit Graph

272 Commits

Author SHA1 Message Date
Jérôme Duval
78437b6f17 ffmpeg_legacy: drop x86_64. 2016-12-01 12:03:20 +01:00
Jérôme Duval
0294d0f3ea openshot: skip build, fix checksum.
* easily crash.
2016-11-30 23:39:02 +01:00
fbrosson
8976ade1c1 dvdauthor: create recipe. 2016-11-28 17:32:49 +00:00
Sergei Reznikov
784511aca5 mpv: bump version to 0.22 2016-11-21 16:32:29 +03:00
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
Jerome Duval
33db387b54 bump revision for packages in need for a rebuild. 2016-10-18 17:11:03 +00:00
Adrien Destugues
d21eb0e90c live555: missing $secondaryArchSuffix. 2016-08-28 22:36:17 +02:00
fbrosson
12422e2639 ffmpeg: bump to 3.1.2. (#759) 2016-08-19 17:50:14 -04:00
Jerome Duval
0587be6d0c handbrake: remove old recipes. 2016-07-27 19:29:38 +00:00
fbrosson
f8189f80e3 vlc: use additional-files and fix duplicate vlc.rdef in patch. (#635)
* Remove the duplicate vlc.rdef that was embedded in the patchset
  for vlc-0.8.6i and, instead, make it use the same vlc.rdef that
  vlc-2.2.1 already uses and which is in additional-files.
* Tweak vlc.rdef to make it usable with any version of vlc.
* Add TEST() with "make check" (to both 0.8.6i and 2.2.1).
* Fix the recipe of VLC 2.2.1 to make it build on x86 2nd arch.
* Force VLC 2.2.1 to use lib:libswscale from ffmpeg2. BTW,
  it seems this version of VLC cannot compile against ffmpeg >= 3.
* Comment out the lib:libdevice in REQUIRES because the haiku hpkg is
  missing a PROVIDES for it.
* VLC 0.8.6i was previously using libdvbpsi 1.2.0 but the compilation
  now fails for some reason (unknown to me). The compilation also
  fails when building against libdvbpsi 1.3.0, so drop support for it
  in VLC 0.8.6i. VLC 2.2.1 on x86 secondary arch builds fine with any
  of the mentioned releases of libdvbpsi, though.
2016-07-24 17:27:25 -04:00
Barrett17
70cf14f8cd live555: Update to 2016.06.22 (#686) 2016-07-08 18:57:30 -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
Jerome Duval
a539ca6f37 openshot: add recipe for version 2.0.7.
* probably broken on x86 secondary arch.
* the UI comes up, and works somehow. Media capabilities untested.
2016-06-02 10:19:21 +02:00
Dario Casalinuovo
98771699cc live555: bump revision 2016-05-18 16:51:01 +00:00
Dario Casalinuovo
906d3aaa9c live555: Fix devel package and policies 2016-05-18 16:41:51 +00:00
fbrosson
bcebdeb6dd Fix 2nd arch for live555 & aplayer; cosmetic edits elsewhere. (#593)
* live555: Use $developLibDir instead of $developDir/lib since the
  latter is not appropriate for 2nd arch builds.
* aplayer: Drop $secondaryArchSuffix for cmd:nasm in BUILD_PREREQ.
* re2c: use tabs (instead of white spaces) in BUILD_REQUIRES.
* Remove x86_64 from SECONDARY_ARCHITECTURES for sdl2_net, edgar,
  paladin-git and mediainfo-0.7.61.
2016-05-09 16:19:34 -04:00
Barrett17
bfb5e0a92e live555: Build and install improvements (#590)
* Fix install directories.
* Add BUILD_REQUIRES.
* Add REQUIRES_DEVEL.
2016-05-09 09:25:11 +02: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
fbrosson
91c1e30cd1 vcdimager: fix lib versioning, mark x86 and x86_64 as tested.
* Add lib versioning to lib:libvcdinfo and also use the same
  versioning (instead of $portVersion) for devel:libvcdinfo. This
  is safe because there are currently no packages depending on that
  lib. Also add version info for all runtimes.
* Mark all architectures as tested.
* Do not ship documentation and runtimes for secondary arch builds.
* Use a mirror redirector for SOURCE_URI rather than a fixed mirror.
* Update COPYRIGHT.
* Add TEST() with "make check" since the Makefile has this target.
2016-04-19 16:07:34 +00: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
Jérôme Duval
3232e725c1 Merge pull request #519 from fbrosson/smtube
smtube: bump to version 16.3.0.
2016-04-07 14:54:46 +02:00
fbrosson
0dec1564cc smtube: bump to version 16.3.0. 2016-04-04 22:37:48 +00:00
fbrosson
520520ffb8 smplayer: bump to version 16.4.0. 2016-04-01 23:53:49 +00:00
Dario Casalinuovo
66989cd1bb live555: Secondary arch and other minor fixes
* Add checksum and archive
* Update description
2016-03-24 01:04:42 +00:00
Dario Casalinuovo
2672725134 Add live555 recipe, gcc2 fixes included 2016-03-23 19:44:37 +00:00
waddlesplash
9cbd37878e Merge pull request #492 from DarkmatterVale/master
Add basic cleaning for all components of recipes
2016-03-01 21:12:54 -05:00
fbrosson
b5e0547422 dvdbackup: create recipe. 2016-02-29 05:35:58 +00:00
Vale
6b99721506 More order fixes 2016-02-28 20:17:42 -05:00
fbrosson
00785a4801 lsdvd: create recipe. 2016-02-25 22:46:35 +00:00
fbrosson
914eb30853 libssh2: bump version.
Update libssh2 to 1.7.0.
Also bump revision for mc and vlc-2.2.1 (which require libssh2).
2016-02-26 22:57:20 +00:00
Vale
79a9915b2f Fix ordering on new recipes 2016-02-21 14:34:51 -05: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
Vale
4ceccd41e1 Fix ordering 2016-02-17 14:39:36 -05: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
fbrosson
4fb1ab9260 videolan.org: http→https & downloads→download
Switch from http to https for www.videolan.org.
Use download.videolan.org instead of downloads.videolan.org.
2016-01-24 23:06:26 +01:00
Markus Himmel
0261320e86 HandBrake: Work on the Haiku GUI
Add a new file state.md to indicate what state the port is in.
This also marks HandBrake 0.10.2 as broken on x86_gcc2 as there is no version
of FFmpeg which works on x86_gcc2 that provides the library version required
by HandBrake.
2016-01-21 17:03:41 +01:00
Sergei Reznikov
458ffb767b ffmpeg: bump version 2016-01-17 00:30:43 +03:00
Sergei Reznikov
0052993636 HandBrake: add BeOS GUI patches (disabled) 2016-01-12 22:41:09 +03:00
François Revol
a093445b12 rtmpdump: update to latest git HEAD
No new release yet...
2016-01-11 13:58:41 +01: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
Michael Lotz
a43c394c4d Explicitly reference all additional files.
Not referencing them caused them to be missing from the source packages.

This also moves all files that were in different dirs under the common
additional-files dir.
2015-12-20 20:05:05 +01:00
Jerome Duval
26ddb6172d smplayer: bump version. 2015-12-14 16:15:34 +00:00