summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-06-06 10:37:33 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-06-06 10:37:33 +0000
commit3bc681acd5b06e853e469b6195a2c04c0fe43964 (patch)
tree6ada424a8741215e78d4c06c2d3cb46f47ae5922 /media-libs/x264/files
parentForce Python 2.x wrt #317009. (diff)
downloadgentoo-2-3bc681acd5b06e853e469b6195a2c04c0fe43964.tar.gz
gentoo-2-3bc681acd5b06e853e469b6195a2c04c0fe43964.tar.bz2
gentoo-2-3bc681acd5b06e853e469b6195a2c04c0fe43964.zip
bump a new snapshot
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/x264/files')
-rw-r--r--media-libs/x264/files/x264-onlylib-20100605.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/media-libs/x264/files/x264-onlylib-20100605.patch b/media-libs/x264/files/x264-onlylib-20100605.patch
new file mode 100644
index 000000000000..3f400ce9b2f8
--- /dev/null
+++ b/media-libs/x264/files/x264-onlylib-20100605.patch
@@ -0,0 +1,30 @@
+Index: x264-snapshot-20100605-2245/Makefile
+===================================================================
+--- x264-snapshot-20100605-2245.orig/Makefile
++++ x264-snapshot-20100605-2245/Makefile
+@@ -118,7 +118,7 @@ DEP = depend
+
+ .PHONY: all default fprofiled clean distclean install uninstall dox test testclean
+
+-default: $(DEP) x264$(EXE)
++default: $(DEP)
+
+ libx264.a: .depend $(OBJS) $(OBJASM)
+ $(AR) rc libx264.a $(OBJS) $(OBJASM)
+@@ -193,7 +193,7 @@ distclean: clean
+ rm -f config.mak config.h config.log x264.pc
+ rm -rf test/
+
+-install: x264$(EXE) $(SONAME)
++install: libx264.a $(SONAME)
+ install -d $(DESTDIR)$(bindir)
+ install -d $(DESTDIR)$(includedir)
+ install -d $(DESTDIR)$(libdir)
+@@ -201,7 +201,6 @@ install: x264$(EXE) $(SONAME)
+ install -m 644 x264.h $(DESTDIR)$(includedir)
+ install -m 644 libx264.a $(DESTDIR)$(libdir)
+ install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig
+- install x264$(EXE) $(DESTDIR)$(bindir)
+ $(RANLIB) $(DESTDIR)$(libdir)/libx264.a
+ ifeq ($(SYS),MINGW)
+ $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(bindir))