Skip to content

schroedinger: remove #1577

Merged
merged 1 commit into from
Jan 14, 2020
Merged
Show file tree
Hide file tree
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
34 changes: 27 additions & 7 deletions mplayer.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/usr/bin/env beesh

# BEE_VERSION mplayer-1.3.0-1
# BEE_VERSION mplayer-1.3.0-2

SRCURL[0]="https://www.mplayerhq.hu/MPlayer/releases/MPlayer-${PKGVERSION}.tar.xz"
# dead: SRCURL[0]="https://www.mplayerhq.hu/MPlayer/releases/MPlayer-${PKGVERSION}.tar.xz"
# cd /src/mariux; ./md5repo.sh download/MPlayer-1.3.0.tar.xz
SRCURL[0]="/src/mariux/md5repo/e8a4d77ad4f509e81dd5e13b51636c1d/MPlayer-1.3.0.tar.xz"

# PATCHURL+=()

Expand Down Expand Up @@ -30,10 +32,25 @@ mee_configure() {
--datadir=${DATAROOTDIR} \
--mandir=${MANDIR} \
--confdir=/etc/mplayer \
--enable-dynamic-plugins \
--enable-menu \
--enable-gui \
--enable-runtime-cpudetection
--disable-arts \
--disable-ass \
--disable-cdparanoia \
--disable-esd \
--disable-gui \
--disable-libdv \
--disable-liblzo \
--disable-mga \
--disable-musepack \
--disable-openal \
--disable-smb \
--disable-speex \
--enable-dynamic-plugins \
--enable-menu \
--enable-radio \
--enable-radio-capture \
--enable-runtime-cpudetection \
--enable-xvmc \
--disable-libschroedinger-lavc
}

mee_build() {
Expand All @@ -45,4 +62,7 @@ mee_install() {

start_cmd install -m644 etc/codecs.conf ${D}/etc/mplayer
}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
rm -vfv ${D}/${MANDIR}/zh_CN/
}
83 changes: 0 additions & 83 deletions schroedinger-1.0.11-0.bee

This file was deleted.

5 changes: 5 additions & 0 deletions scripts/fix-#1576.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash -x
# https://github.molgen.mpg.de/mariux64/bee-files/issues/1576
bee remove schroedinger-1.0.11-0.x86_64
bee update vlc-3.0.8-2
bee update mplayer-1.3.0-2
4 changes: 2 additions & 2 deletions vlc.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION vlc-3.0.8-1
# BEE_VERSION vlc-3.0.8-2

SRCURL[0]="https://download.videolan.org/pub/videolan/vlc/${PKGVERSION}/vlc-${PKGVERSION}.tar.xz"

Expand All @@ -23,6 +23,7 @@ mee_patch() {
mee_configure() {
BUILDCC=gcc \
bee_configure \
--disable-schroedinger \
--disable-nls
}

Expand All @@ -35,4 +36,3 @@ mee_install() {
bee_install
rm -vr ${D}/usr/share/kde4
}
## by default this may be 'make install DESTDIR="${D}"'