Commit Graph

8 Commits

Author SHA1 Message Date
OscarL
4ea130e96a smpeg2: fix build with modern GCC. (#7687)
* smpeg2: fix build with modern GCC.

Cleaned up the recipe somehow. The resulting "plaympeg" is still
non-functional, at least with the sample files I have:

On 64 bits: Shows a white, empty window.
On 32 bits: Shows a black, empty window.

That after properly recognizing the file as a video file, give
the correct details of resolution and duration, but repeating
the message:

"Warning: picture block before sequence header block".

Previous revisions (smpeg2-2.0.0-4) showed same behavior.
Only difference is that old version (on 64 bits at least) loads
"add-ons/opengl/Software Pipe" and prints:

"GalliumContext: CreateDisplay: Using llvmpipe (LLVM 12.0.1, 128 bits) driver"

* Exclude plaympeg from the package.

Also, removed an spurious "cmd:smpeg2" in PROVIDES.
2022-12-30 09:32:39 +01: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
Jerome Duval
f38aa621d9 media-*: reorder sections. 2018-08-09 09:05:12 +02:00
Michael Lotz
0f1cee56a8 smpeg2: Bump missed revision after requires change. 2017-12-14 21:48:09 +01:00
Michael Lotz
93d8375606 Update {lib|devel}:libsdl2 to {lib|devel}:libsdl2_2.0.
The newest libsdl2 packages do not provide the unsuffixed lib anymore
as it doesn't actually exist in the package.
2017-12-14 21:44:39 +01: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
fbrosson
36c413d580 media-libs: add $secondaryArchSuffix for libtoolize (86 recipes) (#795) 2016-09-23 17:13:18 -04:00
Begasus
3c5286b12d smpeg2 new recipe (#668) 2016-07-22 12:53:16 -04:00