public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/lxdvdrip/files: lxdvdrip-1.77-makefile.patch lxdvdrip-1.77-vamps-makefile.patch
@ 2014-03-17 21:55 Steve Dibb (beandog)
  0 siblings, 0 replies; only message in thread
From: Steve Dibb (beandog) @ 2014-03-17 21:55 UTC (permalink / raw
  To: gentoo-commits

beandog     14/03/17 21:55:28

  Added:                lxdvdrip-1.77-makefile.patch
                        lxdvdrip-1.77-vamps-makefile.patch
  Log:
  Version bump, bug 329333
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  media-video/lxdvdrip/files/lxdvdrip-1.77-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/lxdvdrip/files/lxdvdrip-1.77-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/lxdvdrip/files/lxdvdrip-1.77-makefile.patch?rev=1.1&content-type=text/plain

Index: lxdvdrip-1.77-makefile.patch
===================================================================
--- Makefile.orig	2014-03-17 15:40:30.886570544 -0600
+++ Makefile	2014-03-17 15:41:22.729159468 -0600
@@ -3,31 +3,15 @@
 HINWEIS1 = 'Check the configuration file in /etc with the Changelog'
 HINWEIS2 = 'Comparez le fichier de config. en /etc avec le Changelog'
 
-all:
-	if test -f badsect.o; then rm *.o; fi
-	gcc -g -c badsect.c
-	gcc -g -c cputest.c
-	gcc -g -c dvdbackup.c
-	gcc -g -c dvdcell.c
-	gcc -g -c dvdcopy.c
-	gcc -g -c dvdformat.c
-	gcc -g -c dvdinfo.c
-	gcc -g -c dvdtools.c
-	gcc -g -c ifo.c
-	gcc -g -c lxdvdrip.c
-	gcc -g -c mpeg2dec.c
-	gcc -g -c requant.c
-	gcc -g -c streamanalyze.c
-	gcc -g -c systools.c
-	gcc -g -c tcmemcpy.c
-	gcc -g -c vaporize.c
-	gcc -pthread  -g -o lxdvdrip *o -ldvdread -lm
-	if test -f badsect.o; then rm *.o; fi
-	gcc -g -lm -o lxac3scan lxac3scan.c
-	cd vamps && make && cd ..
-	cd dvdbackup && make && cd ..
-	cd requant && make && cd ..
-	cd mbuffer && make && cd ..
+LXDVDRIP_SOURCES = lxdvdrip.o streamanalyze.o ifo.o dvdinfo.o dvdbackup.o dvdcell.o systools.o vaporize.o dvdtools.o dvdcopy.o requant.o cputest.o tcmemcpy.o dvdformat.o badsect.o mpeg2dec.o
+
+all: lxdvdrip lxac3scan
+
+lxdvdrip: $(LXDVDRIP_SOURCES)
+	$(CC) $(LDFLAGS) -o $@ $(LXDVDRIP_SOURCES) -lm -ldvdread -lpthread
+
+lxac3scan: lxac3scan.o
+	$(CC) $(LDFLAGS) -o $@ $< -lm
 
 clean: 
 	rm -f lxdvdrip lxac3scan *.o



1.1                  media-video/lxdvdrip/files/lxdvdrip-1.77-vamps-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/lxdvdrip/files/lxdvdrip-1.77-vamps-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/lxdvdrip/files/lxdvdrip-1.77-vamps-makefile.patch?rev=1.1&content-type=text/plain

Index: lxdvdrip-1.77-vamps-makefile.patch
===================================================================
--- vamps/Makefile.orig	2014-03-17 15:44:50.086513525 -0600
+++ vamps/Makefile	2014-03-17 15:44:56.443321441 -0600
@@ -21,7 +21,7 @@
 CFLAGS    ?= -O2  -g -D_LARGEFILE_SOURCE -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 \
 	       -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_REENTRANT
 CFLAGS    += -Wall
-LDFLAGS   += -s
+LDFLAGS   +=
 LOADLIBES += -lm -pthread -ldvdread
 
 INSTALL   ?= install





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-17 21:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17 21:55 [gentoo-commits] gentoo-x86 commit in media-video/lxdvdrip/files: lxdvdrip-1.77-makefile.patch lxdvdrip-1.77-vamps-makefile.patch Steve Dibb (beandog)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox