FreeBSD Bugzilla – Attachment 222036 Details for
Bug 252957
audio/pulseaudio: update the port to 14.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
new patch, fixed pkg-plist issue, output of: svn diff audio/pulseaudio
svn-diff-pulse-audio (text/plain), 4.69 KB, created by
Matthias Apitz
on 2021-01-31 12:20:30 UTC
(
hide
)
Description:
new patch, fixed pkg-plist issue, output of: svn diff audio/pulseaudio
Filename:
MIME Type:
Creator:
Matthias Apitz
Created:
2021-01-31 12:20:30 UTC
Size:
4.69 KB
patch
obsolete
>Index: audio/pulseaudio/Makefile >=================================================================== >--- audio/pulseaudio/Makefile (revision 562403) >+++ audio/pulseaudio/Makefile (working copy) >@@ -5,10 +5,9 @@ > # PORTREVISION bumps of depending ports. > > PORTNAME= pulseaudio >-PORTVERSION= 13.0 >-PORTREVISION= 2 >+DISTVERSION= 14.2 > CATEGORIES= audio >-MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ >+MASTER_SITES= https://freedesktop.org/software/pulseaudio/releases/ > > MAINTAINER= desktop@FreeBSD.org > COMMENT= Sound server for UNIX >@@ -24,7 +23,7 @@ > libltdl.so:devel/libltdl \ > libck-connector.so:sysutils/consolekit2 > >-USES= compiler:c11 cpe gettext gmake gnome iconv libtool \ >+USES= compiler:c11 cpe gettext gmake gnome iconv libtool localbase:ldflags \ > pathfix pkgconfig python:run shebangfix ssl tar:xz xorg > > USE_GNOME= glib20 >@@ -36,8 +35,6 @@ > OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ > LIBS="-lm -lintl" \ > ac_cv_header_linux_input_h="" >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib > INSTALL_TARGET= install-strip > > SHEBANG_FILES= shell-completion/bash/pulseaudio \ >@@ -89,7 +86,7 @@ > SPEEX_CONFIGURE_WITH= speex > SPEEX_LIB_DEPENDS= libspeexdsp.so:audio/speexdsp > WEBRTC_AEC_DESC= WebRTC-based echo canceller >-WEBRTC_AEC_LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing0 >+WEBRTC_AEC_LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing > WEBRTC_AEC_CONFIGURE_ENABLE= webrtc-aec > > OPTIONS_SINGLE= DATABASE >Index: audio/pulseaudio/distinfo >=================================================================== >--- audio/pulseaudio/distinfo (revision 562403) >+++ audio/pulseaudio/distinfo (working copy) >@@ -1,3 +1,3 @@ > TIMESTAMP = 1568380928 >-SHA256 (pulseaudio-13.0.tar.xz) = 961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057 >-SIZE (pulseaudio-13.0.tar.xz) = 1901768 >+SHA256 (pulseaudio-14.2.tar.xz) = 75d3f7742c1ae449049a4c88900e454b8b350ecaa8c544f3488a2562a9ff66f1 >+SIZE (pulseaudio-14.2.tar.xz) = 1951300 >Index: audio/pulseaudio/files/patch-src_pulsecore_atomic.h >=================================================================== >--- audio/pulseaudio/files/patch-src_pulsecore_atomic.h (revision 562403) >+++ audio/pulseaudio/files/patch-src_pulsecore_atomic.h (working copy) >@@ -1,18 +1,19 @@ >---- src/pulsecore/atomic.h.orig 2019-09-13 13:10:23 UTC >-+++ src/pulsecore/atomic.h >-@@ -117,7 +117,7 @@ static inline void* pa_atomic_ptr_load(c >+--- src/pulsecore/atomic.h.orig 2020-07-17 12:11:11.000000000 +0200 >++++ src/pulsecore/atomic.h 2021-01-23 21:16:28.683759000 +0100 >+@@ -117,7 +117,7 @@ > } > > static inline void pa_atomic_ptr_store(pa_atomic_ptr_t *a, void* p) { >-- __atomic_store_n(&a->value, p, __ATOMIC_SEQ_CST); >-+ __atomic_store_n(&a->value, (uintptr_t)p, __ATOMIC_SEQ_CST); >+- __atomic_store_n(&a->value, (unsigned long) p, __ATOMIC_SEQ_CST); >++ __atomic_store_n(&a->value, (uintptr_t) p, __ATOMIC_SEQ_CST); > } > > #else >-@@ -218,39 +218,6 @@ static inline bool pa_atomic_ptr_cmpxchg >+@@ -217,39 +217,6 @@ >+ #include <sys/types.h> > #include <sys/param.h> > #include <machine/atomic.h> >- >+- > -#if __FreeBSD_version < 600000 > -#if defined(__i386__) || defined(__amd64__) > -#if defined(__amd64__) >@@ -45,7 +46,6 @@ > -} > -#endif > -#endif >-- >+ > typedef struct pa_atomic { > volatile unsigned long value; >- } pa_atomic_t; >Index: audio/pulseaudio/pkg-plist >=================================================================== >--- audio/pulseaudio/pkg-plist (revision 562403) >+++ audio/pulseaudio/pkg-plist (working copy) >@@ -63,13 +63,13 @@ > lib/cmake/PulseAudio/PulseAudioConfigVersion.cmake > lib/libpulse-mainloop-glib.so > lib/libpulse-mainloop-glib.so.0 >-lib/libpulse-mainloop-glib.so.0.0.5 >+lib/libpulse-mainloop-glib.so.0.0.6 > lib/libpulse-simple.so > lib/libpulse-simple.so.0 > lib/libpulse-simple.so.0.1.1 > lib/libpulse.so > lib/libpulse.so.0 >-lib/libpulse.so.0.21.1 >+lib/libpulse.so.0.23.0 > %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/libavahi-wrap.so > lib/pulse-%%PULSE_VERSION%%/modules/module-allow-passthrough.so > lib/pulse-%%PULSE_VERSION%%/modules/module-device-manager.so >@@ -242,6 +242,7 @@ > share/locale/af/LC_MESSAGES/pulseaudio.mo > share/locale/as/LC_MESSAGES/pulseaudio.mo > share/locale/be/LC_MESSAGES/pulseaudio.mo >+share/locale/bg/LC_MESSAGES/pulseaudio.mo > share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo > share/locale/ca/LC_MESSAGES/pulseaudio.mo > share/locale/cs/LC_MESSAGES/pulseaudio.mo >@@ -261,6 +262,7 @@ > share/locale/id/LC_MESSAGES/pulseaudio.mo > share/locale/it/LC_MESSAGES/pulseaudio.mo > share/locale/ja/LC_MESSAGES/pulseaudio.mo >+share/locale/kk/LC_MESSAGES/pulseaudio.mo > share/locale/kn/LC_MESSAGES/pulseaudio.mo > share/locale/ko/LC_MESSAGES/pulseaudio.mo > share/locale/lt/LC_MESSAGES/pulseaudio.mo
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 252957
:
221857
|
221870
| 222036 |
224074