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-20090408.patch
Date: Sun, 03 May 2009 20:08:49
Message-Id: E1M0hzT-0006uE-MV@stork.gentoo.org
1 aballier 09/05/03 20:08:47
2
3 Added: x264-onlylib-20090408.patch
4 Log:
5 bump a new snapshot
6 (Portage version: 2.2_rc32/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/x264/files/x264-onlylib-20090408.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/files/x264-onlylib-20090408.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/files/x264-onlylib-20090408.patch?rev=1.1&content-type=text/plain
13
14 Index: x264-onlylib-20090408.patch
15 ===================================================================
16 Index: x264-snapshot-20090408-2245/Makefile
17 ===================================================================
18 --- x264-snapshot-20090408-2245.orig/Makefile
19 +++ x264-snapshot-20090408-2245/Makefile
20 @@ -71,7 +71,7 @@ DEP = depend
21
22 .PHONY: all default fprofiled clean distclean install uninstall dox test testclean
23
24 -default: $(DEP) x264$(EXE)
25 +default: $(DEP)
26
27 libx264.a: .depend $(OBJS) $(OBJASM)
28 $(AR) rc libx264.a $(OBJS) $(OBJASM)
29 @@ -143,13 +143,12 @@ distclean: clean
30 rm -f config.mak config.h x264.pc
31 rm -rf test/
32
33 -install: x264$(EXE) $(SONAME)
34 +install: libx264.a $(SONAME)
35 install -d $(DESTDIR)$(bindir) $(DESTDIR)$(includedir)
36 install -d $(DESTDIR)$(libdir) $(DESTDIR)$(libdir)/pkgconfig
37 install -m 644 x264.h $(DESTDIR)$(includedir)
38 install -m 644 libx264.a $(DESTDIR)$(libdir)
39 install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig
40 - install x264$(EXE) $(DESTDIR)$(bindir)
41 $(RANLIB) $(DESTDIR)$(libdir)/libx264.a
42 ifeq ($(SYS),MINGW)
43 $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(bindir))