Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mplayer fix build and warning #10

Closed
wants to merge 2 commits into from

Commits on Dec 4, 2014

  1. mplayer2: use B = "${S}"

    The mplayer2 package does not support out of tree builds
    and the do_configure step also tries to find the configure
    script in the same build directory while the script lies in
    the src directory.
    This patch updates the builddir to point to the srcdir in
    order to cope with the above issues.
    
    Signed-off-by: Drew Moseley <[email protected]>
    Signed-off-by: Awais Belal <[email protected]>
    Awais Belal committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    1d98efd View commit details
    Browse the repository at this point in the history
  2. mplayer2: cleanup empty directories

    The mplayer "make install" phase leaves an empty
    /usr/lib directory seemingly regardless of the setting
    of libdir.  Remove it to avoid a packaging warning.
    
    Signed-off-by: Drew Moseley <[email protected]>
    Signed-off-by: Awais Belal <[email protected]>
    Awais Belal committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    4087460 View commit details
    Browse the repository at this point in the history