Opened 7 years ago
Closed 7 years ago
#54254 closed defect (fixed)
(MPlayer, 10.4.11) Failed to build MPlayer: command execution failed
Reported by: | mrkapqa | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.1 |
Keywords: | powerpc tiger | Cc: | |
Port: | MPlayer |
Description (last modified by mf2k (Frank Schima))
---> Extracting MPlayer ---> Applying patches to MPlayer ---> Configuring MPlayer Warning: reinplace s|-I/usr/X11/include||g didn't change anything in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_MPlayer/MPlayer/work/MPlayer-1.3.0/config.mak ---> Building MPlayer Error: Failed to build MPlayer: command execution failed
this on imac g5 running tiger 10.4.11
Attachments (1)
Change History (9)
Changed 7 years ago by mrkapqa
comment:1 Changed 7 years ago by mf2k (Frank Schima)
Keywords: | tiger added; MPlayer Tiger removed |
---|---|
Owner: | set to jeremyhu |
Status: | new → assigned |
comment:2 Changed 7 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:3 Changed 7 years ago by kencu (Ken)
Hello my friend. In the file: libvo/osx_objc_common.m
add this to the includes section near the top:
#include <OpenGL/gl.h> #include <OpenGl/glu.h> #include <GLUT/glut.h>
and all is well.
$ port -v installed mplayer The following ports are currently installed: MPlayer @1.3.0_1 (active) platform='darwin 8' archs='ppc' date='2017-05-30T08:56:02-0700'
please let us know how it works. - K
comment:4 Changed 7 years ago by mrkapqa
wow, it really works!
thank you very much!
i am really impressed by this computer! great!!!
comment:5 Changed 7 years ago by kencu (Ken)
OK - that's n=2, so we can publish :> I'll put together a patch.
comment:6 Changed 7 years ago by mrkapqa
cool stuff,
got youtube-viewer up and running with mplayer now.
- downloaded youtube-viewer-master here
- deactiavted perl5.24 from macports
sudo port deactivate perl5.24
(had to install macports via .pkg again as this broke somehow macports installation; )
- installed perlbrew and build youtube-viewer as shown here
- installed also youtube-dl via macports ()
really good feeling :)
comment:7 Changed 7 years ago by kencu (Ken)
Pull request <https://github.com/macports/macports-ports/pull/670>.
comment:8 Changed 7 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In the future, please use WikiFormatting and Cc the port maintainers (
port info --maintainers MPlayer
), if any.