After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 719776 - Missing files in distribution tarball
Missing files in distribution tarball
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 719412
 
 
Reported: 2013-12-03 14:34 UTC by Matthieu Bouron
Modified: 2013-12-06 13:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH 1/1] Fix missing files in distribution tarball (1.29 KB, patch)
2013-12-03 14:37 UTC, Matthieu Bouron
none Details | Review

Description Matthieu Bouron 2013-12-03 14:34:46 UTC
Some file are currently missing in the distribution tarball generated by make dist. The following fix the issue.
Comment 1 Matthieu Bouron 2013-12-03 14:37:01 UTC
Created attachment 263393 [details] [review]
[PATCH 1/1] Fix missing files in distribution tarball
Comment 2 Gwenole Beauchesne 2013-12-04 18:42:59 UTC
Hi, I think it should be enough to add $(libgstvaapi_enc_source_c) $(libgstvaapi_enc_source_h) and $(libgstvaapi_enc_source_priv_h) to EXTRA_DIST below. And add the gstvaapiencoder_*_priv.h files to libgstvaapi_enc_source_priv_h.
Comment 3 Gwenole Beauchesne 2013-12-06 13:17:40 UTC
Fixed in git master branch. Additional changes as noted above + fixed GstVaapiCodedBuffer files list. Thanks.
Comment 4 Gwenole Beauchesne 2013-12-06 13:17:52 UTC
commit 44ead80f5f61a5cbe98efe396d2f76c2ac9785fc
Author: Matthieu Bouron <matthieu.bouron@collabora.com>
Date:   Tue Dec 3 11:05:17 2013 +0000

    Fix missing files in distribution tarball.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719776
    
    [Additional fixes and clean-ups]
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>