Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92716 Details for
Bug 141701
audiofile: patch to allow an tiny (library-only) build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against audiofile-0.2.6
tiny-install.diff (text/plain), 1.95 KB, created by
Enrico 'nekrad' Weigelt
on 2006-07-25 06:17:54 UTC
(
hide
)
Description:
patch against audiofile-0.2.6
Filename:
MIME Type:
Creator:
Enrico 'nekrad' Weigelt
Created:
2006-07-25 06:17:54 UTC
Size:
1.95 KB
patch
obsolete
>diff -ruN audiofile-0.2.6.orig/Makefile.am audiofile-0.2.6/Makefile.am >--- audiofile-0.2.6.orig/Makefile.am Tue Jul 25 13:38:21 2006 >+++ audiofile-0.2.6/Makefile.am Tue Jul 25 14:51:02 2006 >@@ -1,9 +1,24 @@ > ## Process this file with automake to produce Makefile.in > >+if OLD_PKGCONFIG > bin_SCRIPTS = \ > audiofile-config >+endif >+ >+if TOOLS >+SRC_TOOLS=sfcommands >+endif >+ >+if TESTS >+SRC_TEST = test >+endif >+ >+if EXAMPLES >+SRC_EXAMPLES = examples >+endif >+ >+SRC_SUBDIRS = libaudiofile $(SRC_TOOLS) $(SRC_TEST) $(SRC_EXAMPLES) > >-SRC_SUBDIRS = libaudiofile sfcommands test examples > SUBDIRS = $(SRC_SUBDIRS) docs win32 > > EXTRA_DIST= \ >@@ -17,8 +32,10 @@ > audiofile.spec.in \ > audiofile.pc.in > >+if OLD_PKGCONFIG > m4datadir = $(datadir)/aclocal > m4data_DATA = audiofile.m4 >+endif > > pkgconfigdir = $(libdir)/pkgconfig > pkgconfig_DATA = audiofile.pc >diff -ruN audiofile-0.2.6.orig/configure.in audiofile-0.2.6/configure.in >--- audiofile-0.2.6.orig/configure.in Tue Jul 25 13:38:21 2006 >+++ audiofile-0.2.6/configure.in Tue Jul 25 14:26:36 2006 >@@ -91,6 +91,30 @@ > AC_MSG_RESULT($platform) > AC_SUBST(TEST_BIN) > >+AC_ARG_ENABLE(tools, >+ AS_HELP_STRING([--disable-tools], [Install command line tools]), >+ [TOOLS=$enableval], >+ [TOOLS=yes]) >+AM_CONDITIONAL(TOOLS,[test "$TOOLS" == "yes"]) >+ >+AC_ARG_ENABLE(old-pkgconfig, >+ AS_HELP_STRING([--disable-old-pkgconfig],[Install old-style pkg config stuff (audiofile-config, audiofile.m4)]), >+ [OLD_PKGCONFIG=$enableval], >+ [OLD_PKGCONFIG=yes]) >+AM_CONDITIONAL(OLD_PKGCONFIG,[test "$OLD_PKGCONFIG" == "yes"]) >+ >+AC_ARG_ENABLE(examples, >+ AS_HELP_STRING([--disable-examples],[Disable examples]), >+ [EXAMPLES=$enableval], >+ [EXAMPLES=yes]) >+AM_CONDITIONAL(EXAMPLES,[test "$EXAMPLES" == "yes"]) >+ >+AC_ARG_ENABLE(tests, >+ AS_HELP_STRING([--disable-tests],[Disable self-tests]), >+ [TESTS=$enableval], >+ [TESTS=yes]) >+AM_CONDITIONAL(TESTS,[test "$TESTS" == "yes"]) >+ > AC_OUTPUT([ > audiofile.spec > audiofile.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 141701
: 92716