-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
gstreamer.be0
Outdated
#} | ||
mee_extract() { | ||
bee_extract "${@}" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment out again?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. Will do at 1.12.5+
. Doesn't change code => postponed.
gstreamer.be0
Outdated
# bee_configure | ||
#} | ||
mee_configure() { | ||
../source/configure \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use sourcesubdir_append source
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's not the idea.
Im building in build
resp. ${B}
, which is an absolute path.
gestreamer fails to build via an absolute path in configure.
I could mkdir build
in ${S}
which is ugly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I missed the two dots in the beginning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, seems to work for me with standard bee_configure
. What error did you get?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is my change.
###############################################################################
@@ -53,7 +53,7 @@ mee_extract() {
#}
mee_configure() {
- ../source/configure \
+ bee_configure \
--prefix=${PREFIX} \
--with-package-name="GStreamer 1.12.4 BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
gstreamer.be0
Outdated
../source/configure \ | ||
--prefix=${PREFIX} \ | ||
--with-package-name="GStreamer 1.12.4 BLFS" \ | ||
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
git log -p
shows for example, that spaces and tabs are mixed on the three lines.
ce42484
to
3dac19a
Compare
should be ok now |
The pull request is merged. Can you update to gstreamer-1.12.4-1.x86_64 and remove gst-plugins-base-0.10.32-0.x86_64 on the distmaster? |
After the GStreamer update, the Xfce4 mixer doesn’t start anymore. ``` $ xfce4-mixer xfce4-mixer: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory ``` Rebuilding against GStreamer 1.12.x fails. The mixer is not maintained anymore, and superseded by Xfce4-pulseaudio-plugin. Therefore, remove it. Fixes: commit 4127087 (Merge pull request #728 from mariux64/update-gstreamer)
After the GStreamer update, the Xfce4 mixer doesn’t start anymore. ``` $ xfce4-mixer xfce4-mixer: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory ``` Rebuilding against GStreamer 1.12.x fails. The mixer is not maintained anymore, and superseded by Xfce4-pulseaudio-plugin. Therefore, remove it. Fixes: commit 4127087 (Merge pull request #728 from mariux64/update-gstreamer)
also remove ancient 0.10.32 version