LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   mediatomb slackbuild with libmp4v2 support (https://www.linuxquestions.org/questions/slackware-14/mediatomb-slackbuild-with-libmp4v2-support-4175431177/)

escaflown 10-08-2012 01:31 PM

mediatomb slackbuild with libmp4v2 support
 
FYI:
In order to have the mediatomb slackbuild to build succesfully with libmp4v2, you will need this patch.
Without the patch, you can only build mediatomb with mp4 support disabled.

Mark Pettit 10-08-2012 03:11 PM

Can you elaborate a little further : like how exactly you modified the slackbuild.

escaflown 10-08-2012 06:29 PM

Quote:

Originally Posted by Mark Pettit (Post 4800610)
Can you elaborate a little further : like how exactly you modified the slackbuild.

- Copy the patch in the slackbuild folder and rename the file to "mediatomb-0.12.1-libmp4v2_191_p479.patch" (or whatever else you want as long s you reuse the same file name in the patch line in the slackbuld script).
- Then modify the slackbuild script by adding the following line after the gcc4.7 patch:
Code:

# Fix building with libmp4v2
patch -p1 -i $CWD/mediatomb-0.12.1-libmp4v2_191_p479.patch

Hope it helps.

Mark Pettit 10-09-2012 12:09 AM

Confirmed. I can't get it to build without the patch. With the patch it compiles fine. Of course, whether it still works is another matter :-) Thanks.

ppr:kut 10-09-2012 04:04 AM

Fixed in my branch. Will be part of the next update. Thanks for the notice! :)


All times are GMT -5. The time now is 05:21 AM.