Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 199029 Details for
Bug 270859
net-wireless/bluez version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
4.46-conditional_libsbc.patch
4.46-conditional_libsbc.patch (text/plain), 1.33 KB, created by
Davide Pesavento (RETIRED)
on 2009-07-24 21:25:56 UTC
(
hide
)
Description:
4.46-conditional_libsbc.patch
Filename:
MIME Type:
Creator:
Davide Pesavento (RETIRED)
Created:
2009-07-24 21:25:56 UTC
Size:
1.33 KB
patch
obsolete
>diff -Naur bluez-4.46~orig/acinclude.m4 bluez-4.46/acinclude.m4 >--- bluez-4.46~orig/acinclude.m4 2009-07-24 23:11:20.000000000 +0200 >+++ bluez-4.46/acinclude.m4 2009-07-24 23:12:10.000000000 +0200 >@@ -350,8 +350,10 @@ > AC_SUBST([GDBUS_CFLAGS], ['-I$(top_srcdir)/gdbus']) > AC_SUBST([GDBUS_LIBS], ['$(top_builddir)/gdbus/libgdbus.la']) > >- AC_SUBST([SBC_CFLAGS], ['-I$(top_srcdir)/sbc']) >- AC_SUBST([SBC_LIBS], ['$(top_builddir)/sbc/libsbc.la']) >+ if (test "${alsa_enable}" = "yes" || test "${gstreamer_enable}" = "yes"); then >+ AC_SUBST([SBC_CFLAGS], ['-I$(top_srcdir)/sbc']) >+ AC_SUBST([SBC_LIBS], ['$(top_builddir)/sbc/libsbc.la']) >+ fi > > AM_CONDITIONAL(SNDFILE, test "${sndfile_enable}" = "yes" && test "${sndfile_found}" = "yes") > AM_CONDITIONAL(NETLINK, test "${netlink_enable}" = "yes" && test "${netlink_found}" = "yes") >diff -Naur bluez-4.46~orig/audio/Makefile.am bluez-4.46/audio/Makefile.am >--- bluez-4.46~orig/audio/Makefile.am 2009-07-24 23:11:20.000000000 +0200 >+++ bluez-4.46/audio/Makefile.am 2009-07-24 23:13:35.000000000 +0200 >@@ -67,10 +67,16 @@ > > libipc_la_SOURCES = ipc.h ipc.c > >+if AUDIOPLUGIN >+if SBC >+ > noinst_PROGRAMS = ipctest > > ipctest_LDADD= libipc.la @SBC_LIBS@ @GLIB_LIBS@ > >+endif >+endif >+ > AM_CFLAGS = -fvisibility=hidden -fno-strict-aliasing @SBC_CFLAGS@ \ > @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@ >
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 270859
:
192141
|
197141
|
197275
|
197621
|
199029
|
199031
|
202435
|
202437
|
202439
|
202935
|
203250
|
203296
|
203582
|
206861
|
207755
|
208827
|
208829
|
208914
|
209213
|
209232
|
209238
|
215212
|
215868
|
216255
|
216291
|
216446
|
216560
|
216737
|
216971