Skip to content

Commit

Permalink
package/mbw: bump to version 2.0
Browse files Browse the repository at this point in the history
This new version is released under GPL-3.0. The patch can be removed
as it has been accepted upstream as of commit
raas/mbw@86a38c6.

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  • Loading branch information
gwbres authored and tpetazzoni committed Jul 27, 2023
1 parent a433fbc commit 39610c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 44 deletions.
1 change: 0 additions & 1 deletion .checkpackageignore
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,6 @@ package/matchbox-panel/0003-mb-applet-battery.patch Upstream
package/matchbox-startup-monitor/0001-true-false.patch Upstream
package/matchbox/0001-defaulttheme.patch Upstream
package/matchbox/0002-src-Fix-build-with-gcc-10.patch Upstream
package/mbw/0001-CMakeLists.txt-fix-build-without-C.patch Upstream
package/mediastreamer/0001-src-videofilters-nowebcam.c-fix-build-without-ffmpeg.patch Upstream
package/mediastreamer/0002-Use-AV_INPUT_BUFFER_PADDING_SIZE-to-determine-paddin.patch Upstream
package/memcached/0001-logger.c-initialize-rport.patch Upstream
Expand Down
38 changes: 0 additions & 38 deletions package/mbw/0001-CMakeLists.txt-fix-build-without-C.patch

This file was deleted.

4 changes: 2 additions & 2 deletions package/mbw/mbw.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally computed
sha256 3c396ce09bb78c895e4d45e99b1ae07f80e3ea5eee59d78ed2048a7f2ae591ae mbw-1.5.tar.gz
sha256 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1 mbw.spec
sha256 557f670e13ff663086fe239e4184d8ca6154b004bd5fde2b0a748e5aa543c87f mbw-2.0.tar.gz
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 LICENSE
6 changes: 3 additions & 3 deletions package/mbw/mbw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

MBW_VERSION = 1.5
MBW_VERSION = 2.0
MBW_SITE = $(call github,raas,mbw,v$(MBW_VERSION))
MBW_LICENSE = LGPL-2.1
MBW_LICENSE_FILES = mbw.spec
MBW_LICENSE = GPL-3.0+
MBW_LICENSE_FILES = LICENSE

$(eval $(cmake-package))

0 comments on commit 39610c8

Please sign in to comment.