Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/x264/files: x264-onlylib-20110425.patch
Date: Wed, 27 Apr 2011 17:23:27
Message-Id: 20110427172007.608ED20057@flycatcher.gentoo.org
1 aballier 11/04/27 17:20:07
2
3 Added: x264-onlylib-20110425.patch
4 Log:
5 new snapshot
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-libs/x264/files/x264-onlylib-20110425.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/files/x264-onlylib-20110425.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/files/x264-onlylib-20110425.patch?rev=1.1&content-type=text/plain
14
15 Index: x264-onlylib-20110425.patch
16 ===================================================================
17 Index: x264-snapshot-20110425-2245/Makefile
18 ===================================================================
19 --- x264-snapshot-20110425-2245.orig/Makefile
20 +++ x264-snapshot-20110425-2245/Makefile
21 @@ -137,7 +137,7 @@ DEP = depend
22
23 .PHONY: all default fprofiled clean distclean install uninstall dox test testclean
24
25 -default: $(DEP) x264$(EXE)
26 +default: $(DEP)
27
28 $(LIBX264): .depend $(OBJS) $(OBJASM)
29 $(AR)$@ $(OBJS) $(OBJASM)
30 @@ -207,7 +207,7 @@ distclean: clean
31 rm -f config.mak x264_config.h config.h config.log x264.pc x264.def
32 rm -rf test/
33
34 -install: x264$(EXE) $(SONAME)
35 +install: $(LIBX264) $(SONAME)
36 install -d $(DESTDIR)$(bindir)
37 install -d $(DESTDIR)$(includedir)
38 install -d $(DESTDIR)$(libdir)
39 @@ -216,7 +216,6 @@ install: x264$(EXE) $(SONAME)
40 install -m 644 x264_config.h $(DESTDIR)$(includedir)
41 install -m 644 $(LIBX264) $(DESTDIR)$(libdir)
42 install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig
43 - install x264$(EXE) $(DESTDIR)$(bindir)
44 $(if $(RANLIB), $(RANLIB) $(DESTDIR)$(libdir)/$(LIBX264))
45 ifeq ($(SYS),WINDOWS)
46 $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(bindir))