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.7.6-makefile.linux.patch
@ 2012-07-02 15:20 Matthew Marlow (mattm)
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Marlow (mattm) @ 2012-07-02 15:20 UTC (permalink / raw
  To: gentoo-commits

mattm       12/07/02 15:20:40

  Added:                makemkv-1.7.6-makefile.linux.patch
  Log:
  Stab at resolving bug 424477 - added makefile patch that 1.7.6 ebuild wants.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

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

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

Index: makemkv-1.7.6-makefile.linux.patch
===================================================================
--- makemkv-oss-1.7.6/makefile.linux.orig       2012-06-29 04:17:45.000000000 -0700
+++ makemkv-oss-1.7.6/makefile.linux    2012-07-02 08:12:16.388552664 -0700
@@ -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.7.6-makefile.linux.patch
@ 2012-07-03 16:16 Matthew Marlow (mattm)
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Marlow (mattm) @ 2012-07-03 16:16 UTC (permalink / raw
  To: gentoo-commits

mattm       12/07/03 16:16:12

  Modified:             makemkv-1.7.6-makefile.linux.patch
  Log:
  User submitted minor fix to patch created for bug 424477.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/makemkv/files/makemkv-1.7.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.7.6-makefile.linux.patch?r1=1.1&r2=1.2

Index: makemkv-1.7.6-makefile.linux.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/makemkv/files/makemkv-1.7.6-makefile.linux.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- makemkv-1.7.6-makefile.linux.patch	2 Jul 2012 15:20:39 -0000	1.1
+++ makemkv-1.7.6-makefile.linux.patch	3 Jul 2012 16:16:12 -0000	1.2
@@ -1,5 +1,5 @@
---- makemkv-oss-1.7.6/makefile.linux.orig       2012-06-29 04:17:45.000000000 -0700
-+++ makemkv-oss-1.7.6/makefile.linux    2012-07-02 08:12:16.388552664 -0700
+--- makemkv-oss-1.7.6/makefile.linux.orig
++++ makemkv-oss-1.7.6/makefile.linux
 @@ -8,7 +8,7 @@
  MOC=moc
  endif
@@ -13,8 +13,8 @@
         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:[~2012-07-03 16:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02 15:20 [gentoo-commits] gentoo-x86 commit in media-video/makemkv/files: makemkv-1.7.6-makefile.linux.patch Matthew Marlow (mattm)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-03 16:16 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