# Slackware SlackBuild script for MPlayer # #------------------------------------------------------------------------------ # The original slackware MPlayer.SlackBuild script patched # by Dimitris Jemos # URL: http://www.slackel.gr/ # The original script can't compile the svn MPlayer code with the option USE_PATENTS="YES" # If no downloadable tarball exists this script download mplayer sources from SVN/CVS # and creates a tarball of them. #------------------------------------------------------------------------------ From MPlayer folder run ./MPlayer_use_patents.SlackBuild to patch the MPlayer.SlackBuild and build MPlayer with patents =================================== You can use the patched MPlayer.SlackBuild to rebuild the MPlayer .txz as follows USE_PATENTS=NO ./MPlayer.SlackBuild # build the MPlayer without PATENTS USE_PATENTS=YES ./MPlayer.SlackBuild # build the MPlayer with PATENTS