Skip to content

Commit

Permalink
Merge pull request #1577 from mariux64/remove-schroedinger
Browse files Browse the repository at this point in the history
schroedinger: remove
  • Loading branch information
wwwutz authored Jan 14, 2020
2 parents a3408e1 + 03d96e5 commit 614dd48
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 92 deletions.
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}"'

0 comments on commit 614dd48

Please sign in to comment.