[SCM] libva/master: Remove patches
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sun Oct 1 21:42:15 UTC 2017
The following commit has been merged in the master branch:
commit a8182ac126365c3fb72ca547a26012b19d11545a
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sun Oct 1 23:19:53 2017 +0200
Remove patches
diff --git a/debian/patches/hide-internal-symbols.patch b/debian/patches/hide-internal-symbols.patch
deleted file mode 100644
index 3b1a208..0000000
--- a/debian/patches/hide-internal-symbols.patch
+++ /dev/null
@@ -1,139 +0,0 @@
-Description: Hide internal symbols
- This patch hides many internal symbols.
-Author: Sebastian Ramacher <sramacher at debian.org>
-Last-Update: 2014-12-15
-
---- a/va/va_fool.h
-+++ b/va/va_fool.h
-@@ -27,6 +27,7 @@
- #define VA_FOOL_H
-
- #include <stdio.h>
-+#include "sysdeps.h"
-
- #ifdef __cplusplus
- extern "C" {
-@@ -45,10 +46,10 @@
- return VA_STATUS_SUCCESS; \
- }
-
--void va_FoolInit(VADisplay dpy);
--int va_FoolEnd(VADisplay dpy);
-+DLL_HIDDEN void va_FoolInit(VADisplay dpy);
-+DLL_HIDDEN int va_FoolEnd(VADisplay dpy);
-
--int va_FoolCreateConfig(
-+DLL_HIDDEN int va_FoolCreateConfig(
- VADisplay dpy,
- VAProfile profile,
- VAEntrypoint entrypoint,
-@@ -58,7 +59,7 @@
- );
-
-
--VAStatus va_FoolCreateBuffer(
-+DLL_HIDDEN VAStatus va_FoolCreateBuffer(
- VADisplay dpy,
- VAContextID context, /* in */
- VABufferType type, /* in */
-@@ -68,13 +69,13 @@
- VABufferID *buf_id /* out */
- );
-
--VAStatus va_FoolMapBuffer (
-+DLL_HIDDEN VAStatus va_FoolMapBuffer (
- VADisplay dpy,
- VABufferID buf_id, /* in */
- void **pbuf /* out */
- );
-
--VAStatus va_FoolBufferInfo (
-+DLL_HIDDEN VAStatus va_FoolBufferInfo (
- VADisplay dpy,
- VABufferID buf_id, /* in */
- VABufferType *type, /* out */
-@@ -82,7 +83,7 @@
- unsigned int *num_elements /* out */
- );
-
--VAStatus va_FoolCheckContinuity(VADisplay dpy);
-+DLL_HIDDEN VAStatus va_FoolCheckContinuity(VADisplay dpy);
-
- #ifdef __cplusplus
- }
---- a/va/va.c
-+++ b/va/va.c
-@@ -64,7 +64,7 @@
- * return 0: the "env" is set, and the value is copied into env_value
- * 1: the env is not set
- */
--int va_parseConfig(char *env, char *env_value)
-+DLL_HIDDEN int va_parseConfig(char *env, char *env_value)
- {
- char *token, *value, *saveptr;
- char oneline[1024];
-@@ -159,7 +159,7 @@
- return old_callback;
- }
-
--void va_MessagingInit()
-+static void va_MessagingInit()
- {
- #if ENABLE_VA_MESSAGING
- char env_value[1024];
-@@ -177,7 +177,7 @@
- #endif
- }
-
--void va_errorMessage(const char *msg, ...)
-+DLL_HIDDEN void va_errorMessage(const char *msg, ...)
- {
- #if ENABLE_VA_MESSAGING
- char buf[512], *dynbuf;
-@@ -207,7 +207,7 @@
- #endif
- }
-
--void va_infoMessage(const char *msg, ...)
-+DLL_HIDDEN void va_infoMessage(const char *msg, ...)
- {
- #if ENABLE_VA_MESSAGING
- char buf[512], *dynbuf;
-@@ -1215,7 +1215,7 @@
- return ctx->vtable->vaDestroyBuffer( ctx, buffer_id );
- }
-
--VAStatus vaBufferInfo (
-+DLL_HIDDEN VAStatus vaBufferInfo (
- VADisplay dpy,
- VAContextID context, /* in */
- VABufferID buf_id, /* in */
-@@ -1798,7 +1798,7 @@
- return va_status;
- }
-
--VAStatus vaLockSurface(VADisplay dpy,
-+DLL_HIDDEN VAStatus vaLockSurface(VADisplay dpy,
- VASurfaceID surface,
- unsigned int *fourcc, /* following are output argument */
- unsigned int *luma_stride,
-@@ -1819,7 +1819,7 @@
- }
-
-
--VAStatus vaUnlockSurface(VADisplay dpy,
-+DLL_HIDDEN VAStatus vaUnlockSurface(VADisplay dpy,
- VASurfaceID surface
- )
- {
---- a/va/va_fool.c
-+++ b/va/va_fool.c
-@@ -61,7 +61,7 @@
-
-
- /* global settings */
--int fool_codec = 0;
-+DLL_HIDDEN int fool_codec = 0;
- int fool_postp = 0;
-
- #define FOOL_BUFID_MAGIC 0x12345600
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3efae35..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-hide-internal-symbols.patch
--
libva packaging
More information about the pkg-multimedia-commits
mailing list