From 1f23f671d001ca7a0073e504f5ae0184eb5d024d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 24 Jan 2023 12:57:16 +0000 Subject: gentoo auto-resync : 24:01:2023 - 12:57:16 --- .../libvisual/files/libvisual-0.4.0-cond.patch | 15 ------ .../files/libvisual-0.4.0-conditions.patch | 24 --------- .../files/libvisual-0.4.0-detect_amd64.patch | 14 ----- .../files/libvisual-0.4.0-format-security.patch | 16 ------ .../libvisual-0.4.0-inlinedefineconflict.patch | 60 ---------------------- 5 files changed, 129 deletions(-) delete mode 100644 media-libs/libvisual/files/libvisual-0.4.0-cond.patch delete mode 100644 media-libs/libvisual/files/libvisual-0.4.0-conditions.patch delete mode 100644 media-libs/libvisual/files/libvisual-0.4.0-detect_amd64.patch delete mode 100644 media-libs/libvisual/files/libvisual-0.4.0-format-security.patch delete mode 100644 media-libs/libvisual/files/libvisual-0.4.0-inlinedefineconflict.patch (limited to 'media-libs/libvisual/files') diff --git a/media-libs/libvisual/files/libvisual-0.4.0-cond.patch b/media-libs/libvisual/files/libvisual-0.4.0-cond.patch deleted file mode 100644 index e1a3efd47418..000000000000 --- a/media-libs/libvisual/files/libvisual-0.4.0-cond.patch +++ /dev/null @@ -1,15 +0,0 @@ -Broken --enable/disable condition. - -Index: libvisual-0.4.0/configure.ac -=================================================================== ---- libvisual-0.4.0.orig/configure.ac -+++ libvisual-0.4.0/configure.ac -@@ -191,7 +191,7 @@ AIX_COMPILE_INFO="AIX's C compiler needs - with the right compiler. Ususally just '_r' is appended - to the compiler name." - --AC_ARG_ENABLE([enable_threads], -+AC_ARG_ENABLE([threads], - AC_HELP_STRING([--enable-threads], - [Turn on basic thread support @<:@default=enabled@:>@]), - [enable_threads=$enableval], diff --git a/media-libs/libvisual/files/libvisual-0.4.0-conditions.patch b/media-libs/libvisual/files/libvisual-0.4.0-conditions.patch deleted file mode 100644 index 1520db2eac5e..000000000000 --- a/media-libs/libvisual/files/libvisual-0.4.0-conditions.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=431066 -http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456856 - -diff -u libvisual-0.4.0/libvisual/lv_cpu.c libvisual-0.4.0/libvisual/lv_cpu.c ---- libvisual-0.4.0/libvisual/lv_cpu.c -+++ libvisual-0.4.0/libvisual/lv_cpu.c -@@ -76,7 +76,7 @@ - - /* The sigill handlers */ - #if defined(VISUAL_ARCH_X86) //x86 (linux katmai handler check thing) --#if defined(VISUAL_OS_LINUX) && defined(_POSIX_SOURCE) && defined(X86_FXSR_MAGIC) -+#if defined(VISUAL_OS_LINUX) && defined(_POSIX_SOURCE) - static void sigill_handler_sse( int signal, struct sigcontext sc ) - { - /* Both the "xorps %%xmm0,%%xmm0" and "divps %xmm0,%%xmm1" -@@ -109,7 +109,7 @@ - } - } - #endif --#endif /* VISUAL_OS_LINUX && _POSIX_SOURCE && X86_FXSR_MAGIC */ -+#endif /* VISUAL_OS_LINUX && _POSIX_SOURCE */ - - #if defined(VISUAL_OS_WIN32) - LONG CALLBACK win32_sig_handler_sse(EXCEPTION_POINTERS* ep) diff --git a/media-libs/libvisual/files/libvisual-0.4.0-detect_amd64.patch b/media-libs/libvisual/files/libvisual-0.4.0-detect_amd64.patch deleted file mode 100644 index a796acce3b07..000000000000 --- a/media-libs/libvisual/files/libvisual-0.4.0-detect_amd64.patch +++ /dev/null @@ -1,14 +0,0 @@ -Needed so that lvconfig.h gets the correct define for amd64. - -Index: libvisual-0.4.0/configure.ac -=================================================================== ---- libvisual-0.4.0.orig/configure.ac -+++ libvisual-0.4.0/configure.ac -@@ -780,6 +780,7 @@ echo >>$outfile - lv_alpha=$lv_alpha - lv_sparc=$lv_sparc - lv_ix86=$lv_ix86 -+ lv_x86_64=$lv_x86_64 - lv_powerpc=$lv_powerpc - lv_arch_unknown=$lv_arch_unknown - diff --git a/media-libs/libvisual/files/libvisual-0.4.0-format-security.patch b/media-libs/libvisual/files/libvisual-0.4.0-format-security.patch deleted file mode 100644 index 91ff1c727335..000000000000 --- a/media-libs/libvisual/files/libvisual-0.4.0-format-security.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/libvisual/lv_plugin.c -+++ b/libvisual/lv_plugin.c -@@ -442,11 +442,11 @@ - - visual_list_add (list, ref); - } else if (ret != FALSE) { -- visual_log (VISUAL_LOG_WARNING, visual_error_to_string (ret)); -+ visual_log (VISUAL_LOG_WARNING, "%s", visual_error_to_string (ret)); - } - } - else if (ret != FALSE) { /* FIXME XXX TODO, patch frmo duilio check how this works */ -- visual_log (VISUAL_LOG_WARNING, visual_error_to_string (ret)); -+ visual_log (VISUAL_LOG_WARNING, "%s", visual_error_to_string (ret)); - } - } - diff --git a/media-libs/libvisual/files/libvisual-0.4.0-inlinedefineconflict.patch b/media-libs/libvisual/files/libvisual-0.4.0-inlinedefineconflict.patch deleted file mode 100644 index 9267c5a954c5..000000000000 --- a/media-libs/libvisual/files/libvisual-0.4.0-inlinedefineconflict.patch +++ /dev/null @@ -1,60 +0,0 @@ -http://pkgs.fedoraproject.org/gitweb/?p=libvisual.git;a=tree - ---- a/libvisual/lv_cache.c -+++ b/libvisual/lv_cache.c -@@ -32,7 +32,7 @@ - static int cache_dtor (VisObject *object); - static int cache_remove_list_entry (VisCache *cache, VisListEntry **le); - --static inline void handle_request_reset (VisCache *cache, VisListEntry *le); -+static lv_inline void handle_request_reset (VisCache *cache, VisListEntry *le); - - static int cache_dtor (VisObject *object) - { -@@ -74,7 +74,7 @@ - } - - --static inline void handle_request_reset (VisCache *cache, VisListEntry *le) -+static lv_inline void handle_request_reset (VisCache *cache, VisListEntry *le) - { - VisCacheEntry *centry; - ---- a/libvisual/lv_defines.h -+++ b/libvisual/lv_defines.h -@@ -63,13 +63,13 @@ - - /* Compiler specific optimalization macros */ - #if __GNUC__ >= 3 --# define inline inline __attribute__ ((always_inline)) -+# define lv_inline inline __attribute__ ((always_inline)) - # define __malloc __attribute__ ((malloc)) - # define __packed __attribute__ ((packed)) - # define VIS_LIKELY(x) __builtin_expect (!!(x), 1) - # define VIS_UNLIKELY(x) __builtin_expect (!!(x), 0) - #else --# define inline /* no inline */ -+# define lv_inline /* no inline */ - # define __malloc /* no malloc */ - # define __packed /* no packed */ - # define VIS_LIKELY(x) (x) ---- a/libvisual/lv_time.h -+++ b/libvisual/lv_time.h -@@ -101,7 +101,7 @@ - * - * @return Nothing. - */ --static inline void visual_timer_tsc_get (uint32_t *lo, uint32_t *hi) -+static lv_inline void visual_timer_tsc_get (uint32_t *lo, uint32_t *hi) - { - #if defined(VISUAL_ARCH_X86) || defined(VISUAL_ARCH_X86_64) - __asm __volatile -@@ -115,7 +115,7 @@ - } - - /* FIXME use uint64_t here, make sure type exists */ --static inline unsigned long long visual_timer_tsc_get_returned () -+static lv_inline unsigned long long visual_timer_tsc_get_returned () - { - uint32_t lo, hi; - -- cgit v1.2.3