[MPlayer-dev-eng] [PATCH] make uninstall doesn't remove vidix & libdha
Torinthiel
torinthiel at megapolis.pl
Mon Oct 18 16:00:27 CEST 2004
On Mon, Oct 18, 2004 at 03:47:41PM +0200, Reimar Döffinger wrote:
> Would be easier to comment on if there was a patch attached ;-)
True, would be ;)
It's been too long since I've messed something up, let's hope it's the
most I do ;)
Torinthiel
--
Waclaw "Torinthiel" Schiller GG#: 542916, 3073512
torinthiel(at)megapolis(dot)pl
gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8 7346 2B6E 39F2 B069 01F1
"No classmates may be used during this examination"
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.306
diff -u -r1.306 Makefile
--- Makefile 18 Oct 2004 09:19:05 -0000 1.306
+++ Makefile 18 Oct 2004 12:35:49 -0000
@@ -330,6 +330,16 @@
-rm -f $(BINDIR)/$(PRG_MENCODER) $(MANDIR)/man1/mencoder.1
-rm -f $(prefix)/share/pixmaps/mplayer-desktop.xpm
-rm -f $(prefix)/share/applications/mplayer.desktop
+ -rm -f $(LIBDIR)/libmpdvdkit.so
+ for l in $(MAN_LANG); do \
+ if test "i$$l" != "en"; do \
+ -rm -f $(MANDIR)/$$l/man1/mplayer.1 $(MANDIR)/$$l/man1/mencoder.1 \
+ -rm -f $(MANDIR)/$$l/man1/gmplayer.1 \
+ fi \
+ done
+ifeq ($(VIDIX),yes)
+ $(DO_MAKE)
+endif
@echo "Uninstall completed"
clean:
Index: vidix/Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- vidix/Makefile 24 Jun 2004 12:52:17 -0000 1.4
+++ vidix/Makefile 18 Oct 2004 12:35:49 -0000
@@ -40,6 +40,9 @@
install:
$(DO_MAKE)
+uninstall:
+ $(DO_MAKE)
+
#
# include dependency files if they exist
#
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20041018/b5a75875/attachment.pgp>
More information about the MPlayer-dev-eng
mailing list