diff -Nru v4l-utils-1.25.0-202306220947/debian/changelog v4l-utils-1.25.0-202307150718/debian/changelog --- v4l-utils-1.25.0-202306220947/debian/changelog 2023-06-22 12:46:34.000000000 +0000 +++ v4l-utils-1.25.0-202307150718/debian/changelog 2023-07-15 13:01:36.000000000 +0000 @@ -1,8 +1,8 @@ -v4l-utils (1.25.0-202306220947-202303130803~ubuntu22.10.1) kinetic; urgency=low +v4l-utils (1.25.0-202307150718-202303130803~ubuntu22.10.1) kinetic; urgency=low * Auto build. - -- Launchpad Package Builder Thu, 22 Jun 2023 12:46:34 +0000 + -- Launchpad Package Builder Sat, 15 Jul 2023 13:01:36 +0000 v4l-utils (1.25.0-1) experimental; urgency=medium diff -Nru v4l-utils-1.25.0-202306220947/debian/git-build-recipe.manifest v4l-utils-1.25.0-202307150718/debian/git-build-recipe.manifest --- v4l-utils-1.25.0-202306220947/debian/git-build-recipe.manifest 2023-06-22 12:46:34.000000000 +0000 +++ v4l-utils-1.25.0-202307150718/debian/git-build-recipe.manifest 2023-07-15 13:01:36.000000000 +0000 @@ -1,3 +1,3 @@ -# git-build-recipe format 0.4 deb-version {debupstream}-202306220947-202303130803 -lp:~libv4l/libv4l/+git/v4l-utils git-commit:16e70e28584c3462b4a0745266cecc39d1fbb945 +# git-build-recipe format 0.4 deb-version {debupstream}-202307150718-202303130803 +lp:~libv4l/libv4l/+git/v4l-utils git-commit:a092f27c5d26835e4c6262213b1af7cc2bf7dd06 nest packaging lp:~libv4l/+git/v4l-utils-packaging debian git-commit:3a90219c332c2dd3657e38269f38ba753ca1c6a7 diff -Nru v4l-utils-1.25.0-202306220947/lib/include/libdvbv5/desc_extension.h v4l-utils-1.25.0-202307150718/lib/include/libdvbv5/desc_extension.h --- v4l-utils-1.25.0-202306220947/lib/include/libdvbv5/desc_extension.h 2023-06-22 12:46:29.000000000 +0000 +++ v4l-utils-1.25.0-202307150718/lib/include/libdvbv5/desc_extension.h 2023-07-15 13:01:34.000000000 +0000 @@ -141,7 +141,6 @@ * @ingroup dvb_table * * @param parms Struct dvb_v5_fe_parms pointer - * @param buf buffer with the content of the descriptor * @param ext struct dvb_extension_descriptor pointer * @param desc struct dvb_desc pointer */ diff -Nru v4l-utils-1.25.0-202306220947/lib/include/libdvbv5/dvb-dev.h v4l-utils-1.25.0-202307150718/lib/include/libdvbv5/dvb-dev.h --- v4l-utils-1.25.0-202306220947/lib/include/libdvbv5/dvb-dev.h 2023-06-22 12:46:29.000000000 +0000 +++ v4l-utils-1.25.0-202307150718/lib/include/libdvbv5/dvb-dev.h 2023-07-15 13:01:34.000000000 +0000 @@ -114,7 +114,7 @@ * * sysname: Kernel's system name for the device (dvb?.frontend?, * for example) - * @type: type of change, as defined by enum dvb_dev_change_type + * type: type of change, as defined by enum dvb_dev_change_type * * @note: the returned string should be freed with free(). */ @@ -171,7 +171,8 @@ * @ingroup dvb_device * * @param dvb pointer to struct dvb_device to be filled - * @param enable_monitor if different than zero put the routine into + * @param handler if not NULL, then this is called whenever + * something changed * monitor mode * @param user_priv pointer to user private data * @@ -181,12 +182,8 @@ * at the struct dvb_device and return. * * In monitor mode, it will not only enumerate all devices, but it will also - * keep waiting for device changes. The device seek loop will only be - * interrupted after calling dvb_dev_stop_monitor(). - * - * Please notice that, in such mode, the function will wait forever. So, it - * is up to the application to put start a separate thread to handle it in - * monitor mode, and add the needed mutexes to make it thread safe. + * keep waiting for device changes. The handler callback is called for the + * changed device. * * @return returns 0 on success, a negative value otherwise. */ diff -Nru v4l-utils-1.25.0-202306220947/lib/include/libdvbv5/dvb-sat.h v4l-utils-1.25.0-202307150718/lib/include/libdvbv5/dvb-sat.h --- v4l-utils-1.25.0-202306220947/lib/include/libdvbv5/dvb-sat.h 2023-06-22 12:46:29.000000000 +0000 +++ v4l-utils-1.25.0-202307150718/lib/include/libdvbv5/dvb-sat.h 2023-07-15 13:01:34.000000000 +0000 @@ -146,7 +146,8 @@ * @brief return the real satellite frequency * @ingroup satellite * - * @param parms struct dvb_v5_fe_parms pointer. + * @param p struct dvb_v5_fe_parms pointer. + * @param freq the DTV frequency. * * This function is called internally by the library to get the satellite * frequency, considering the LO frequency. diff -Nru v4l-utils-1.25.0-202306220947/lib/include/libdvbv5/pmt.h v4l-utils-1.25.0-202307150718/lib/include/libdvbv5/pmt.h --- v4l-utils-1.25.0-202306220947/lib/include/libdvbv5/pmt.h 2023-06-22 12:46:29.000000000 +0000 +++ v4l-utils-1.25.0-202307150718/lib/include/libdvbv5/pmt.h 2023-07-15 13:01:34.000000000 +0000 @@ -56,8 +56,6 @@ * @brief Add support for MPEG-TS Stream types * @ingroup dvb_table * - * @var stream_reserved0 - * @brief ITU-T | ISO/IEC Reserved * @var stream_video * @brief ISO/IEC 11172 Video * @var stream_video_h262 @@ -98,10 +96,6 @@ * @brief ISO/IEC 14496-1 SL-packetized stream or FlexMux stream carried in ISO/IEC14496_sections. * @var stream_download * @brief ISO/IEC 13818-6 Synchronized Download Protocol - * @var stream_reserved - * @brief ITU-T Rec. H.222.0 | ISO/IEC 13818-1 Reserved (from 0x15 to 0x7f) - * @var stream_private - * @brief User Private (from 0x80 to 0xff) */ enum dvb_streams { stream_video = 0x01, diff -Nru v4l-utils-1.25.0-202306220947/.pc/.quilt_patches v4l-utils-1.25.0-202307150718/.pc/.quilt_patches --- v4l-utils-1.25.0-202306220947/.pc/.quilt_patches 2023-06-22 12:46:34.000000000 +0000 +++ v4l-utils-1.25.0-202307150718/.pc/.quilt_patches 2023-07-15 13:01:36.000000000 +0000 @@ -1 +1 @@ -/home/buildd/build-RECIPEBRANCHBUILD-3561658/chroot-autobuild/home/buildd/work/tree/recipe/debian/patches +/home/buildd/build-RECIPEBRANCHBUILD-3573515/chroot-autobuild/home/buildd/work/tree/recipe/debian/patches diff -Nru v4l-utils-1.25.0-202306220947/.pc/.quilt_series v4l-utils-1.25.0-202307150718/.pc/.quilt_series --- v4l-utils-1.25.0-202306220947/.pc/.quilt_series 2023-06-22 12:46:34.000000000 +0000 +++ v4l-utils-1.25.0-202307150718/.pc/.quilt_series 2023-07-15 13:01:36.000000000 +0000 @@ -1 +1 @@ -/home/buildd/build-RECIPEBRANCHBUILD-3561658/chroot-autobuild/home/buildd/work/tree/recipe/debian/patches/series +/home/buildd/build-RECIPEBRANCHBUILD-3573515/chroot-autobuild/home/buildd/work/tree/recipe/debian/patches/series