Commit Graph

47 Commits

Author SHA256 Message Date
Asterios Dramis
20e6ed0d88 Accepting request 1068562 from home:adra:branches:devel:libraries:c_c++
Update to version 1.24.1, Removed update-desktop-files and hicolor-icon-theme build and post requirements (not needed anymore)

OBS-URL: https://build.opensuse.org/request/show/1068562
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=81
2023-03-02 00:00:09 +00:00
Asterios Dramis
5e8fb6f107 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=80 2021-12-09 22:36:31 +00:00
Asterios Dramis
3599e770ce Accepting request 935854 from home:dirkmueller:Factory
- update to 1.22.1
  * add missing include for uClibc-ng
  * buildsystem: Start v4l-utils 1.21.0 development cycle
  * Build with libbpf, remove local sources
  * cec: add active sensing test for Audio Rate Control messages
  * cec: add Deck Control wake-up handling tests
  * cec: add invalid operand test for Audio Rate Control messages
  * cec: add One Touch Record Standby tests
  * cec: add tests for Deck Control message
  * cec: add tests for Deck Play message
  * cec: add tests for Give Deck Status message
  * cec-compliance: add Audio System mask to Set Audio Rate
  * cec-compliance: add cec-test-tuner-record-timer.cpp
  * cec-compliance: add 'reason' sanity check.
  * cec-compliance: Add version command
  * cec-compliance: clarify a power transition test
  * cec-compliance: clarify a warning
  * cec-compliance: don't skip tests if phys addr is invalid
  * cec-compliance: fix broken timer tests
  * cec-compliance: fix confusing 'Transient state' message
  * cec-compliance: fix 'unresponsive' detection
  * cec-compliance/follower: fix type comparison warnings
  * cec-compliance: hardcode audio_out_delay to 1 if not set
  * cec-compliance: improve confusing message
  * cec-compliance: improve current latency checks
  * cec-compliance: improve error message
  * cec-compliance: improve testLostMsgs test
  * cec-compliance: improve warning about late reply
  * cec-compliance: move audio helper functions to cec-test-audio.cpp
  * cec-compliance: move CDC helper functions to cec-test.cpp

