public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/makemkv/files: makemkv-1.8.6-makefile.linux.patch
@ 2013-11-16 23:19 Matthew Marlow (mattm)
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Marlow (mattm) @ 2013-11-16 23:19 UTC (permalink / raw
  To: gentoo-commits

mattm       13/11/16 23:19:41

  Added:                makemkv-1.8.6-makefile.linux.patch
  Log:
  Version bump, Fix download path for 1.8.5, Prune legacy ebuilds.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 786037A7)

Revision  Changes    Path
1.1                  media-video/makemkv/files/makemkv-1.8.6-makefile.linux.patch

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

Index: makemkv-1.8.6-makefile.linux.patch
===================================================================
--- makemkv-oss-1.8.6/makefile.linux.orig
+++ makemkv-oss-1.8.6/makefile.linux
@@ -8,7 +8,7 @@
 MOC=moc
 endif
 
-CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
+CXXOPTS=-D_GNU_SOURCE -D_linux_
 
 BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
 BUILDINFO_BUILD_DATE=$(shell date)
@@ -38,7 +38,7 @@
 	install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
 
 out/%: out/%.full
-	objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@ 
+	objcopy --discard-all $< $@ 
 
 out/libdriveio.so.0.full:
 	mkdir -p out





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/makemkv/files: makemkv-1.8.6-makefile.linux.patch
@ 2013-11-22  3:16 Matthew Marlow (mattm)
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Marlow (mattm) @ 2013-11-22  3:16 UTC (permalink / raw
  To: gentoo-commits

mattm       13/11/22 03:16:14

  Modified:             makemkv-1.8.6-makefile.linux.patch
  Log:
  Makemkv-1.8.6 changed makefile/configure files slightly, updated patch.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 786037A7)

Revision  Changes    Path
1.2                  media-video/makemkv/files/makemkv-1.8.6-makefile.linux.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.8.6-makefile.linux.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.8.6-makefile.linux.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.8.6-makefile.linux.patch?r1=1.1&r2=1.2

Index: makemkv-1.8.6-makefile.linux.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/makemkv/files/makemkv-1.8.6-makefile.linux.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- makemkv-1.8.6-makefile.linux.patch	16 Nov 2013 23:19:41 -0000	1.1
+++ makemkv-1.8.6-makefile.linux.patch	22 Nov 2013 03:16:14 -0000	1.2
@@ -1,20 +1,11 @@
---- makemkv-oss-1.8.6/makefile.linux.orig
-+++ makemkv-oss-1.8.6/makefile.linux
-@@ -8,7 +8,7 @@
- MOC=moc
+--- makemkv-oss-1.8.6/Makefile.in.orig	2013-11-20 19:48:33.000000000 -0800
++++ makemkv-oss-1.8.6/Makefile.in	2013-11-21 19:05:22.319663127 -0800
+@@ -50,7 +50,7 @@
  endif
  
--CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
-+CXXOPTS=-D_GNU_SOURCE -D_linux_
- 
- BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
- BUILDINFO_BUILD_DATE=$(shell date)
-@@ -38,7 +38,7 @@
- 	install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
- 
  out/%: out/%.full
--	objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@ 
-+	objcopy --discard-all $< $@ 
+-	$(OBJCOPY) --strip-all --strip-debug --strip-unneeded --discard-all $< $@ 
++	$(OBJCOPY) --discard-all $< $@ 
  
  out/libdriveio.so.0.full:
  	mkdir -p out





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-22  3:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-22  3:16 [gentoo-commits] gentoo-x86 commit in media-video/makemkv/files: makemkv-1.8.6-makefile.linux.patch Matthew Marlow (mattm)
  -- strict thread matches above, loose matches on Subject: below --
2013-11-16 23:19 Matthew Marlow (mattm)

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