40 Commits

Author SHA1 Message Date
Schrijvers Luc
044b64323f mplayer, fix reference to ffmpeg_devel (5) (#13515)
build errors out with local check, not revbumping
2025-12-28 16:16:16 +01:00
Schrijvers Luc
cafc9ee680 mplayer, fix references for lib:libsdl (#8952) 2023-07-04 05:35:40 +00:00
kenmays
bc4c9153c0 mplayer: bump version (#7214) 2022-09-19 00:36:11 +03:00
Jerome Duval
1791655bca mplayer: bump version to snapshot 20210729 2022-02-22 17:30:05 +01:00
Gerasim Troeglazov
3eb951506b mplayer: bump for rebuild after x264 update 2021-10-19 14:03:19 +10:00
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Gerasim Troeglazov
5ce33639d5 mplayer: bump for rebuild 2020-10-21 13:36:06 +10:00
Augustin Cavalier
f0399cc720 Bump revisions of all dependents of libjpeg. 2020-04-13 19:11:38 -04:00
Augustin Cavalier
e23e9be3cf Bump revisions of all packages that depend on OpenSSL. 2020-03-19 20:08:50 -04:00
humdinger
a6e0231bb9 mplayer: mark as unsupported on 32bit (#4730)
* On 32bit running mplayer fails with:
  'runtime_loader: /boot/system/bin/mplayer: Could not map image: Out of memory'
  See #1978.

* Remove "x86", it's not an official target for Haiku anymore.
2020-02-25 12:53:19 +01:00
extrowerk
771314cd33 Mplayer: bump for x264 (#4688) 2020-02-04 22:27:32 +03:00
Jerome Duval
87cc039fcb bump revision to rebuild after libdvdread SONAME change. 2019-11-18 21:00:28 +01:00
waddlesplash
11417f6c96 mplayer: Drop dependency on postproc. 2019-09-02 12:21:58 -04:00
Jérôme Duval
26a639a948 mplayer: drop dependency on libavresample 2019-08-21 11:39:08 +02:00
Augustin Cavalier
ae94b1277b Bump revisions of recipes that depend on ncurses. 2019-05-24 16:14:07 -04:00
Jerome Duval
f7ee5fd109 mplayer: depends on libcdio_paranoia. 2019-04-28 16:52:18 +02:00
Gerasim Troeglazov
a10bdc1667 MPlayer: specify libcdio version 2019-04-26 20:04:34 +10:00
miqlas
96c6579a11 MPlayer: bump to release (#3781) 2019-04-25 17:44:35 +02:00
miqlas
964e7e9ead Mplayer: bump to snapshot (#3001)
* RevBump

* MPlayer: bump to snapshot, stable crashes.
2018-09-29 23:18:23 -07:00
Augustin Cavalier
d530e87158 Bump all dependents of FFmpeg (again.)
Sorry for the noise...
2018-07-02 20:07:00 -04:00
Augustin Cavalier
df75b1d18f Bump revisions of all packages that depend on FFmpeg.
Using the tools script.
2018-07-02 18:50:08 -04:00
miqlas
60d9a98c91 MPlayer: mime support (#2008) 2017-12-31 16:25:20 -05:00
miqlas
23d176365b Install fix for gcc2h (#1950) 2017-12-24 11:42:27 +01:00
Ryo Kenrie Wongso
724cf51738 mplayer: Put dot-config files in user settings folder (#1948)
Fixes https://github.com/haikuports/haikuports/issues/472
2017-12-24 11:20:49 +01:00
Sergei Reznikov
779c1e3ab7 mplayer: fix strip target 2017-11-29 16:54:43 +03:00
Sergei Reznikov
876c551e69 mplayer: fix build on gcc2h 2017-11-29 16:25:15 +03:00
Jerome Duval
fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00
miqlas
91cc2bfc02 MPlayer: improved icon, it looks almost like the official one. (#1463) 2017-06-22 14:14:22 +03:00
miqlas
28d82dbc31 100% more icon (#1462) 2017-06-22 12:50:58 +03:00
miqlas
ca4383fa88 Mplayer 1.3.0 fix (#1281)
Recipe cleanup, reduced REQs, fixed PNG, etc.
2017-04-18 13:25:32 -04:00
miqlas
bd71377a23 mplayer: bump version, updated patchset (#960) 2016-12-26 13:55:57 -05:00
Vale
4ceccd41e1 Fix ordering 2016-02-17 14:39:36 -05:00
Augustin Cavalier
2b51585ae4 More syslibs removal that I missed in the previous commit. 2015-08-04 15:49:58 -04:00
Augustin Cavalier
4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04:00
Augustin Cavalier
f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Sergei Reznikov
d0e12d16b1 mplayer: enable runtime cpu detection 2015-06-01 09:08:19 +03:00
Gerasim Troeglazov
8f3733b708 mplayer: add liblzo2 to requires 2015-05-27 19:57:50 +10:00
Sergei Reznikov
f0ab2f4b49 mplayer: add recipe for version 1.1.1
* includes native audio/video support and doesn't require SDL
* remove recipe for version 1.0
2015-03-12 16:07:12 +03:00
Oliver Tappe
60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Scott McCreary
7d135cd892 Initial mplayer .bep file from michaelvoliveira. Marked as unstable as
it crashed on me when I tried playing a DVD.
2010-07-08 04:34:51 +00:00