#9 closed defect (fixed)
unclean uninstall (vidix+libdha)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | core |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | diego@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
vidix libraries and libdha remains after uninstall
aquatique# mplayer | head -n 1
MPlayer dev-CVS-040705-14:58-3.3.3 (C) 2000-2004 MPlayer Team
aquatique# gmake uninstall
rm -f /usr/local/bin/mplayer /usr/local/bin/gmplayer /usr/local/man/man1/mplayer.1
rm -f /usr/local/bin/mencoder /usr/local/man/man1/mencoder.1
Uninstall completed
aquatique#
aquatique# find /usr/local/lib/mplayer
/usr/local/lib/mplayer
/usr/local/lib/mplayer/vidix
/usr/local/lib/mplayer/vidix/cyberblade_vid.so
/usr/local/lib/mplayer/vidix/mach64_vid.so
/usr/local/lib/mplayer/vidix/mga_crtc2_vid.so
/usr/local/lib/mplayer/vidix/mga_vid.so
/usr/local/lib/mplayer/vidix/nvidia_vid.so
/usr/local/lib/mplayer/vidix/pm3_vid.so
/usr/local/lib/mplayer/vidix/radeon_vid.so
/usr/local/lib/mplayer/vidix/rage128_vid.so
/usr/local/lib/mplayer/vidix/sis_vid.so
aquatique#
aquatique# ls -l /usr/local/lib/libdha*
lrwxr-xr-x 1 root wheel 13 5 июл 15:06 /usr/local/lib/libdha.so.1 ->
libdha.so.1.0
-rwxr-xr-x 1 root wheel 228124 5 июл 15:05 /usr/local/lib/libdha.so.1.0
--- Makefile.orig Mon Jul 5 14:27:36 2004
+++ Makefile Mon Jul 5 14:31:45 2004
@@ -299,6 +299,9 @@
uninstall:
-rm -f $(BINDIR)/$(PRG) $(BINDIR)/gmplayer $(MANDIR)/man1/mplayer.1
-rm -f $(BINDIR)/$(PRG_MENCODER) $(MANDIR)/man1/mencoder.1
+ifeq ($(VIDIX),yes)
+ $(DO_MAKE)
+endif
@echo "Uninstall completed"
clean:
--- vidix/Makefile.orig Mon Jul 5 14:33:46 2004
+++ vidix/Makefile Mon Jul 5 14:34:09 2004
@@ -40,6 +40,9 @@
install:
$(DO_MAKE)
+uninstall:
+ $(DO_MAKE)
+
#
# include dependency files if they exist
#
Attachments (1)
Change History (4)
by , 20 years ago
Attachment: | uninstall.patch added |
---|
comment:1 by , 20 years ago
comment:3 by , 20 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
A superset of this patch has been committed by Torinthiel --> FIXED.
Fix