diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-05-03 20:08:47 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-05-03 20:08:47 +0000 |
commit | b17c0e90bfc7a6265e1efdff25f3dd37cc618c04 (patch) | |
tree | aca502f0e418b1de32363aab0fc3c9c177c11eaa /media-libs/x264/files | |
parent | New ebuild for bug 233738. (diff) | |
download | historical-b17c0e90bfc7a6265e1efdff25f3dd37cc618c04.tar.gz historical-b17c0e90bfc7a6265e1efdff25f3dd37cc618c04.tar.bz2 historical-b17c0e90bfc7a6265e1efdff25f3dd37cc618c04.zip |
bump a new snapshot
Package-Manager: portage-2.2_rc32/cvs/Linux x86_64
Diffstat (limited to 'media-libs/x264/files')
-rw-r--r-- | media-libs/x264/files/x264-onlylib-20090408.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-libs/x264/files/x264-onlylib-20090408.patch b/media-libs/x264/files/x264-onlylib-20090408.patch new file mode 100644 index 000000000000..19b5fb4d85cd --- /dev/null +++ b/media-libs/x264/files/x264-onlylib-20090408.patch @@ -0,0 +1,28 @@ +Index: x264-snapshot-20090408-2245/Makefile +=================================================================== +--- x264-snapshot-20090408-2245.orig/Makefile ++++ x264-snapshot-20090408-2245/Makefile +@@ -71,7 +71,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) +@@ -143,13 +143,12 @@ distclean: clean + rm -f config.mak config.h x264.pc + rm -rf test/ + +-install: x264$(EXE) $(SONAME) ++install: libx264.a $(SONAME) + install -d $(DESTDIR)$(bindir) $(DESTDIR)$(includedir) + install -d $(DESTDIR)$(libdir) $(DESTDIR)$(libdir)/pkgconfig + 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)) |