Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/faad2/files: faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch
Date: Thu, 29 Apr 2010 15:14:04
Message-Id: 20100429151358.BFE212C043@corvid.gentoo.org
1 ssuominen 10/04/29 15:13:58
2
3 Added: faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch
4 Log:
5 Install mp4ff_int_types.h since we are building unsupported libmp4ff library anyway wrt #275008.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/faad2/files/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/files/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/files/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch?rev=1.1&content-type=text/plain
13
14 Index: faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch
15 ===================================================================
16 Install mp4ff_int_types.h for mythmusic.
17
18 http://bugs.gentoo.org/275008
19
20 --- common/mp4ff/Makefile.am
21 +++ common/mp4ff/Makefile.am
22 @@ -1,5 +1,5 @@
23 lib_LTLIBRARIES = libmp4ff.la
24 -include_HEADERS = mp4ff.h mp4ffint.h
25 +include_HEADERS = mp4ff.h mp4ffint.h mp4ff_int_types.h
26
27 AM_CFLAGS = -DUSE_TAGGING=1