Skip to content

Update GStreamer from 1.5.2 to 1.12.4 #728

Merged
merged 1 commit into from
Apr 27, 2018
Merged

Update GStreamer from 1.5.2 to 1.12.4 #728

merged 1 commit into from
Apr 27, 2018

Conversation

wwwutz
Copy link
Collaborator

@wwwutz wwwutz commented Apr 23, 2018

also remove ancient 0.10.32 version

gstreamer.be0 Outdated
#}
mee_extract() {
bee_extract "${@}"
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment out again?

Copy link
Collaborator Author

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 \
Copy link
Collaborator

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.

Copy link
Collaborator Author

@wwwutz wwwutz Apr 24, 2018

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.

Copy link
Collaborator

@pmenzel pmenzel Apr 24, 2018

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.

Copy link
Collaborator

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?

Copy link
Collaborator

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/"
Copy link
Collaborator

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.

@wwwutz
Copy link
Collaborator Author

wwwutz commented Apr 27, 2018

should be ok now

@pmenzel pmenzel changed the title gstreamer: update from 1.5.2 to 1.12.4 Update GStreamer from 1.5.2 to 1.12.4 Apr 27, 2018
@pmenzel pmenzel merged commit 4127087 into master Apr 27, 2018
@donald
Copy link
Collaborator

donald commented May 22, 2018

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?

pmenzel added a commit that referenced this pull request May 24, 2018
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)
pmenzel added a commit that referenced this pull request May 24, 2018
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)
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants