From f0b0ed72c71f3f7e38e20b02ca52dbc574a7d0a3 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Wed, 22 Aug 2001 06:11:11 +0000 Subject: New Port: This is the port of mplayer, a project which has the effort to become a very stable and useful movie player. It is based on the windows codec compilation and provides the ability to play many formats in a very good quality without much CPU comsumption. WWW: http://mplayer.sourceforge.net PR: 29944 Submitted by: riggs@f113.hadiko.de --- graphics/mplayer/files/patch-ae | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 graphics/mplayer/files/patch-ae (limited to 'graphics/mplayer/files/patch-ae') diff --git a/graphics/mplayer/files/patch-ae b/graphics/mplayer/files/patch-ae new file mode 100644 index 000000000000..38fcf5b69e44 --- /dev/null +++ b/graphics/mplayer/files/patch-ae @@ -0,0 +1,25 @@ +--- Makefile Sun Jul 8 02:21:20 2001 ++++ Makefile.freebsd Wed Aug 15 19:23:54 2001 +@@ -85,14 +85,14 @@ + $(PRG_CFG): version.h codec-cfg.c codec-cfg.h + $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML + +-install: $(PRG) $(PRG_FIBMAP) +- install -D -m 755 -s $(PRG) $(BINDIR)/$(PRG) +- install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 +- @echo "Following task requires root privs. If it fails don't panic" +- @echo "however it means you can't use fibmap_mplayer." +- @echo "Without this (or without running mplayer as root) you won't be" +- @echo "able to play DVDs." +- install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) ++install: $(PRG) ++ install -C -m 755 -s $(PRG) $(BINDIR)/$(PRG) ++ install -C -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 ++# @echo "Following task requires root privs. If it fails don't panic" ++# @echo "however it means you can't use fibmap_mplayer." ++# @echo "Without this (or without running mplayer as root) you won't be" ++# @echo "able to play DVDs." ++# install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) + + clean: + rm -f *.o *~ $(OBJS) -- cgit v1.2.3