All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: Gregor Jasny <gjasny@googlemail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH 0/3] libdvbv5: Remove broken descriptor parsers
Date: Tue, 30 Sep 2014 21:38:26 -0300	[thread overview]
Message-ID: <20140930213826.67d0214f@concha.lan> (raw)
In-Reply-To: <1412090228-19996-1-git-send-email-gjasny@googlemail.com>

Em Tue, 30 Sep 2014 17:17:05 +0200
Gregor Jasny <gjasny@googlemail.com> escreveu:

> Hello,
> 
> this patch series removes the service_list and service_location
> descriptors. It breaks API compatibility by removing the public
> header files but maintains ABI compatibility by providing stub
> implementations.
> 
> Thanks,
> Gregor
> 
> Gregor Jasny (3):
>   libdvbv5: Add todo file
>   libdvbv5: remove service_location descriptor
>   libdvbv5: remove service_list descriptor
> 
>  TODO.libdvbv5                                    |   3 +
>  doxygen_libdvbv5.cfg                             |   1 -
>  lib/include/libdvbv5/desc_service_list.h         | 119 -----------------------
>  lib/include/libdvbv5/desc_service_location.h     | 107 --------------------
>  lib/libdvbv5/Makefile.am                         |   5 +-
>  lib/libdvbv5/compat-soname.c                     |  44 +++++++++
>  lib/libdvbv5/descriptors.c                       |   8 --
>  lib/libdvbv5/descriptors/desc_service_list.c     |  56 -----------
>  lib/libdvbv5/descriptors/desc_service_location.c |  80 ---------------
>  9 files changed, 48 insertions(+), 375 deletions(-)
>  create mode 100644 TODO.libdvbv5
>  delete mode 100644 lib/include/libdvbv5/desc_service_list.h
>  delete mode 100644 lib/include/libdvbv5/desc_service_location.h
>  create mode 100644 lib/libdvbv5/compat-soname.c
>  delete mode 100644 lib/libdvbv5/descriptors/desc_service_list.c
>  delete mode 100644 lib/libdvbv5/descriptors/desc_service_location.c

For all three patches on this series:

Acked-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

Regards,
Mauro
> 


-- 

Cheers,
Mauro

      parent reply	other threads:[~2014-10-01  0:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-30 15:17 [PATCH 0/3] libdvbv5: Remove broken descriptor parsers Gregor Jasny
2014-09-30 15:17 ` [PATCH 1/3] libdvbv5: Add todo file Gregor Jasny
2014-09-30 15:17 ` [PATCH 2/3] libdvbv5: remove service_location descriptor Gregor Jasny
2014-09-30 15:17 ` [PATCH 3/3] libdvbv5: remove service_list descriptor Gregor Jasny
2014-10-01  0:38 ` Mauro Carvalho Chehab [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140930213826.67d0214f@concha.lan \
    --to=mchehab@osg.samsung.com \
    --cc=gjasny@googlemail.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.