OBS-URL: https://build.opensuse.org/request/show/935854
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=79
2021-12-09 20:36:58 +00:00
69d6567515 Accepting request 874201 from home:adra:branches:devel:libraries:c_c++
Force C++14 as the code is not C++17 ready. Fixes GCC 11 build (boo#1181884), Don't exclude /usr/lib/udev/systemd-udevd.service.d/50-rc_keymap.conf for Leap 15.3

OBS-URL: https://build.opensuse.org/request/show/874201
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=77
2021-02-23 10:21:49 +00:00
Tomáš Chvátal
d473537c27 Accepting request 833002 from home:frispete:branches:devel:libraries:c_c++
- Exclude /usr/lib/udev/systemd-udevd.service.d/50-rc_keymap.conf
  for Leaps, it isn't installed in the first place

OBS-URL: https://build.opensuse.org/request/show/833002
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=75
2020-09-08 18:26:22 +00:00
ee3c88a389 - update to 1.20.0:
* v4l2-ctl: add sizeimage suboption for set-fmt-video options
  * qvidcap: Add stride option to command line
  * buildsystem: Start v4l-utils 1.19.0 development cycle
  * dvbv5-zap: Fix typo
  * v4l2-ctl: include C++ cmath header
  * ubuntu1604: add missing headers for std::exit
  * libcecutil: Remove vanished TODO file from ditribution list
  * v4l2-ctl: Do not distribute generated 32bit source
  * v4l2-compliance: Do not distribute generated 32bit source
  * libcecutil: Distribute cec-gen.pl
  * Fix broken for loop in libv4l
  * Fix for mismatched class/struct tags
  * v4l2-compliance: improve metadata capture support
  * test-media: remove left-over debug lines
  * v4l2-compliance: fail if selection is present for compressed video
  * cec-compliance: rename 'ok' to 'unknown'
  * cec-ctl/msg2ctl.pl: don't add HTNG commands to msgtable
  * cec-compliance: add --test-fuzzing option
  * test-media: update vimc tests
  * v4l-utils: sync with latest media_tree master
  * keytable: add new generated keymaps
  * msg2ctl.pl: add newline after log_msg
  * cec-follower: drop the hardcoded UI commands list
  * cec-ctl/cec-log: use new CEC_OP_UI_CMD defines
  * cec utils: support CEC_ADAP_G_CONNECTOR_INFO
  * cec-compliance/follower: use new CEC_OP_UI_CMD defines
  * utils/libcecutil: add CEC utility library
  * cec-follower: switch to the new CEC utilities library
  * cec-compliance: use the new CEC utilities library

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=73
2020-08-16 22:08:31 +00:00
Tomáš Chvátal
3a6fac1f52 Accepting request 812264 from home:msmeissn:branches:devel:libraries:c_c++
- libv4l-devel-32bit needs to require the shared libraries belonging
  to it, libv4l1-0-32bit + libv4l2-0-32bit + libv4l2rds0-32bit + libv4lconvert0-32bit.
  This helps Wine development (bsc#1172301)

OBS-URL: https://build.opensuse.org/request/show/812264
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=71
2020-06-08 06:37:39 +00:00
ecff9fc13d Accepting request 799704 from home:StefanBruens:branches:devel:libraries:c_c++
- Update to 1.18.1:
  Fix GCC 10 / -fno-common
- Drop upstream gcc10.patch
- Avoid symbol name clash causing qv4l2 crash - v4l2_open is defined
  by the public libv4l2 and private libv4l2utils
  * Update use_system_v4l_for_qv4l.patch

OBS-URL: https://build.opensuse.org/request/show/799704
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=69
2020-05-03 06:12:30 +00:00
Tomáš Chvátal
046146c424 - Add baselibs.conf to generate 32bit lib needed for bind
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=67
2020-03-02 12:31:42 +00:00
Tomáš Chvátal
2399df4354 - Refresh patch sysmacros.patch
- Update to 1.18.0:
  * Various fixes all around

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=65
2020-01-08 09:03:39 +00:00
Tomáš Chvátal
a238b452cc Accepting request 745189 from home:seife:testing
add v4l-utils-32bitfix.patch (boo#1109541)

This fixes reproducible builds issue, 32bit generated wrong entry (STREAM_ID=0x7ffffff instead of =(unsigned)-1)

OBS-URL: https://build.opensuse.org/request/show/745189
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=63
2019-11-04 15:50:27 +00:00
Tomáš Chvátal
b1a9178ff1 Accepting request 729146 from home:StefanBruens:branches:devel:libraries:c_c++
use _multibuild for qv4l2

OBS-URL: https://build.opensuse.org/request/show/729146
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=61
2019-09-09 07:39:10 +00:00
Ismail Dönmez
067631b809 Accepting request 639364 from home:Andreas_Schwab:Factory
- sysmacros.patch: include <sys/sysmacros.h> for minor

OBS-URL: https://build.opensuse.org/request/show/639364
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=59
2018-10-01 10:51:43 +00:00
Tomáš Chvátal
9584abeab2 Accepting request 614059 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 1.14.2:
  * keytable: abi no longer set LIRC_CAN_REC_SCANCODE for raw
    devices
  * ir-ctl: abi no longer set LIRC_CAN_SEND_SCANCODE for raw
    devices

OBS-URL: https://build.opensuse.org/request/show/614059
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=57
2018-06-04 19:14:35 +00:00
Tomáš Chvátal
9a6fe911fe Accepting request 573548 from home:adra:branches:devel:libraries:c_c++
Update to version 1.14.1

OBS-URL: https://build.opensuse.org/request/show/573548
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=55
2018-02-07 07:27:47 +00:00
Tomáš Chvátal
c75b07cbec Accepting request 508976 from home:adra:branches:devel:libraries:c_c++
Update to version 1.12.5

OBS-URL: https://build.opensuse.org/request/show/508976
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=53
2017-07-09 07:35:46 +00:00
Tomáš Chvátal
22f7f88c2c Accepting request 485030 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 1.12.3:
  * dvb-sat: fix rangeswitch logic
  * dvb-sat: add verbose options for LNBf settings
  * dvb-sat: add support for Invacom QPH-031 LNBf
  * pt_BR: update translation file to reflect latest changes

OBS-URL: https://build.opensuse.org/request/show/485030
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=51
2017-04-04 08:15:12 +00:00
Tomáš Chvátal
aa5101367e Accepting request 457054 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 1.12.2:
  * libdvbv5: Link against libudev
  * buildsystem: Add all files to dist target
  * v4l2-ctl: Fix unneeded dot in "no hsync lock"
  * man: Fix typos in dvbv5-scan dvbv5-zap pages
  * libdvbv5: Improve vdr format output for DVB-T(2)
  * dvb-fe-tool: add an option to set maximum number of stat samples
  * libdvbv5: Fix dvb-format-convert segfault
  * ir-ctl: `strndupa' undefined with --disable-nls
- Some packaging cleanup
- Recommend dtv-scan-tables-v5 by dvb-utils

OBS-URL: https://build.opensuse.org/request/show/457054
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=49
2017-02-14 11:59:25 +00:00
Tomáš Chvátal
30f0c30764 Accepting request 416811 from home:adra:branches:devel:libraries:c_c++
Update to version 1.10.1, Updated build requirements

OBS-URL: https://build.opensuse.org/request/show/416811
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=47
2016-08-04 08:18:15 +00:00
Tomáš Chvátal
45f5c9f3d2 - Run over with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=45
2016-06-12 07:33:41 +00:00
Ismail Dönmez
c141a9c21b Accepting request 401330 from home:adra:branches:devel:libraries:c_c++
Update to version 1.10.0

OBS-URL: https://build.opensuse.org/request/show/401330
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=44
2016-06-12 07:03:15 +00:00
Ismail Dönmez
cb8b8416b5 Accepting request 395033 from home:Andreas_Schwab:Factory
- Don't build qv4l2 on arm

OBS-URL: https://build.opensuse.org/request/show/395033
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=42
2016-05-12 17:05:11 +00:00
Tomáš Chvátal
857779676e - Version update to 1.8.1:
* See changelog file for in-depth decription of the fixes

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=40
2016-01-08 11:30:04 +00:00
Asterios Dramis
9e0daa3650 Accepting request 333808 from home:pluskalm:branches:devel:libraries:c_c++
- Add gpg signature
- Switch to qt5 on recent releases
- Split language packages
- Update to 1.8.0
  * See ChangeLog for full list of changes

OBS-URL: https://build.opensuse.org/request/show/333808
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=38
2015-09-26 19:10:06 +00:00
Tomáš Chvátal
c608003e5d Accepting request 332208 from home:msmeissn:branches:devel:libraries:c_c++
- Add -devel pkg to baselibs to build Wine on 64bit only distros

OBS-URL: https://build.opensuse.org/request/show/332208
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=37
2015-09-20 09:27:30 +00:00
Tomáš Chvátal
c8e5dc26f6 Accepting request 330565 from home:adra:branches:devel:libraries:c_c++
Update to version 1.6.3

OBS-URL: https://build.opensuse.org/request/show/330565
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=35
2015-09-12 07:17:14 +00:00
Tomáš Chvátal
0aa5c11200 - Cleanup few conditions for better readability
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=33
2015-03-13 14:55:41 +00:00
Michal Vyskocil
05bd97c1a0 Accepting request 283703 from home:adra:branches:devel:libraries:c_c++
Update to version 1.6.2, Added doxygen build requirement, Added new subpackages

OBS-URL: https://build.opensuse.org/request/show/283703
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=31
2015-02-02 08:04:52 +00:00
Ismail Dönmez
212ab1a893 Accepting request 242552 from home:adra:branches:devel:libraries:c_c++
Update to version 1.2.1, Added alsa-devel build requirement, Removed bufferoverflowstrncat.patch (fixed upstream)

OBS-URL: https://build.opensuse.org/request/show/242552
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=29
2014-07-27 12:22:14 +00:00
Stephan Kulow
8803c1ae11 Accepting request 236327 from home:adra:branches:devel:libraries:c_c++
Update to version 1.0.1, Updated build requirements, Removed/Added patches

OBS-URL: https://build.opensuse.org/request/show/236327
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=27
2014-06-05 06:18:07 +00:00
49a5bc8908 - fix compiled-in paths by specifying PREFIX and LIBDIR correctly
during build

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=25
2014-01-02 10:02:30 +00:00
Ismail Dönmez
04086c008f Accepting request 159669 from devel:ARM:AArch64:Factory
- add use-openat-if-available.patch:
  * prefer openat over deprecated open syscall (fixes aarch64)

OBS-URL: https://build.opensuse.org/request/show/159669
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=23
2013-03-18 14:16:26 +00:00
Asterios Dramis
1d7a1a6241 Accepting request 140028 from home:adra:branches:devel:libraries:c_c++
Update to version 0.8.9, Removed libdvbv5-Add-missing-includes.patch (fixed upstream)

OBS-URL: https://build.opensuse.org/request/show/140028
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=21
2012-11-02 22:05:57 +00:00
Asterios Dramis
a0e5998bdb Accepting request 138923 from openSUSE:Factory:Staging:Systemd
Add udev-rules-dir.patch and BuildRequires udev to fix build with new udev rules directory location.

OBS-URL: https://build.opensuse.org/request/show/138923
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=19
2012-10-21 12:32:27 +00:00
Asterios Dramis
bb047d2c88 Accepting request 122964 from home:adra:branches:devel:libraries:c_c++
Added a patch (libdvbv5-Add-missing-includes.patch) in order to fix compilation due to missing includes

OBS-URL: https://build.opensuse.org/request/show/122964
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=17
2012-05-30 19:44:14 +00:00
Ismail Dönmez
8644eeda02 Accepting request 114958 from home:adra:branches:devel:libraries:c_c++
Update to v0.8.8

OBS-URL: https://build.opensuse.org/request/show/114958
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=15
2012-04-22 17:53:22 +00:00
Asterios Dramis
bd9277e6d2 Accepting request 113287 from home:adra:branches:devel:libraries:c_c++
Update to v0.8.7, Rebased disable_rds_compilation.patch to apply cleanly

OBS-URL: https://build.opensuse.org/request/show/113287
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=13
2012-04-11 22:03:36 +00:00
Asterios Dramis
24d056f982 Accepting request 107058 from home:adra:branches:devel:libraries:c_c++
Update to v0.8.6, Spec file updates

OBS-URL: https://build.opensuse.org/request/show/107058
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=11
2012-02-26 21:28:44 +00:00
3d20866e2f Remove redundant tags/sections
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=9
2012-01-29 00:58:07 +00:00
OBS User buildservice-autocommit
61250769ec Updating link to change in openSUSE:Factory/v4l-utils revision 4.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=a5bd3c383b49d1e54d3fab173933e6af
2011-12-06 18:11:06 +00:00
Asterios Dramis
b66d78eebd OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=7 2011-08-21 17:43:38 +00:00
Asterios Dramis
02d97db14f OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=6 2011-08-21 17:39:07 +00:00
Ismail Dönmez
4f9b5f2865 Accepting request 79131 from home:repabuild
sles 11 and 11 sp1 fail, claiming the /lib/udev/rules.d is not owned by any package. I fixed this by adding udev as a build dependency too. You may copy this change if you want. I think this really is a build script issue; before testing the install, the dependencies of the package should be installed. Dunno who to bug for that.

OBS-URL: https://build.opensuse.org/request/show/79131
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=5
2011-08-17 13:56:48 +00:00
Sascha Peilicke
60d77de1b3 Accepting request 78075 from devel:libraries:c_c++
The libv4l project name was changed to v4l-utils (see http://linuxtv.org/downloads/v4l-utils/). So I'm submitting v4l-utils as a new package. I'll submit a delete request in Factory for the libv4l package, to be accepted ONLY if this sr gets accepted

OBS-URL: https://build.opensuse.org/request/show/78075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/v4l-utils?expand=0&rev=1
2011-08-08 13:45:59 +00:00
Ismail Dönmez
9b4f770a74 Accepting request 76856 from home:adra:branches:devel:libraries:c_c++
Update to v0.8.5

OBS-URL: https://build.opensuse.org/request/show/76856
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=3
2011-07-24 11:58:07 +00:00
Ismail Dönmez
4de7a18dc8 Accepting request 74569 from home:adra:branches:devel:libraries:c_c++
Update to v0.8.4, Spec file updates, Fixed rpmlint warning wrong-icon-size, Removed the desktop file and icon for qv4l2 (they are provided by the package now), Rebased disable_rds_compilation.patch to apply cleanly

OBS-URL: https://build.opensuse.org/request/show/74569
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=2
2011-06-26 19:11:59 +00:00
Cristian Rodríguez
457ccfd084 Accepting request 70003 from home:adra:branches:devel:libraries:c_c++
libv4l name changed to v4l-utils (submission as new package) --- Changes: Update to v0.8.3, Spec file updates, Added desktop file and icon for qv4l2, Removed libv4l-nonvoid_return.diff patch (fixed upstream), Added a patch to disable compilation of utils/rds --- libv4l should be removed from Factory and be replaced by this package

OBS-URL: https://build.opensuse.org/request/show/70003
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=1
2011-05-12 19:34:56 +00:00