Commit Graph

243 Commits

Author SHA1 Message Date
Jerome Duval
df75e06648 handbrake: add recipe for version 1.0.3. 2017-03-06 15:25:31 +01:00
Jerome Duval
7571e5f8ca ffmpeg2: bump version. 2017-02-16 22:42:28 +01:00
fbrosson
8a8fa6e591 ffmpeg: bump to 3.2.4, switch to tar.xz. 2017-02-10 22:03:28 +00:00
fbrosson
077ae2288a mpv: improve BUILD, bump REVISION due to libass update.
* Do not call bootstrap.py because it downloads waf-1.8.12 in BUILD!
  Instead, add a SOURCE_URI_2 for waf-1.8.12 and mimic bootstrap.py.
* Use tar.gz (instead of zip) in SOURCE_URI. (identical contents)
* Add SOURCE_FILENAME. (v0.23.0.tar.gz -> mpv-0.23.0.tar.gz)
* Drop unneeded SOURCE_DIR.
* Switch HOMEPAGE to https.
2017-02-09 11:45:40 +00:00
fbrosson
a20eb9c8bd ffmpeg: bump to 3.2.3. 2017-02-07 13:08:10 +00:00
fbrosson
b7c7154f87 handbrake: bump revision, miscellaneous minor changes.
* Revision bump required after the update of libass.
* Drop unneeded SOURCE_FILENAME.
* Fix version info in rdef file and use patterns.
* Add missing $secondaryArchSuffix to cmd:libtoolize.
2017-02-07 12:02:15 +00:00
fbrosson
05d410fe5b imagemagick -> bump REVISION for dvdauthor & dmtx-utils. 2017-02-05 23:17:33 +00:00
fbrosson
1dcb5b0567 dvdauthor: bump to 0.7.2. 2017-01-04 01:59:53 +00:00
Adrien Destugues
f2e1240a52 ffmpeg: finish work on version 0.10.16.
- Complete the patch to disable everything that results in undefined
  symbols
- Checked working for decoding (h264, aac, mp3, ogg/vorbis, AIFF)
- Not checked for encoding.
2016-12-30 16:25:31 +01:00
Sergei Reznikov
8543e27d29 Merge branch 'master' of https://github.com/haikuports/haikuports 2016-12-27 11:42:11 +03:00
Sergei Reznikov
809ad1d7c1 ffmpeg: bump version to 3.2.2 2016-12-27 11:37:23 +03:00
Sergei Reznikov
463ce0ca8a mpv: bump version to 0.23 2016-12-27 11:36:42 +03:00
miqlas
bd71377a23 mplayer: bump version, updated patchset (#960) 2016-12-26 13:55:57 -05:00
miqlas
ab10ccd520 QtAV: new recipe (#870) 2016-12-25 14:09:47 -05:00
Jérôme Duval
82bd274f26 rtmpdump: use gentoo snapshot.
* fix lib packaging.
2016-12-13 20:10:35 +01:00
Jérôme Duval
30056f042e mpv: bump revision
to rebuild against ffmpeg3
2016-12-06 19:53:38 +01:00
Jérôme Duval
cf5541ab8d handbrake: bump version.
* build against ffmpeg3
2016-12-06 19:53:11 +01:00
Jérôme Duval
426423c8ea handbrake: don't include binaries in patchset.
* patch doesn't support them (only git does).
2016-12-05 21:27:44 +01:00
Jérôme Duval
cc23d96e74 ffmpeg: bump versions 2.x and 3.x. 2016-12-05 20:43:23 +01:00
Jérôme Duval
627ff31447 smplayer: fix provides. 2016-12-04 10:48:42 +01:00
Jérôme Duval
79cb17e554 vlc: fix provides and requires. 2016-12-04 10:48:20 +01:00
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