Skip to content

wireshark: update from 4.0.2 to 4.1.0 #2986

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 11 additions & 8 deletions wireshark.be0
@@ -1,18 +1,20 @@
#!/usr/bin/env beesh

# BEE_VERSION wireshark-4.0.2-0
# BEE_VERSION wireshark-4.1.0-0

#SRCURL[0]="https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/60eb89ab41cd2dbfcefed7efeccec9e3/wireshark-4.0.2.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/d414a12d2fa9a61e72fbfbbac89a9084/wireshark-4.1.0.tar.xz"

PATCHURL+=(/src/mariux/patches/wireshark-add-auth-mariux)
PATCHURL+=(/src/mariux/patches/wireshark-add-auth-mariux-410.patch)

# build_in_sourcedir

# sourcesubdir_append src

BEE_BUILDTYPE='autotools'

QT6=/pkg/qt-6.2.4-0

#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -22,16 +24,17 @@ BEE_BUILDTYPE='autotools'
#}

mee_configure() {
. $QT6/profile
CFLAGS=-Wno-maybe-uninitialized \
bee_configure \
-DUSE_QT6=NO \
-DCMAKE_PREFIX_PATH=/usr/local/qt5
-DCMAKE_PREFIX_PATH=$QT6/lib/cmake
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
mee_install() {
bee_install
patchelf --set-rpath $QT6/lib ${D}/usr/bin/wireshark
}